Interface TabletCommitter

  • All Known Implementing Classes:
    Tablet

    public interface TabletCommitter
    A partial interface of Tablet to allow for testing of CommitSession without needing a real Tablet.
    • Method Detail

      • finishUpdatingLogsUsed

        void finishUpdatingLogsUsed()
      • getExtent

        KeyExtent getExtent()
        Returns a KeyExtent object representing this tablet's key range.
        Returns:
        extent
      • getLogId

        int getLogId()
      • updateMemoryUsageStats

        void updateMemoryUsageStats​(long estimatedSizeInBytes,
                                    long estimatedSizeInBytes2)