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