Interface LifecycleNewTracker

    • Method Detail

      • trackNew

        void trackNew​(SSTable table)
        Called when a new table is about to be created, so that this table can be tracked by a transaction.
        Parameters:
        table - - the new table to be tracked
      • untrackNew

        void untrackNew​(SSTable table)
        Called when a new table is no longer required, so that this table can be untracked by a transaction.
        Parameters:
        table - - the table to be untracked
      • opType

        OperationType opType()
        Returns:
        the type of operation tracking these sstables