| Package | Description |
|---|---|
| net.openhft.chronicle | |
| net.openhft.chronicle.tools |
| Modifier and Type | Method and Description |
|---|---|
long |
Excerpt.findMatch(ExcerptComparator comparator)
Find any entry which return a match i.e.
|
void |
Excerpt.findRange(long[] startEnd,
ExcerptComparator comparator)
Find entries which return a match.
|
| Modifier and Type | Method and Description |
|---|---|
long |
WrappedExcerpt.findMatch(ExcerptComparator comparator) |
long |
WrappedExcerpts.ByteBufferBytesExcerpt.findMatch(ExcerptComparator comparator) |
void |
WrappedExcerpt.findRange(long[] startEnd,
ExcerptComparator comparator) |
void |
WrappedExcerpts.ByteBufferBytesExcerpt.findRange(long[] startEnd,
ExcerptComparator comparator) |
Copyright © 2021. All rights reserved.