Interface IgniteTxMappings

    • Method Detail

      • clear

        void clear()
        Clears this mappings.
      • empty

        boolean empty()
        Returns:
        True if there are no mappings.
      • singleMapping

        @Nullable
        @Nullable GridDistributedTxMapping singleMapping()
        Returns:
        Non null instance if this mappings contain only one mapping.
      • single

        boolean single()
        Returns:
        True if this is single mapping.