@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ComputeTaskSessionFullSupport
Use this annotation when planning to use checkpoints or task session attributes API to distribute session attributes between jobs.
By default, attributes and checkpoints are disabled for performance reasons.
ComputeTaskSession
,
ComputeTaskSession.setAttribute(Object, Object)
,
ComputeTaskSession.setAttributes(Map)
,
ComputeTaskSession.addAttributeListener(ComputeTaskSessionAttributeListener, boolean)
,
ComputeTaskSession.saveCheckpoint(String, Object)
,
ComputeTaskSession.saveCheckpoint(String, Object, ComputeTaskSessionScope, long)
,
ComputeTaskSession.saveCheckpoint(String, Object, ComputeTaskSessionScope, long, boolean)
,
ComputeTaskSession.loadCheckpoint(String)
,
ComputeTaskSession.removeCheckpoint(String)
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024