Uses of Enum Class
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.HasNextWALEntryStream.lastAttempt()private WALEntryStream.HasNextWALEntryStream.prepareReader()private WALEntryStream.HasNextWALEntryStream.tryAdvanceEntry()static WALEntryStream.HasNextReturns the enum constant of this class with the specified name.static WALEntryStream.HasNext[]WALEntryStream.HasNext.values()Returns an array containing the constants of this enum class, in the order they are declared.