public static interface IStoreReader.IterativeReader
#iterativeReader()
)Modifier and Type | Interface and Description |
---|---|
static interface |
IStoreReader.IterativeReader.Stats |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the iterative reader
|
PktBuffer |
metadata()
Get the serialized metadata
|
StoreCommitEntry |
next()
Get the next entry in the log
|
boolean |
open()
Get whether the reader is open
|
void |
seek(long pos)
Seek to a particular offset in the log
|
IStoreReader.IterativeReader.Stats |
stats()
Get reader stats
|
boolean open()
PktBuffer metadata()
void seek(long pos) throws IOException
pos
- The position to seek to. A value of 0 is
interpreted as a request to rewind to the beginningIOException
StoreCommitEntry next() throws Exception
Exception
IStoreReader.IterativeReader.Stats stats()
void close()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.