Uses of Class
org.apache.ignite.compute.ComputeTaskSessionScope
-
Packages that use ComputeTaskSessionScope Package Description org.apache.ignite.compute Contains Compute Grid functionality. -
-
Uses of ComputeTaskSessionScope in org.apache.ignite.compute
Methods in org.apache.ignite.compute that return ComputeTaskSessionScope Modifier and Type Method Description static @Nullable ComputeTaskSessionScope
ComputeTaskSessionScope. fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.static ComputeTaskSessionScope
ComputeTaskSessionScope. 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 void
ComputeTaskSession. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout)
Saves intermediate state of a job to a storage.void
ComputeTaskSession. saveCheckpoint(String key, Object state, ComputeTaskSessionScope scope, long timeout, boolean overwrite)
Saves intermediate state of a job or task to a storage.
-