Uses of Interface
com.gigaspaces.executor.SpaceTask
Packages that use SpaceTask
Package
Description
-
Uses of SpaceTask in com.gigaspaces.executor
Subinterfaces of SpaceTask in com.gigaspaces.executorModifier and TypeInterfaceDescriptioninterfaceDistributedSpaceTask<T extends Serializable,R> an extended SpaceTask that is being used in broadcast. -
Uses of SpaceTask in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions with parameters of type SpaceTaskModifier and TypeMethodDescriptionLocalCacheImplAdminAction.execute(LocalCacheContainer spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) -
Uses of SpaceTask in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions with parameters of type SpaceTaskModifier and TypeMethodDescriptionLocalViewImplAdminAction.execute(LocalViewContainer spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) -
Uses of SpaceTask in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type SpaceTaskModifier and TypeMethodDescriptionAbstractSpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener) AbstractSpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener, Map<String, byte[]> classes) ISpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener) Executes a task on a single space.ISpaceProxy.execute(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener, Map<String, byte[]> classes) Executes a task on a single space. -
Uses of SpaceTask in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type SpaceTaskModifier and TypeMethodDescriptionabstract AsyncFutureAdminProxyAction.execute(TSpaceProxy spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) SpaceProxyImplAdminAction.execute(SpaceProxyImpl spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) AbstractSpaceProxyActionManager.executeTask(SpaceTask task, Object routing, Transaction tx, AsyncFutureListener listener, Map<String, byte[]> classes) -
Uses of SpaceTask in com.gigaspaces.internal.client.spaceproxy.executors
Classes in com.gigaspaces.internal.client.spaceproxy.executors that implement SpaceTaskModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassSystemDistributedTask<T extends Serializable>classSystemTask<T extends Serializable>classclassclass -
Uses of SpaceTask in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return SpaceTaskMethods in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type SpaceTaskModifier and TypeMethodDescriptionvoidConstructors in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type SpaceTaskModifierConstructorDescriptionExecuteTaskSpaceOperationRequest(SpaceTask<?> task, Transaction txn, Object routingValue, Map<String, byte[]> classes) -
Uses of SpaceTask in com.gigaspaces.internal.extension
Classes in com.gigaspaces.internal.extension that implement SpaceTask -
Uses of SpaceTask in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type SpaceTaskModifier and TypeMethodDescriptionSpaceImpl.executeTask(SpaceTask task, Transaction tx, SpaceContext sc, boolean newRouter) -
Uses of SpaceTask in com.gigaspaces.internal.server.space.executors
Classes in com.gigaspaces.internal.server.space.executors that implement SpaceTask -
Uses of SpaceTask in com.gigaspaces.internal.server.space.repartitioning
Classes in com.gigaspaces.internal.server.space.repartitioning that implement SpaceTaskModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of SpaceTask in org.openspaces.core.executor.internal
Classes in org.openspaces.core.executor.internal that implement SpaceTaskModifier and TypeClassDescriptionclassInternalDistributedSpaceTaskWrapper<T extends Serializable,R> An internal implementation ofDistributedSpaceTaskthat wraps the actualTaskto be executed.classInternalDurableTaskWrapper<T extends Serializable,R> classInternalSpaceTaskWrapper<T extends Serializable>