Uses of Enum
org.apache.hadoop.hbase.replication.regionserver.WALEntryStream.HasNext
Packages that use WALEntryStream.HasNext
-
Uses of WALEntryStream.HasNext in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver that return WALEntryStream.HasNextModifier and TypeMethodDescriptionWALEntryStream.hasNext()
Try advance the stream if there is no entry yet.private WALEntryStream.HasNext
WALEntryStream.lastAttempt()
private WALEntryStream.HasNext
WALEntryStream.prepareReader()
private WALEntryStream.HasNext
WALEntryStream.tryAdvanceEntry()
static WALEntryStream.HasNext
Returns the enum constant of this type with the specified name.static WALEntryStream.HasNext[]
WALEntryStream.HasNext.values()
Returns an array containing the constants of this enum type, in the order they are declared.