@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)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019