Class NotifyFlushMemTable

  • All Implemented Interfaces:
    IMemTable, SerializedSize, WALEntryValue

    public class NotifyFlushMemTable
    extends AbstractMemTable
    Only used in sync flush and async close to start a flush task This memtable is not managed by MemTablePool and does not store any data.
    • Constructor Detail

      • NotifyFlushMemTable

        public NotifyFlushMemTable()
    • Method Detail

      • copy

        public IMemTable copy()
        Description copied from interface: IMemTable
        Make a copy of this MemTable.
        Returns:
        a MemTable with the same data as this one.
      • isSignalMemTable

        public boolean isSignalMemTable()