Uses of Class
org.apache.ignite.compute.ComputeTaskSessionScope
-
Packages that use ComputeTaskSessionScope Package Description org.apache.ignite.compute Contains Compute Grid functionality.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.managers.checkpoint TODO. -
-
Uses of ComputeTaskSessionScope in org.apache.ignite.compute
Methods in org.apache.ignite.compute that return ComputeTaskSessionScope Modifier and Type Method Description static @Nullable ComputeTaskSessionScopeComputeTaskSessionScope. fromOrdinal(byte ord)Efficiently gets enumerated value from its ordinal.static ComputeTaskSessionScopeComputeTaskSessionScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeTaskSessionScope[]ComputeTaskSessionScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.compute with parameters of type ComputeTaskSessionScope Modifier and Type Method Description voidComputeTaskSession. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout)Saves intermediate state of a job to a storage.voidComputeTaskSession. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout, boolean overwrite)Saves intermediate state of a job or task to a storage. -
Uses of ComputeTaskSessionScope in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type ComputeTaskSessionScope Modifier and Type Method Description voidGridJobSessionImpl. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout)Saves intermediate state of a job to a storage.voidGridJobSessionImpl. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout, boolean overwrite)Saves intermediate state of a job or task to a storage.voidGridTaskSessionImpl. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout)Saves intermediate state of a job to a storage.voidGridTaskSessionImpl. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout, boolean overwrite)Saves intermediate state of a job or task to a storage.protected voidGridTaskSessionImpl. saveCheckpoint0(GridTaskSessionInternal ses, String key, Object state, ComputeTaskSessionScope scope, long timeout, boolean overwrite) -
Uses of ComputeTaskSessionScope in org.apache.ignite.internal.managers.checkpoint
Methods in org.apache.ignite.internal.managers.checkpoint with parameters of type ComputeTaskSessionScope Modifier and Type Method Description booleanGridCheckpointManager. storeCheckpoint(GridTaskSessionInternal ses, String key, Object state, ComputeTaskSessionScope scope, long timeout, boolean override)
-