Uses of Interface
org.apache.ignite.compute.ComputeTaskSessionAttributeListener
-
Packages that use ComputeTaskSessionAttributeListener Package Description org.apache.ignite.compute Contains Compute Grid functionality.org.apache.ignite.internal Contains main implementation. -
-
Uses of ComputeTaskSessionAttributeListener in org.apache.ignite.compute
Methods in org.apache.ignite.compute with parameters of type ComputeTaskSessionAttributeListener Modifier and Type Method Description voidComputeTaskSession. addAttributeListener(ComputeTaskSessionAttributeListener lsnr, boolean rewind)Add listener for the session attributes.booleanComputeTaskSession. removeAttributeListener(ComputeTaskSessionAttributeListener lsnr)Removes given listener. -
Uses of ComputeTaskSessionAttributeListener in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type ComputeTaskSessionAttributeListener Modifier and Type Method Description voidGridJobSessionImpl. addAttributeListener(ComputeTaskSessionAttributeListener lsnr, boolean rewind)Add listener for the session attributes.voidGridTaskSessionImpl. addAttributeListener(ComputeTaskSessionAttributeListener lsnr, boolean rewind)Add listener for the session attributes.booleanGridJobSessionImpl. removeAttributeListener(ComputeTaskSessionAttributeListener lsnr)Removes given listener.booleanGridTaskSessionImpl. removeAttributeListener(ComputeTaskSessionAttributeListener lsnr)Removes given listener.
-