Uses of Class
org.jgroups.blocks.executor.ExecutionService.DistributedFuture
-
Packages that use ExecutionService.DistributedFuture Package Description org.jgroups.blocks.executor -
-
Uses of ExecutionService.DistributedFuture in org.jgroups.blocks.executor
Fields in org.jgroups.blocks.executor declared as ExecutionService.DistributedFuture Modifier and Type Field Description protected ExecutionService.DistributedFuture<V>
ExecutionService.DistributedFuture.Sync. future
The containing futureConstructors in org.jgroups.blocks.executor with parameters of type ExecutionService.DistributedFuture Constructor Description Sync(ExecutionService.DistributedFuture<V> future, java.util.concurrent.Callable<V> callable)
-