Class DmlStatementsProcessor


  • public class DmlStatementsProcessor
    extends Object
    Contains entry processors for DML. Should be modified very carefully to maintain binary compatibility due to serializable anonymous classes.
    • Constructor Detail

      • DmlStatementsProcessor

        public DmlStatementsProcessor()
    • Method Detail

      • getRemoveClosure

        public static IgniteInClosure<javax.cache.processor.MutableEntry<Object,​Object>> getRemoveClosure​(ClusterNode node,
                                                                                                                Object key)
        Returns the remove closure based on the version of the primary node.
        Parameters:
        node - Primary node.
        key - Key.
        Returns:
        Remove closure.