Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Properties
-
Packages that use Task.Properties Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of Task.Properties in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement Task.Properties Modifier and Type Class Description classClusteredPropertiesA clustered implementation of aTask.Properties.classTaskPropertiesA basic implementation of aTask.Properties.Fields in com.oracle.coherence.concurrent.executor declared as Task.Properties Modifier and Type Field Description protected Task.PropertiesAbstractOrchestration. m_propertiesTheTask.Propertiesfor the orchestratedTask.protected Task.PropertiesClusteredTaskCoordinator. m_propertiesThe sharableTask.Propertiesfor this task.Methods in com.oracle.coherence.concurrent.executor that return Task.Properties Modifier and Type Method Description Task.PropertiesAbstractOrchestration. getProperties()Obtains theTask.Propertiesfor theTaskorchestration.Task.PropertiesClusteredRegistration.TaskExecutor. getProperties()Task.PropertiesClusteredTaskCoordinator. getProperties()Task.PropertiesTask.Context. getProperties()Obtain the properties of theTask.Task.PropertiesTask.Coordinator. getProperties()Obtain the properties of theTaskbeing coordinated.Methods in com.oracle.coherence.concurrent.executor that return types with arguments of type Task.Properties Modifier and Type Method Description protected Supplier<Task.Properties>AbstractOrchestration. getPropertiesSupplier()Return aSupplierof aTask.Propertiesinstance.Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.Properties Modifier and Type Method Description protected <T,A,R>
Task.Coordinator<R>ClusteredExecutorService. submit(Task<T> task, String sTaskId, ExecutionStrategy strategy, OptionsByType<Task.Option> optionsByType, Task.Properties properties, Task.Collector<? super T,A,R> collector, com.tangosol.util.function.Remote.Predicate<? super R> completionPredicate, Task.CompletionRunnable<? super R> completionRunnable, Duration retainDuration, Iterator<Task.Subscriber<? super R>> subscribers)Submit aTaskfor execution with the given taskId,ExecutionStrategy,OptionsByType, result collector, completionRemote.Predicate, andTask.Subscriber(s).Constructors in com.oracle.coherence.concurrent.executor with parameters of type Task.Properties Constructor Description ClusteredTaskCoordinator(com.tangosol.net.CacheService service, ClusteredTaskManager manager, ExecutorService executorService, Task.Properties properties, Iterator<Task.Subscriber<? super T>> subscribers)Constructs aClusteredTaskCoordinator.
-