@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 Fabric : ver. 1.2.0-incubating Release Date : June 16 2015