Uses of Class
com.oracle.coherence.concurrent.executor.util.OptionsByType
-
Packages that use OptionsByType Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.util -
-
Uses of OptionsByType in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as OptionsByType Modifier and Type Field Description protected OptionsByType<TaskExecutorService.Registration.Option>ClusteredRegistration. f_optionsByTypeTheTaskExecutorService.Registration.Options for theExecutor.protected OptionsByType<Task.Option>AbstractOrchestration. m_optionsByTypeTheTask.Options forTask.Orchestration.protected OptionsByType<TaskExecutorService.Registration.Option>ClusteredExecutorInfo. m_optionsByTypeTheTaskExecutorService.Registration.Options for theExecutor.Methods in com.oracle.coherence.concurrent.executor that return OptionsByType Modifier and Type Method Description OptionsByType<Task.Option>AbstractOrchestration. getOptionsByType()Obtains theOptionsByTypefor theTaskorchestration.Methods in com.oracle.coherence.concurrent.executor with parameters of type OptionsByType 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 OptionsByType Constructor Description ClusteredExecutorInfo(String sIdentity, long ldtUpdate, long cMaxMemory, long totalMemory, long freeMemory, OptionsByType<TaskExecutorService.Registration.Option> optionsByType)Constructs aClusteredExecutorInfowith the specified parameters.ClusteredRegistration(ClusteredExecutorService clusteredExecutorService, String sExecutorId, ExecutorService executor, OptionsByType<TaskExecutorService.Registration.Option> optionsByType)Constructs aClusteredRegistration.ClusteredTaskManager(String sTaskId, Task<T> task, ExecutionStrategy executionStrategy, Task.Collector<? super T,A,R> collector, com.tangosol.util.function.Remote.Predicate<? super R> completionPredicate, Task.CompletionRunnable<? super R> completionRunnable, Duration retainDuration, OptionsByType<Task.Option> optionsByType)Constructs aClusteredTaskManagerfor the specifiedTask. -
Uses of OptionsByType in com.oracle.coherence.concurrent.executor.util
Subclasses of OptionsByType in com.oracle.coherence.concurrent.executor.util Modifier and Type Class Description protected static classOptionsByType.EmptyOptionsByType<T>An optimizedOptionsByTypeimplementation for representing emptyOptionsByType.Methods in com.oracle.coherence.concurrent.executor.util that return OptionsByType Modifier and Type Method Description OptionsByType<T>OptionsByType. add(T option)Adds an option to the collection, replacing an existing option of the same concrete type if one exists.OptionsByType<T>OptionsByType. addAll(OptionsByType<? extends T> optionsByType)Adds all current options into the specifiedOptionsByTypeto this collection, replacing existing options of the same concrete type where they exist.OptionsByType<T>OptionsByType. addAll(T[] options)Adds an array of options to the collection, replacing existing options of the same concrete type where they exist.static <T> OptionsByType<T>OptionsByType. empty()Constructs an emptyOptionsByTypecollection.static <T> OptionsByType<T>OptionsByType. from(Class<T> classOfOption, T[] baseOptions, T... options)Constructs anOptionsByTypecollection given an array of options.Methods in com.oracle.coherence.concurrent.executor.util with parameters of type OptionsByType Modifier and Type Method Description OptionsByType<T>OptionsByType. addAll(OptionsByType<? extends T> optionsByType)Adds all current options into the specifiedOptionsByTypeto this collection, replacing existing options of the same concrete type where they exist.
-