Package | Description |
---|---|
net.openhft.chronicle.queue.impl | |
net.openhft.chronicle.queue.impl.single |
Modifier and Type | Method and Description |
---|---|
ScanResult |
WireStore.moveToIndexForRead(ExcerptContext ec,
long index) |
long |
WireStore.sequenceForPosition(ExcerptContext ec,
long position,
boolean inclusive)
Reverse look up an index for a position.
|
void |
WireStore.setPositionForSequenceNumber(ExcerptContext ec,
long sequenceNumber,
long position) |
Modifier and Type | Class and Description |
---|---|
static class |
SingleChronicleQueueExcerpts.StoreTailer
Tailer
|
Modifier and Type | Method and Description |
---|---|
ScanResult |
SingleChronicleQueueStore.moveToIndexForRead(ExcerptContext ec,
long index)
Moves the position to the index
|
long |
SingleChronicleQueueStore.sequenceForPosition(ExcerptContext ec,
long position,
boolean inclusive) |
void |
SingleChronicleQueueStore.setPositionForSequenceNumber(ExcerptContext ec,
long sequenceNumber,
long position) |
Copyright © 2016. All rights reserved.