Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.search.processing.IJob
Packages that use IJob
Package
Description
-
Uses of IJob in org.aspectj.org.eclipse.jdt.internal.core.search
Classes in org.aspectj.org.eclipse.jdt.internal.core.search that implement IJob -
Uses of IJob in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Classes in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that implement IJobModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of IJob in org.aspectj.org.eclipse.jdt.internal.core.search.processing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.processing that return IJobModifier and TypeMethodDescriptionJobManager.currentJob()Answers the first job in the queue, or null if there is no job available or index manager is disabled Until the job has completed, the job manager will keep answering the same job.JobManager.currentJobForced()Answers the first job in the queue, or null if there is no job available, independently on job manager enablement state.Methods in org.aspectj.org.eclipse.jdt.internal.core.search.processing with parameters of type IJobModifier and TypeMethodDescriptionprotected booleanJobManager.isJobWaiting(IJob request) booleanJobManager.performConcurrentJob(IJob searchJob, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor monitor) This API is allowing to run one job in concurrence with background processing.voidvoidJobManager.requestIfNotWaiting(IJob job) Schedules given job for execution is there is no equal jobs waiting in the queue alreadyMethod parameters in org.aspectj.org.eclipse.jdt.internal.core.search.processing with type arguments of type IJobModifier and TypeMethodDescriptionprotected booleanJobManager.hasPendingJobMatching(Predicate<IJob> request)