Uses of Class
org.apache.hadoop.hbase.wal.WALTailingReader.Result
Packages that use org.apache.hadoop.hbase.wal.WALTailingReader.Result
-
Uses of org.apache.hadoop.hbase.wal.WALTailingReader.Result in org.apache.hadoop.hbase.regionserver.wal
Methods in org.apache.hadoop.hbase.regionserver.wal that return org.apache.hadoop.hbase.wal.WALTailingReader.Result in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.wal.WALTailingReader.Result
ProtobufWALTailingReader.next
(long limit) -
Uses of org.apache.hadoop.hbase.wal.WALTailingReader.Result in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal that return org.apache.hadoop.hbase.wal.WALTailingReader.Result in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.wal.WALTailingReader.Result
WALTailingReader.State.getResult()
org.apache.hadoop.hbase.wal.WALTailingReader.Result
WALTailingReader.next
(long limit) Read the next entry and make sure the position after reading does not go beyond the givenlimit
.