| Package | Description |
|---|---|
| net.openhft.chronicle | |
| net.openhft.chronicle.tcp | |
| net.openhft.chronicle.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeExcerpt |
| Modifier and Type | Method and Description |
|---|---|
Excerpt |
Chronicle.createExcerpt() |
Excerpt |
IndexedChronicle.createExcerpt() |
Excerpt |
NativeExcerpt.toEnd() |
Excerpt |
Excerpt.toEnd()
Wind to the end.
|
Excerpt |
NativeExcerpt.toStart() |
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 | Method and Description |
|---|---|
Excerpt |
InProcessChronicleSource.createExcerpt() |
Excerpt |
InProcessChronicleSink.createExcerpt() |
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedExcerpt |
| Modifier and Type | Method and Description |
|---|---|
Excerpt |
WrappedExcerpt.toStart() |
Copyright © 2014. All Rights Reserved.