Package org.apache.iotdb.db.engine.flush
Interface FlushListener
-
- All Known Subinterfaces:
IWALNode
- All Known Implementing Classes:
FlushListener.DefaultMemTableFLushListener,WALFakeNode,WALNode
public interface FlushListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFlushListener.DefaultMemTableFLushListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMemTableFlushed(IMemTable memTable)voidonMemTableFlushStarted(IMemTable memTable)
-