Interface IgniteTxLocalState

    • Method Detail

      • addEntry

        void addEntry​(IgniteTxEntry entry)
        Parameters:
        entry - Entry.
      • removeEntry

        void removeEntry​(IgniteTxKey key)
        Parameters:
        key - Key.
      • init

        boolean init​(int txSize)
        Parameters:
        txSize - Transaction size.
        Returns:
        True if transaction was successfully started.
      • initialized

        boolean initialized()
        Returns:
        True if init method was called.
      • seal

        void seal()
      • recovery

        boolean recovery()
        Returns:
        Recovery mode flag.
      • awaitLastFuture

        void awaitLastFuture()
        Awaits for previous async operations on active caches to be completed.