Uses of Enum Class
org.apache.hadoop.hbase.wal.WALTailingReader.State
Package
Description
-
Uses of WALTailingReader.State in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescription(package private) final WALTailingReader.State
ProtobufWALTailingReader.ReadWALKeyResult.state
ModifierConstructorDescriptionReadWALKeyResult
(WALTailingReader.State state, WAL.Entry entry, int followingKvCount) -
Uses of WALTailingReader.State in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeMethodDescriptionprivate Pair<WALTailingReader.State,
Boolean> WALEntryStream.readNextEntryAndRecordReaderPosition()
Returns whether the file is opened for writing. -
Uses of WALTailingReader.State in org.apache.hadoop.hbase.wal
Modifier and TypeFieldDescriptionprivate final WALTailingReader.State
WALTailingReader.Result.state
Modifier and TypeMethodDescriptionWALTailingReader.Result.getState()
static WALTailingReader.State
Returns the enum constant of this class with the specified name.static WALTailingReader.State[]
WALTailingReader.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionResult
(WALTailingReader.State state, WAL.Entry entry, long entryEndPos)