Class ProgressReporterWorker<T>
java.lang.Object
com.evolveum.midpoint.ninja.action.worker.BaseWorker<Object,T>
com.evolveum.midpoint.ninja.action.worker.ProgressReporterWorker<T>
- All Implemented Interfaces:
Runnable
Created by Viliam Repan (lazyman).
-
Field Summary
Fields inherited from class com.evolveum.midpoint.ninja.action.worker.BaseWorker
CONSUMER_POLL_TIMEOUT, context, operation, options, queue
-
Constructor Summary
ConstructorDescriptionProgressReporterWorker
(NinjaContext context, Object options, BlockingQueue<T> queue, OperationStatus operation) -
Method Summary
Methods inherited from class com.evolveum.midpoint.ninja.action.worker.BaseWorker
isDone, isWorkersDone, markDone, shouldConsumerStop
-
Constructor Details
-
ProgressReporterWorker
public ProgressReporterWorker(NinjaContext context, Object options, BlockingQueue<T> queue, OperationStatus operation)
-
-
Method Details
-
run
public void run()
-