Uses of Class
org.apache.hadoop.hbase.wal.WALTailingReader.Result
Packages that use WALTailingReader.Result
-
Uses of WALTailingReader.Result in org.apache.hadoop.hbase.regionserver.wal
Methods in org.apache.hadoop.hbase.regionserver.wal that return WALTailingReader.ResultModifier and TypeMethodDescriptionprivate WALTailingReader.ResultProtobufWALTailingReader.editEof()private WALTailingReader.ResultProtobufWALTailingReader.editError()ProtobufWALTailingReader.next(long limit) private WALTailingReader.ResultProtobufWALTailingReader.readWALEdit(WAL.Entry entry, int followingKvCount) -
Uses of WALTailingReader.Result in org.apache.hadoop.hbase.wal
Fields in org.apache.hadoop.hbase.wal declared as WALTailingReader.ResultModifier and TypeFieldDescriptionprivate WALTailingReader.ResultWALTailingReader.State.resultA dummy result for returning, as exceptWALTailingReader.State.NORMAL, for other state we do not need to provide fields other than state in the returnedWALTailingReader.Result.Methods in org.apache.hadoop.hbase.wal that return WALTailingReader.Result