| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl |
| Modifier and Type | Method and Description |
|---|---|
Excerpt |
ChronicleQueue.createExcerpt()
An Excerpt can be used access entries randomly and optionally change them.
|
Excerpt |
Excerpt.toEnd()
Wind to the upper.
|
Excerpt |
Excerpt.toStart()
Replay from the lower.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ExcerptComparator.compare(Excerpt excerpt)
Given some criteria, determine if the entry is -1 = below range, +1 = above range and 0 in
range Can be used for exact matches or a range of values.
|
| Modifier and Type | Method and Description |
|---|---|
Excerpt |
AbstractChronicleQueue.createExcerpt() |
Copyright © 2016. All rights reserved.