Uses of Interface
com.gigaspaces.executor.DistributedSpaceTask
Packages that use DistributedSpaceTask
Package
Description
-
Uses of DistributedSpaceTask in com.gigaspaces.internal.client.spaceproxy.executors
Classes in com.gigaspaces.internal.client.spaceproxy.executors that implement DistributedSpaceTaskModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassSystemDistributedTask<T extends Serializable>class -
Uses of DistributedSpaceTask in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return DistributedSpaceTaskMethods in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type DistributedSpaceTaskModifier and TypeMethodDescriptionRegisterDurableTaskSpaceOperationRequest.setDurableTask(DistributedSpaceTask durableTask) -
Uses of DistributedSpaceTask in com.gigaspaces.internal.extension
Classes in com.gigaspaces.internal.extension that implement DistributedSpaceTask -
Uses of DistributedSpaceTask in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return DistributedSpaceTaskMethods in com.gigaspaces.internal.server.space with parameters of type DistributedSpaceTaskModifier and TypeMethodDescriptionbooleanSpaceImpl.runDurableTask(Map<String, byte[]> classes, DistributedSpaceTask distributedSpaceTask, UUID uuid, SpaceContext spaceContext, String name, String description, boolean immediatelyStart) voidCompoundDurableTaskData.setDistributedSpaceTask(DistributedSpaceTask distributedSpaceTask) -
Uses of DistributedSpaceTask in com.gigaspaces.internal.server.space.repartitioning
Classes in com.gigaspaces.internal.server.space.repartitioning that implement DistributedSpaceTask -
Uses of DistributedSpaceTask in org.openspaces.core.executor.internal
Classes in org.openspaces.core.executor.internal that implement DistributedSpaceTaskModifier and TypeClassDescriptionclassInternalDistributedSpaceTaskWrapper<T extends Serializable,R> An internal implementation ofDistributedSpaceTaskthat wraps the actualTaskto be executed.classInternalDurableTaskWrapper<T extends Serializable,R>