Class WALEntryStream

java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.WALEntryStream
All Implemented Interfaces:
Closeable, AutoCloseable

@Private @Evolving class WALEntryStream extends Object implements Closeable
Streaming access to WAL entries. This class is given a queue of WAL Path, and continually iterates through all the WAL WAL.Entry in the queue. When it's done reading from a Path, it dequeues it and starts reading from the next.