public interface ExcerptTailer extends ExcerptCommon
ChronicleQueue.| Modifier and Type | Method and Description |
|---|---|
long |
cycle() |
long |
index() |
boolean |
index(long index)
Randomly select an Excerpt.
|
boolean |
index(long cycle,
long index)
Randomly select an Excerpt.
|
boolean |
readDocument(net.openhft.chronicle.wire.ReadMarshallable reader) |
ExcerptTailer |
toEnd()
Wind to the upper.
|
ExcerptTailer |
toStart()
Replay from the lower.
|
queueboolean readDocument(@NotNull
net.openhft.chronicle.wire.ReadMarshallable reader)
throws IOException
reader - user to read the documenttrue if successfulIOException - if not able to read the chronicle filelong index()
long cycle()
boolean index(long index)
throws IOException
index - index to look upIOException - if not able to read the chronicle fileboolean index(long cycle,
long index)
throws IOException
cycle - cycleindex - index to look upIOException - if not able to read the chronicle file@NotNull ExcerptTailer toStart() throws IOException
IOException - if not able to read the chronicle file@NotNull ExcerptTailer toEnd() throws IOException
IOException - if not able to read the chronicle fileCopyright © 2015. All rights reserved.