public class Indexer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Indexer.IndexOffset |
| Modifier and Type | Field and Description |
|---|---|
static long |
NUMBER_OF_ENTRIES_IN_EACH_INDEX |
| Constructor and Description |
|---|
Indexer(ChronicleQueue chronicle,
net.openhft.chronicle.wire.WireType wireType) |
| Modifier and Type | Method and Description |
|---|---|
void |
index()
sans through every excerpts and records every 64th address in the index2indexs'
|
static ThreadLocal<net.openhft.chronicle.wire.ByteableLongArrayValues> |
newLongArrayValuesPool(net.openhft.chronicle.wire.WireType wireType) |
public static final long NUMBER_OF_ENTRIES_IN_EACH_INDEX
public Indexer(@NotNull
ChronicleQueue chronicle,
net.openhft.chronicle.wire.WireType wireType)
public static ThreadLocal<net.openhft.chronicle.wire.ByteableLongArrayValues> newLongArrayValuesPool(net.openhft.chronicle.wire.WireType wireType)
Copyright © 2015. All rights reserved.