public interface Indexing
SingleChronicleQueue
. This interface will be expanded over
time to clarify the API contract of SCQIndexing
.Modifier and Type | Method and Description |
---|---|
boolean |
indexable(long index) |
int |
indexCount() |
int |
indexSpacing() |
long |
lastSequenceNumber(ExcerptContext ec,
boolean approximate) |
int |
linearScanByPositionCount() |
int |
linearScanCount() |
long |
nextEntryToBeIndexed() |
int indexCount()
int indexSpacing()
long nextEntryToBeIndexed()
boolean indexable(long index)
long lastSequenceNumber(ExcerptContext ec, boolean approximate) throws StreamCorruptedException
StreamCorruptedException
int linearScanCount()
int linearScanByPositionCount()
Copyright © 2024. All rights reserved.