Uses of Interface
org.apache.iotdb.db.wal.buffer.IWALBuffer
-
Packages that use IWALBuffer Package Description org.apache.iotdb.db.wal.buffer -
-
Uses of IWALBuffer in org.apache.iotdb.db.wal.buffer
Classes in org.apache.iotdb.db.wal.buffer that implement IWALBuffer Modifier and Type Class Description classAbstractWALBufferclassWALBufferThis buffer guarantees the concurrent safety and uses double buffers mechanism to accelerate writes and avoid waiting for buffer syncing to disk.
-