@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
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015