Class WALFlushListener
- java.lang.Object
-
- org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
-
- org.apache.iotdb.db.wal.utils.listener.WALFlushListener
-
public class WALFlushListener extends AbstractResultListener
This class helps judge whether wal is flushed to the storage device.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
AbstractResultListener.Status
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
cause, status, wait
-
-
Constructor Summary
Constructors Constructor Description WALFlushListener(boolean wait)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.db.wal.utils.listener.AbstractResultListener
fail, getCause, succeed, waitForResult
-
-