Uses of Class
org.apache.iotdb.db.wal.utils.WALFileStatus
-
Packages that use WALFileStatus Package Description org.apache.iotdb.db.wal.buffer org.apache.iotdb.db.wal.io org.apache.iotdb.db.wal.utils -
-
Uses of WALFileStatus in org.apache.iotdb.db.wal.buffer
Fields in org.apache.iotdb.db.wal.buffer declared as WALFileStatus Modifier and Type Field Description protected WALFileStatusWALBuffer. currentFileStatusfile status of working buffer, updating file writer's status when syncingMethods in org.apache.iotdb.db.wal.buffer with parameters of type WALFileStatus Modifier and Type Method Description protected voidAbstractWALBuffer. rollLogWriter(long searchIndex, WALFileStatus fileStatus)Notice: only called by syncBufferThread and old log writer will be closed by this function. -
Uses of WALFileStatus in org.apache.iotdb.db.wal.io
Methods in org.apache.iotdb.db.wal.io that return WALFileStatus Modifier and Type Method Description WALFileStatusWALWriter. getWalFileStatus()Methods in org.apache.iotdb.db.wal.io with parameters of type WALFileStatus Modifier and Type Method Description voidWALWriter. updateFileStatus(WALFileStatus walFileStatus) -
Uses of WALFileStatus in org.apache.iotdb.db.wal.utils
Methods in org.apache.iotdb.db.wal.utils that return WALFileStatus Modifier and Type Method Description static WALFileStatusWALFileUtils. parseStatusCode(java.lang.String filename)Parse status code from filenamestatic WALFileStatusWALFileStatus. valueOf(int code)Returns the enum constant of this type with the specified name.static WALFileStatusWALFileStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WALFileStatus[]WALFileStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.wal.utils with parameters of type WALFileStatus Modifier and Type Method Description static java.lang.StringWALFileUtils. getLogFileName(long versionId, long startSearchIndex, WALFileStatus status)Get .wal filename
-