Class ProtobufWALTailingReader.ReadWALKeyResult
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.ProtobufWALTailingReader.ReadWALKeyResult
- Enclosing class:
- ProtobufWALTailingReader
-
Field Summary
Modifier and TypeFieldDescription(package private) final WAL.Entry
(package private) final int
(package private) final WALTailingReader.State
-
Constructor Summary
ConstructorDescriptionReadWALKeyResult
(WALTailingReader.State state, WAL.Entry entry, int followingKvCount) -
Method Summary
-
Field Details
-
state
-
entry
-
followingKvCount
-
-
Constructor Details
-
ReadWALKeyResult
-