Uses of Interface
org.openspaces.core.executor.TaskRoutingProvider
Packages that use TaskRoutingProvider
Package
Description
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of TaskRoutingProvider in org.openspaces.core.executor.juc
Classes in org.openspaces.core.executor.juc that implement TaskRoutingProviderModifier and TypeClassDescriptionclassCallableDistributedTaskAdapter<T extends Serializable,R> An adapter allowing to execute aCallablein a distributed fashion.classCallableTaskAdapter<T extends Serializable>An adapter allowing to execute aCallableusing Space task executors.classRunnableDistributedTaskAdapter<T extends Serializable,R> An adapter allowing to execute aRunnablein a distributed fashion.classRunnableTaskAdapter<T extends Serializable>An adapter allowing to execute aRunnableusing Space task executors. -
Uses of TaskRoutingProvider in org.openspaces.core.executor.support
Classes in org.openspaces.core.executor.support that implement TaskRoutingProviderModifier and TypeClassDescriptionclassAbstractDelegatingDistributedTask<T extends Serializable,R> A base class for delegating tasks that are also distributed tasksclassA sum distrubted task that accepts aTaskto delegate the actual execution to and implements theAvgTask.reduce(java.util.List)operation.classA max distrubuted task that accepts aTaskto delegate the actual execution to and implements theMaxTask.reduce(java.util.List)operation.classA min distrubuted task that accepts aTaskto delegate the actual execution to and implements theMinTask.reduce(java.util.List)operation.classPrivilegedDistributedTask<T extends Serializable,R> A delegating distrubuted task (with an optional filter) that runs under established access control settings.classPrivilegedTask<T extends Serializable>A delegating task that runs under established access control settings.classSimpleDelegatingDistributedTask<T extends Serializable,R> A simple implementation of delegating distributed task that accepts the task to delegate to.classSimpleDelegatingTask<T extends Serializable>A simple implementation of delegating task that accepts the task to delegate to.classA sum distrubuted task that accepts aTaskto delegate the actual execution to and implements theSumTask.reduce(java.util.List)operation. -
Uses of TaskRoutingProvider in org.openspaces.remoting
Classes in org.openspaces.remoting that implement TaskRoutingProviderModifier and TypeClassDescriptionclassExecutorRemotingTask<T extends Serializable>ATaskthat can be used to simulate remote invocation withSpaceRemotingServiceExporter.