Package | Description |
---|---|
net.openhft.chronicle | |
net.openhft.chronicle.tools |
Modifier and Type | Method and Description |
---|---|
Excerpt |
Chronicle.createExcerpt() |
Excerpt |
IndexedChronicle.createExcerpt()
Returns a new instance of
Excerpt which can be used for random
access to the data stored in this Chronicle. |
Excerpt |
VanillaChronicle.createExcerpt() |
Excerpt |
Excerpt.toEnd()
Wind to the end.
|
Excerpt |
Excerpt.toStart()
Replay from the start.
|
Modifier and Type | Method and Description |
---|---|
int |
ExcerptComparator.compare(Excerpt excerpt)
Given some criteria, deterime 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 | Class and Description |
---|---|
class |
CheckedExcerpt |
class |
WrappedExcerpt |
static class |
WrappedExcerpts.ByteBufferBytesExcerpt |
static class |
WrappedExcerpts.ByteBufferBytesExcerptWrapper |
Modifier and Type | Field and Description |
---|---|
protected Excerpt |
WrappedExcerpt.wrappedExcerpt |
Modifier and Type | Method and Description |
---|---|
Excerpt |
WrappedChronicle.createExcerpt() |
Excerpt |
WrappedExcerpt.toEnd() |
Excerpt |
WrappedExcerpts.ByteBufferBytesExcerpt.toEnd() |
Excerpt |
WrappedExcerpt.toStart() |
Excerpt |
WrappedExcerpts.ByteBufferBytesExcerpt.toStart() |
Copyright © 2017. All rights reserved.