Package | Description |
---|---|
net.openhft.chronicle |
Modifier and Type | Method and Description |
---|---|
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
IndexedChronicle.builder()
Returns the
ChronicleQueueBuilder that has been used to create
the current instance of IndexedChronicle |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.cacheLineSize(int cacheLineSize)
Sets the size of the index cache lines.
|
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.clone()
Makes IndexedChronicleQueueBuilder cloneable.
|
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.dataBlockSize(int dataBlockSize)
Sets the size to be used for data blocks.
|
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.fileLifecycleListener(net.openhft.lang.io.FileLifecycleListener fileLifecycleListener) |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.indexBlockSize(int indexBlockSize)
Sets the size to be used for index blocks.
|
static ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.indexed(File path) |
static ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.indexed(File parent,
String child) |
static ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.indexed(String path) |
static ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.indexed(String parent,
String child) |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.large()
A pre-defined ChronicleBuilder for large
Chronicle
instances. |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.medium()
A pre-defined ChronicleBuilder for medium
Chronicle
instances. |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.messageCapacity(int messageCapacity)
The maximum size a message stored in a
Chronicle instance
can have. |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.small()
A pre-defined ChronicleBuilder for small
Chronicle
instances. |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.synchronous(boolean synchronous)
Sets the synchronous mode to be used.
|
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.useCheckedExcerpt(boolean useCheckedExcerpt) |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder |
ChronicleQueueBuilder.IndexedChronicleQueueBuilder.useCompressedObjectSerializer(boolean useCompressedObjectSerializer) |
Copyright © 2017. All rights reserved.