Uses of Enum
org.apache.hadoop.hbase.wal.WALTailingReader.State
Packages that use WALTailingReader.State
Package
Description
-
Uses of WALTailingReader.State in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as WALTailingReader.StateModifier and TypeFieldDescription(package private) final WALTailingReader.StateProtobufWALTailingReader.ReadWALKeyResult.stateConstructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALTailingReader.StateModifierConstructorDescriptionReadWALKeyResult(WALTailingReader.State state, WAL.Entry entry, int followingKvCount) -
Uses of WALTailingReader.State in org.apache.hadoop.hbase.replication.regionserver
Fields in org.apache.hadoop.hbase.replication.regionserver declared as WALTailingReader.StateMethods in org.apache.hadoop.hbase.replication.regionserver that return types with arguments of type WALTailingReader.StateModifier 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
Fields in org.apache.hadoop.hbase.wal declared as WALTailingReader.StateModifier and TypeFieldDescriptionprivate final WALTailingReader.StateWALTailingReader.Result.stateMethods in org.apache.hadoop.hbase.wal that return WALTailingReader.StateModifier and TypeMethodDescriptionWALTailingReader.Result.getState()static WALTailingReader.StateReturns the enum constant of this type with the specified name.static WALTailingReader.State[]WALTailingReader.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hadoop.hbase.wal with parameters of type WALTailingReader.StateModifierConstructorDescriptionResult(WALTailingReader.State state, WAL.Entry entry, long entryEndPos)