Package org.jgroups.blocks.executor
-
Interface Summary Interface Description ExecutorNotification -
Class Summary Class Description ExecutionCompletionService<V> ACompletionService
that uses a suppliedExecutionService
to execute tasks.ExecutionRunner This class is to be used to pick up execution requests and actually run them.ExecutionRunner.Holder<T> Executions Executions.StreamableCallable ExecutionService This is a JGroups implementation of an ExecutorService, where the consumers are running on any number of nodes.ExecutionService.DistributedFuture<V> This is basically a copy of the FutureTask in java.util.concurrent but added serializable to it.ExecutionService.DistributedFuture.Sync<V> Synchronization control for FutureTask.ExecutionService.RunnableAdapter<T> This is copied fromExecutors
class which contains RunnableAdapter.ExecutorEvent Defines an event class for the execution of an entity.