Uses of Class
org.apache.iotdb.db.wal.buffer.WALEntryType
-
Packages that use WALEntryType Package Description org.apache.iotdb.db.wal.buffer -
-
Uses of WALEntryType in org.apache.iotdb.db.wal.buffer
Fields in org.apache.iotdb.db.wal.buffer declared as WALEntryType Modifier and Type Field Description protected WALEntryTypeWALEntry. typetype of valueMethods in org.apache.iotdb.db.wal.buffer that return WALEntryType Modifier and Type Method Description WALEntryTypeWALEntry. getType()static WALEntryTypeWALEntryType. valueOf(byte code)Returns the enum constant of this type with the specified name.static WALEntryTypeWALEntryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WALEntryType[]WALEntryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.wal.buffer with parameters of type WALEntryType Constructor Description WALEntry(WALEntryType type, long memTableId, WALEntryValue value, boolean wait)WALSignalEntry(WALEntryType signalType)WALSignalEntry(WALEntryType signalType, boolean wait)
-