Uses of Interface
com.oracle.coherence.concurrent.executor.TaskExecutorService.Registration.Option
-
Packages that use TaskExecutorService.Registration.Option Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.function com.oracle.coherence.concurrent.executor.options com.oracle.coherence.concurrent.executor.tasks -
-
Uses of TaskExecutorService.Registration.Option in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor with type parameters of type TaskExecutorService.Registration.Option Modifier and Type Field Description protected OptionsByType<TaskExecutorService.Registration.Option>ClusteredRegistration. f_optionsByTypeTheTaskExecutorService.Registration.Options for theExecutor.protected OptionsByType<TaskExecutorService.Registration.Option>ClusteredExecutorInfo. m_optionsByTypeTheTaskExecutorService.Registration.Options for theExecutor.Methods in com.oracle.coherence.concurrent.executor with type parameters of type TaskExecutorService.Registration.Option Modifier and Type Method Description <T extends TaskExecutorService.Registration.Option>
TClusteredExecutorInfo. getOption(Class<T> clzOfOption, T defaultIfNotFound)<T extends TaskExecutorService.Registration.Option>
TClusteredRegistration. getOption(Class<T> classOfOption, T defaultIfNotFound)<T extends TaskExecutorService.Registration.Option>
TTaskExecutorService.ExecutorInfo. getOption(Class<T> clzOfOption, T defaultIfNotFound)Obtains theTaskExecutorService.Registration.Optionof the specified class when theExecutorServicewas registered, or the default value if not found.<T extends TaskExecutorService.Registration.Option>
TTaskExecutorService.Registration. getOption(Class<T> classOfOption, T defaultIfNotFound)Obtains theTaskExecutorService.Registration.Optionof the specified class when theExecutorServicewas registered, or the default value if not found.Methods in com.oracle.coherence.concurrent.executor with parameters of type TaskExecutorService.Registration.Option Modifier and Type Method Description TaskExecutorService.RegistrationClusteredExecutorService. register(ExecutorService executor, TaskExecutorService.Registration.Option... options)TaskExecutorService.RegistrationTaskExecutorService. register(ExecutorService executor, TaskExecutorService.Registration.Option... options)Registers anExecutorServiceto commence execution of orchestrated tasks.Constructor parameters in com.oracle.coherence.concurrent.executor with type arguments of type TaskExecutorService.Registration.Option 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. -
Uses of TaskExecutorService.Registration.Option in com.oracle.coherence.concurrent.executor.function
Fields in com.oracle.coherence.concurrent.executor.function declared as TaskExecutorService.Registration.Option Modifier and Type Field Description protected TaskExecutorService.Registration.OptionPredicates.OptionPredicate. m_optionMethods in com.oracle.coherence.concurrent.executor.function with parameters of type TaskExecutorService.Registration.Option Modifier and Type Method Description static com.tangosol.util.function.Remote.Predicate<TaskExecutorService.ExecutorInfo>Predicates. has(TaskExecutorService.Registration.Option option)Obtains aRemote.PredicateforTaskExecutorService.ExecutorInfoto determine if a specificTaskExecutorService.Registration.Optionis defined.Constructors in com.oracle.coherence.concurrent.executor.function with parameters of type TaskExecutorService.Registration.Option Constructor Description OptionPredicate(TaskExecutorService.Registration.Option option)Constructs aPredicates.OptionPredicate. -
Uses of TaskExecutorService.Registration.Option in com.oracle.coherence.concurrent.executor.options
Classes in com.oracle.coherence.concurrent.executor.options that implement TaskExecutorService.Registration.Option Modifier and Type Class Description classClusterMemberAnTaskExecutorService.Registration.Optionspecifying whether anExecutoris running on a Coherence cluster member.classDescriptionAnTaskExecutorService.Registration.Optionto specify theDescriptionof a registeredExecutorService.classMemberAnTaskExecutorService.Registration.Optiondefining a CoherenceMember.classNameclassRoleAnTaskExecutorService.Registration.Optionto specify theRoleof anExecutorwhen it is registered.classStorageAnTaskExecutorService.Registration.Optionto specify whether anExecutoris running on a storage enabled Coherence server. -
Uses of TaskExecutorService.Registration.Option in com.oracle.coherence.concurrent.executor.tasks
Classes in com.oracle.coherence.concurrent.executor.tasks that implement TaskExecutorService.Registration.Option Modifier and Type Class Description classCronTask<T>ATaskthat can run repeatedly at scheduled time, like a crontab job.
-