Skip navigation links
$ A B C D E F G H I K L M N O P Q R S T U V W 

$

$checkPoint(String, int) - Method in class net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps
 
$checkPoint(String, int) - Method in interface net.openhft.chronicle.queue.internal.domestic.backed.map.QueueEvents
 
$clear(String, long) - Method in class net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps
 
$clear(String, long) - Method in interface net.openhft.chronicle.queue.internal.domestic.backed.map.QueueEvents
Remove all entries
$put(String, Object, Object, long) - Method in class net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps
 
$put(String, K, V, long) - Method in interface net.openhft.chronicle.queue.internal.domestic.backed.map.QueueEvents
 
$remove(String, Object, long) - Method in class net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps
 
$remove(String, K, long) - Method in interface net.openhft.chronicle.queue.internal.domestic.backed.map.QueueEvents
 

A

AbstractTailerPollingQueueEntryReader - Class in net.openhft.chronicle.queue.internal.reader.queueentryreaders
 
AbstractTailerPollingQueueEntryReader(ExcerptTailer, Function<ExcerptTailer, DocumentContext>) - Constructor for class net.openhft.chronicle.queue.internal.reader.queueentryreaders.AbstractTailerPollingQueueEntryReader
 
AbstractTSQueueLock - Class in net.openhft.chronicle.queue.impl.table
Implements a lock using LongValue and primitives such as CAS.
AbstractTSQueueLock(String, TableStore<?>, Supplier<TimingPauser>) - Constructor for class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
accept(A, CharSequence, ValueIn) - Method in interface net.openhft.chronicle.queue.impl.table.TableStoreIterator
 
accept(WireIn, Consumer<String>) - Method in class net.openhft.chronicle.queue.internal.reader.InternalDummyMethodReaderQueueEntryHandler
 
accept(WireIn, Consumer<String>) - Method in class net.openhft.chronicle.queue.internal.reader.InternalMessageToTextQueueEntryHandler
 
acquire(int, long, boolean, SingleChronicleQueueStore) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
Deprecated.
acquire(int, boolean, SingleChronicleQueueStore) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
acquire(int, boolean) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
 
acquireAppender() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns a ExcerptAppender for this ChronicleQueue that is local to the current Thread.
acquireAppender() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
acquireLock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
acquireLock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
Guaranteed to lock or throw
acquireLock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
Stores current TID and PID to table store, and any other thread trying to acquire lock will wait for chronicle.queue.lock.timeoutMS millis (default is 30000) for the lock to be released, and if it is not able to lock, *overrides the lock*.
acquireValueFor(CharSequence, long) - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
acquireValueFor(CharSequence, long) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
acquireValueFor(CharSequence) - Method in interface net.openhft.chronicle.queue.impl.TableStore
Acquire LongValue mapped to underlying file, providing atomic operations on the value that is shared across threads and/or JVMs.
acquireValueFor(CharSequence, long) - Method in interface net.openhft.chronicle.queue.impl.TableStore
 
action() - Method in class net.openhft.chronicle.queue.internal.InternalPretouchHandler
 
add() - Method in enum net.openhft.chronicle.queue.TailerDirection
 
addAliases() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
addCloseListener(Closeable) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
addMap(String, QueueEvents) - Method in class net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps
 
addOption(Options, String, String, boolean, String, boolean) - Static method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
aesEncryption(byte[]) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
afterLastWritten(ChronicleQueue) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Winds this ExcerptTailer to after the last entry which wrote an entry to the queue.
all() - Static method in enum net.openhft.chronicle.queue.RollCycles
 
AnalyticsHolder - Enum in net.openhft.chronicle.queue.internal
 
APPEND_LOCK_KEY - Static variable in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
AppenderListener - Interface in net.openhft.chronicle.queue
A listener interface for receiving events when excerpt are durably persisted to a queue.
appenderListener(AppenderListener) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Set an AppenderListener which is called when an Excerpt is actually written.
appenderListener() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
appendLock() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
appendLock() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
apply(SingleChronicleQueueBuilder) - Method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
approximateExcerptsInCycle(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
Returns a number of excerpts in a cycle.
approximateLastSequenceNumber(ExcerptContext) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
arg() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
arg() - Method in interface net.openhft.chronicle.queue.reader.Reader
 
asMethodReader(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
asMethodReader(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
specify method reader interface to use
asMethodWriter(String) - Method in class net.openhft.chronicle.queue.internal.writer.ChronicleWriter
Interface class to use to write via
await() - Method in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
await(long, TimeUnit) - Method in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
await() - Method in class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 
await(long, TimeUnit) - Method in class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 
awaitNanos(long) - Method in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
awaitNanos(long) - Method in class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 
awaitUninterruptibly() - Method in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
awaitUninterruptibly() - Method in class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 
awaitUntil(Date) - Method in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
awaitUntil(Date) - Method in class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 

B

basePath - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
BenchmarkMain - Class in net.openhft.chronicle.queue.main
This class is using the following System Properties: static int throughput = Integer.getInteger("throughput", 250); // MB/s static int runtime = Integer.getInteger("runtime", 300); // seconds static String basePath = System.getProperty("path", OS.TMP);
BenchmarkMain() - Constructor for class net.openhft.chronicle.queue.main.BenchmarkMain
 
bgExecute() - Method in class net.openhft.chronicle.queue.impl.single.MicroToucher
 
bgMicroTouch() - Method in interface net.openhft.chronicle.queue.util.MicroTouched
perofmr a small operation to improve jitter in a background thread.
binary(Path) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
binary(String) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
binary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
binary(Path, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
binary(String, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
binary(File, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
BinarySearch - Enum in net.openhft.chronicle.queue.impl.single
 
BinarySearchComparator - Interface in net.openhft.chronicle.queue.reader.comparator
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
blockSize(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
blockSize(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
bufferBytesStoreCreator(ThrowingBiFunction<Long, Integer, BytesStore, Exception>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
bufferBytesStoreCreator() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Creator for BytesStore for underlying ring buffer.
bufferCapacity() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
bufferCapacity() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
bufferCapacity(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
buffered() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
buffered(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
BufferMode - Enum in net.openhft.chronicle.queue
 
build() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
build() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
builder() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
builder(Path, WireType) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
builder(File, WireType) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
builder(File, WireType, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
bytes() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
bytes() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
bytes() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
bytes() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 

C

canBeReused(SingleChronicleQueueStore) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
 
CHECK_INDEX - Static variable in class net.openhft.chronicle.queue.QueueSystemProperties
Returns if Chronicle Queue shall assert certain index invariants on various occasions throughout the code.
checkInterrupts() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
checkInterrupts(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
chronicleHistoryReader() - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
ChronicleHistoryReader - Class in net.openhft.chronicle.queue.reader
 
ChronicleHistoryReader() - Constructor for class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
ChronicleHistoryReaderMain - Class in net.openhft.chronicle.queue
Reads @see MessageHistory from a chronicle and outputs histograms for latencies for each component that has processed a message latencies between each component that has processed a message
ChronicleHistoryReaderMain() - Constructor for class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
ChronicleQueue - Interface in net.openhft.chronicle.queue
Chronicle (in a generic sense) is a Java project focused on building a persisted low latency messaging framework for high performance and critical applications.
chronicleReader() - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
ChronicleReader - Class in net.openhft.chronicle.queue.reader
 
ChronicleReader() - Constructor for class net.openhft.chronicle.queue.reader.ChronicleReader
 
ChronicleReaderMain - Class in net.openhft.chronicle.queue
Display records in a Chronicle in a text form.
ChronicleReaderMain() - Constructor for class net.openhft.chronicle.queue.ChronicleReaderMain
 
ChronicleReaderPlugin - Interface in net.openhft.chronicle.queue.reader
Handle the document from the queue that is read in ChronicleReader.
ChronicleWriter - Class in net.openhft.chronicle.queue.internal.writer
 
ChronicleWriter() - Constructor for class net.openhft.chronicle.queue.internal.writer.ChronicleWriter
 
ChronicleWriterMain - Class in net.openhft.chronicle.queue
 
ChronicleWriterMain() - Constructor for class net.openhft.chronicle.queue.ChronicleWriterMain
 
ChronicleWriterMain - Class in net.openhft.chronicle.queue.internal.writer
 
ChronicleWriterMain() - Constructor for class net.openhft.chronicle.queue.internal.writer.ChronicleWriterMain
 
chunkCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
clear() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Removes all the excerpts in the current ChronicleQueue.
clear() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
clone() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
clone() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
close() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
close() - Method in class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
close() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
 
close() - Method in class net.openhft.chronicle.queue.internal.reader.InternalDummyMethodReaderQueueEntryHandler
 
close() - Method in class net.openhft.chronicle.queue.internal.reader.InternalMessageToTextQueueEntryHandler
 
close() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
close() - Method in interface net.openhft.chronicle.queue.reader.QueueEntryHandler
 
closeStore(SingleChronicleQueueStore) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
closeStore(SingleChronicleQueueStore) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
codingSuppliers(Supplier<BiConsumer<BytesStore, Bytes<?>>>, Supplier<BiConsumer<BytesStore, Bytes<?>>>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
CommonStore - Interface in net.openhft.chronicle.queue.impl
 
configure(Reader) - Method in interface net.openhft.chronicle.queue.reader.ContentBasedLimiter
Passed to the limiter before processing begins, can be used to provide parameters to it
configureReader(ChronicleReader, CommandLine) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
constructAppender() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
Construct a new ExcerptAppender.
consume(long, String) - Method in class net.openhft.chronicle.queue.internal.reader.MessageCountingMessageConsumer
 
consume(long, String) - Method in class net.openhft.chronicle.queue.internal.reader.PatternFilterMessageConsumer
 
consume(long, String) - Method in interface net.openhft.chronicle.queue.reader.MessageConsumer
Consume the message
ContentBasedLimiter - Interface in net.openhft.chronicle.queue.reader
Implement this to signal when to halt reading a queue based on the content of a message.
counter - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
countExcerpts(long, long) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
The number of excerpts between the indexes, fromIndex inclusive, toIndex exclusive.
countExcerpts(long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
Will give you the number of excerpts between 2 index?s ( as exists on the current file system ).
create() - Static method in interface net.openhft.chronicle.queue.reader.HistoryReader
Creates and returns a new history reader that will use the queue located at HistoryReader.withBasePath(java.nio.file.Path) provided later.
create(Supplier<? extends ChronicleQueue>) - Static method in interface net.openhft.chronicle.queue.reader.HistoryReader
Creates and returns a new history reader that will use the provided queueSupplier to provide the queue.
create() - Static method in interface net.openhft.chronicle.queue.reader.Reader
 
createAppenderCondition(Condition) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
createAppenderConditionCreator() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
createAppenderConditionCreator(Function<SingleChronicleQueue, Condition>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
createEventHandler(SingleChronicleQueue) - Static method in class net.openhft.chronicle.queue.util.PretouchUtil
 
createNewAppenderOnceConditionIsMet() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
createQueue() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
createTailer() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new ExcerptTailer for this ChronicleQueue.
createTailer(String) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new ExcerptTailer for this ChronicleQueue with the given unique id.
createTailer(String) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
createTailer() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
current(TimeProvider, long) - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the current cycle.
current(TimeProvider, long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
currentCycle(RollCycle, TimeProvider, long) - Method in interface net.openhft.chronicle.queue.CycleCalculator
 
currentCycle(RollCycle, TimeProvider, long) - Method in enum net.openhft.chronicle.queue.DefaultCycleCalculator
 
currentFile() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
 
currentFile() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
CustomPluginQueueEntryReader - Class in net.openhft.chronicle.queue.internal.reader.queueentryreaders
 
CustomPluginQueueEntryReader(ExcerptTailer, Function<ExcerptTailer, DocumentContext>, ChronicleReaderPlugin, MessageConsumer) - Constructor for class net.openhft.chronicle.queue.internal.reader.queueentryreaders.CustomPluginQueueEntryReader
 
cycle() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Returns the cycle this appender is on.
cycle() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the current cycle for this Tailer.
cycle() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
cycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
cycle(TimeProvider) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
cycle(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
cycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
CycleCalculator - Interface in net.openhft.chronicle.queue
 
cycleCalculator(ZoneId) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
cycles(int, int) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
the cycles between a range, inclusive

D

dataVersion() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
dataVersion() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
decodingSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
DEFAULT - Static variable in enum net.openhft.chronicle.queue.RollCycles
 
DEFAULT_EPOCH_PROPERTY - Static variable in class net.openhft.chronicle.queue.QueueSystemProperties
Name of a system property used to specify the default epoch offset property.
DEFAULT_ROLL_CYCLE_PROPERTY - Static variable in class net.openhft.chronicle.queue.QueueSystemProperties
Name of a system property used to specify the default roll cycle.
DEFAULT_SPARSE_CAPACITY - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
DefaultCycleCalculator - Enum in net.openhft.chronicle.queue
 
defaultIndexCount() - Method in interface net.openhft.chronicle.queue.RollCycle
 
defaultIndexCount() - Method in enum net.openhft.chronicle.queue.RollCycles
 
defaultIndexSpacing() - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the space between excerpts that are explicitly indexed.
defaultIndexSpacing() - Method in enum net.openhft.chronicle.queue.RollCycles
 
defaultValue() - Method in enum net.openhft.chronicle.queue.impl.single.MetaDataField
 
defaultZeroBinary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
deltaBinary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
deltaBinary(File, byte) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
deltaCheckpointInterval() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the Delta Checkpoint Interval for this ChronicleQueue.
deltaCheckpointInterval() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
direction(TailerDirection) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Sets the direction of this ExcerptTailer.
direction() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the direction of this ExcerptTailer.
DirectoryListing - Interface in net.openhft.chronicle.queue.impl.single
 
DISABLE_QUEUE_FILE_SHRINKING - Static variable in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
 
disableThreadSafetyCheck(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Deprecated.
disableThreadSafetyCheck(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Deprecated.
DISK_SPACE_CHECKER_NAME - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
doRead(DocumentContext) - Method in class net.openhft.chronicle.queue.internal.reader.queueentryreaders.AbstractTailerPollingQueueEntryReader
 
doRead(DocumentContext) - Method in class net.openhft.chronicle.queue.internal.reader.queueentryreaders.CustomPluginQueueEntryReader
 
doubleBuffer - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
doubleBuffer() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
doubleBuffer(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Enables double-buffered writes on contention.
doWithExclusiveLock(Function<TableStore<T>, ? extends R>) - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
doWithExclusiveLock(File, Function<T, ? extends R>, Supplier<T>) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
doWithExclusiveLock(Function<TableStore<T>, ? extends R>) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
doWithExclusiveLock(Function<TableStore<T>, ? extends R>) - Method in interface net.openhft.chronicle.queue.impl.TableStore
Acquires file-system level lock on the underlying file, to prevent concurrent access from multiple processes.
doWithSharedLock(File, Function<T, ? extends R>, Supplier<T>) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
drainerPriority() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Priority for ring buffer's drainer handler
drainerPriority(HandlerPriority) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
drainerTimeoutMS() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
drainerTimeoutMS(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
dump() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new String representation of this ChronicleQueue in YAML-format.
dump(Writer, long, long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Dumps a representation of this ChronicleQueue to the provided writer in YAML-format.
dump(OutputStream, long, long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Dumps a representation of this ChronicleQueue to the provided stream in YAML-format.
dump() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
dump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
dump(Writer, long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
dump(String) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
dump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
dump() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
dump() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
dump(String) - Static method in class net.openhft.chronicle.queue.internal.main.InternalDumpMain
 
dump(File, PrintStream, long) - Static method in class net.openhft.chronicle.queue.internal.main.InternalDumpMain
 
dump(String) - Static method in class net.openhft.chronicle.queue.main.DumpMain
 
dump(File, PrintStream, long) - Static method in class net.openhft.chronicle.queue.main.DumpMain
 
dumpHeader() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
dumpHeader() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
dumpLastHeader() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new String representation of this ChronicleQueue's last header in YAML-format.
dumpLastHeader() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
DumpMain - Class in net.openhft.chronicle.queue.main
Parameters to the methods in this class can be set using any of the following system properties: private static final String FILE = System.getProperty("file"); private static final boolean SKIP_TABLE_STORE = Jvm.getBoolean("skipTableStoreDump"); private static final boolean UNALIGNED = Jvm.getBoolean("dumpUnaligned"); private static final int LENGTH = ", 0".length();
DumpMain() - Constructor for class net.openhft.chronicle.queue.main.DumpMain
 

E

enablePreloader(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Enable out-of-process pretoucher (AKA preloader) (Queue Enterprise feature)
enableRingBufferMonitoring() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
enableRingBufferMonitoring(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
encodingSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
entryCount() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
Counts the number of messages in this queue instance.
entryCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
This method creates a tailer and count the number of messages between the start of the queue ( see @link firstIndex() ) and the end.
epoch() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
epoch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
epoch(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
sets epoch offset in milliseconds
epoch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
eventLoop - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
eventLoop() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
eventLoop() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
exactExcerptsInCycle(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
Returns an exact number of excerpts in a cycle available for reading.
exactLastSequenceNumber(ExcerptContext) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
ExcerptAppender - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially writing data to a ChronicleQueue.
ExcerptCommon<E extends ExcerptCommon<E>> - Interface in net.openhft.chronicle.queue
The ExcerptCommon is common to both ExcerptAppender and ExcerptTailer.
ExcerptContext - Interface in net.openhft.chronicle.queue.impl
 
ExcerptTailer - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially reading data from a ChronicleQueue.
execute() - Method in class net.openhft.chronicle.queue.impl.single.MicroToucher
 
execute() - Method in class net.openhft.chronicle.queue.impl.single.Pretoucher
 
execute() - Method in class net.openhft.chronicle.queue.internal.writer.ChronicleWriter
 
execute() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
execute() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
execute() - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
execute() - Method in interface net.openhft.chronicle.queue.reader.Reader
 

F

fieldlessBinary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
file() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the base directory where ChronicleQueue stores its data.
file() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
file() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
file() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
file() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
file() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
file() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
fileAbsolutePath() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the absolute path of the base directory where ChronicleQueue stores its data.
fileAbsolutePath() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
FileState - Enum in net.openhft.chronicle.queue.util
 
FileUtil - Class in net.openhft.chronicle.queue.util
Utility methods for handling Files in connection with ChronicleQueue.
finalize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
findWithinCycle(Wire, Comparator<Wire>, int, ExcerptTailer, SingleChronicleQueue, RollCycle) - Static method in enum net.openhft.chronicle.queue.impl.single.BinarySearch
 
firstCycle() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
firstCycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
firstIndex() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the lowest valid index available for this ChronicleQueue, or Long.MAX_VALUE if no such index exists.
firstIndex() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
firstTimeStampNanos - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
forceDirectoryListingRefreshIntervalMs() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
forceDirectoryListingRefreshIntervalMs(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
forceUnlock() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
Don't use this - for internal use only
forceUnlock(long) - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
will only force unlock if you give it the correct pid
forceUnlockIfProcessIsDead() - Method in class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
forceUnlockIfProcessIsDead() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
Forcibly unlocks only if the process that currently holds the lock is no-longer running.
forceUnlockIfProcessIsDead() - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
forces an unlock only if the process that currently holds the table store lock is no-longer running
forceUnlockOnBehalfOfThread(long) - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
Force unlock if the lock is held by the specified thread ID
forceUnlockOnTimeoutWhen - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
forceUnlockQuietly() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
Don't use this - for internal use only Does not warn when force unlocked
forEachKey(T, TableStoreIterator<T>) - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
forEachKey(T, TableStoreIterator<T>) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
forEachKey(A, TableStoreIterator<A>) - Method in interface net.openhft.chronicle.queue.impl.TableStore
 
format() - Method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
format() - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the format that is to be applied when file names are calculated for a new roll cycle.
format() - Method in enum net.openhft.chronicle.queue.RollCycles
 
formatEpochOffset(long) - Static method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
formatNone() - Static method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
formatRollTime(LocalTime, ZoneId) - Static method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 

G

getLockedBy(long) - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
getMaxCreatedCycle() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
getMinCreatedCycle() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 

H

hasPretouchIntervalMillis() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
hasQueueSuffix(File) - Static method in class net.openhft.chronicle.queue.internal.util.InternalFileUtil
Returns if the provided file has the Chronicle Queue file suffix.
hasQueueSuffix(File) - Static method in class net.openhft.chronicle.queue.util.FileUtil
Returns if the provided file has the Chronicle Queue file suffix.
histogram() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
HistoryMain - Class in net.openhft.chronicle.queue.main
Reads @see MessageHistory from a queue and outputs histograms for latencies for each component that has processed a message latencies between each component that has processed a message
HistoryMain() - Constructor for class net.openhft.chronicle.queue.main.HistoryMain
 
HistoryReader - Interface in net.openhft.chronicle.queue.reader
 
historyRecords(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
historyRecords(long) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
histos - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
histosByMethod - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
histoSupplier - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 

I

ignore - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
index() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the current index of this Tailer.
indexable(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
indexable(long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
indexCount() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
indexCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
indexCount(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
indexCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
indexForId(String) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
indexForId(String) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
IndexNotAvailableException - Exception in net.openhft.chronicle.queue.impl.single
 
IndexNotAvailableException(String) - Constructor for exception net.openhft.chronicle.queue.impl.single.IndexNotAvailableException
 
indexSpacing() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
indexSpacing() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
indexSpacing(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
indexSpacing() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
init() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
initializeMetadata() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
initIndex(Wire) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
initIndex(Wire) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
inReverseOrder() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
INSTANCE - Static variable in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
INSTANCE - Static variable in exception net.openhft.chronicle.queue.impl.single.NotComparableException
 
instance() - Static method in enum net.openhft.chronicle.queue.internal.AnalyticsHolder
 
InternalAppender - Interface in net.openhft.chronicle.queue.impl.single
please don't use this interface as its an internal implementation.
InternalBenchmarkMain - Class in net.openhft.chronicle.queue.internal.main
 
InternalBenchmarkMain() - Constructor for class net.openhft.chronicle.queue.internal.main.InternalBenchmarkMain
 
InternalDummyMethodReaderQueueEntryHandler - Class in net.openhft.chronicle.queue.internal.reader
 
InternalDummyMethodReaderQueueEntryHandler(WireType) - Constructor for class net.openhft.chronicle.queue.internal.reader.InternalDummyMethodReaderQueueEntryHandler
 
InternalDumpMain - Class in net.openhft.chronicle.queue.internal.main
 
InternalDumpMain() - Constructor for class net.openhft.chronicle.queue.internal.main.InternalDumpMain
 
InternalFileUtil - Class in net.openhft.chronicle.queue.internal.util
Utility methods for handling Files in connection with ChronicleQueue.
InternalMessageToTextQueueEntryHandler - Class in net.openhft.chronicle.queue.internal.reader
 
InternalMessageToTextQueueEntryHandler(WireType) - Constructor for class net.openhft.chronicle.queue.internal.reader.InternalMessageToTextQueueEntryHandler
 
InternalPingPongMain - Class in net.openhft.chronicle.queue.internal.main
 
InternalPingPongMain() - Constructor for class net.openhft.chronicle.queue.internal.main.InternalPingPongMain
 
InternalPretouchHandler - Class in net.openhft.chronicle.queue.internal
 
InternalPretouchHandler(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.internal.InternalPretouchHandler
 
InternalRemovableRollFileCandidatesMain - Class in net.openhft.chronicle.queue.internal.main
 
InternalRemovableRollFileCandidatesMain() - Constructor for class net.openhft.chronicle.queue.internal.main.InternalRemovableRollFileCandidatesMain
 
InternalUnlockMain - Class in net.openhft.chronicle.queue.internal.main
 
InternalUnlockMain() - Constructor for class net.openhft.chronicle.queue.internal.main.InternalUnlockMain
 
isActive() - Method in interface net.openhft.chronicle.queue.impl.StoreFileListener
 
isClosed() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
isDirty() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
isLocked() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
isLocked() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
Is this lock locked?
isLocked() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
 
isLockedByCurrentProcess(LongConsumer) - Method in class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
isLockedByCurrentProcess(LongConsumer) - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
 
isLockedByCurrentProcess(LongConsumer) - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 

K

key() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 

L

lastAcknowledgedIndexReplicated() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the last index that was replicated and acknowledged by all remote hosts.
lastAcknowledgedIndexReplicated(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Sets the last index that has been sent to a remote host.
lastAcknowledgedIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
when using replication to another host, this is the highest last index that has been confirmed to have been read by all of the remote host(s).
lastAcknowledgedIndexReplicated(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastCycle() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
lastCycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastHistosSize - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
lastIndex() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the index of the last non-metadata excerpt written to this ChronicleQueue, or -1 if the queue is empty.
lastIndex() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastIndexAppended() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Returns the index last written.
lastIndexMSynced() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the last index that was msync-ed to disk.
lastIndexMSynced(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Sets the last index that was mysync-ed to disk
lastIndexMSynced() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastIndexMSynced(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastIndexReplicated() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the last index that was replicated to a remote host.
lastIndexReplicated(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Sets the last index that has been sent to a remote host.
lastIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
when using replication to another host, this is the maximum last index that has been sent to any of the remote host(s).
lastIndexReplicated(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastReadIndex() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
lastRefreshTimeMS() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
lastSequenceNumber(ExcerptContext) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
Deprecated.
lastSequenceNumber(ExcerptContext) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
lastSourceId() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
lastSourceIndex() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
lastWindowCount - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
lengthInMillis() - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the length in milliseconds (i.e.
lengthInMillis() - Method in enum net.openhft.chronicle.queue.RollCycles
 
limiterArg() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
limiterArg() - Method in interface net.openhft.chronicle.queue.reader.Reader
 
linearScanTo(long, long, ExcerptContext, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
linearScanTo(long, long, ExcerptContext, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
listCyclesBetween(int, int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
listCyclesBetween(int, int) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
list cycles between ( inclusive )
lock() - Method in class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
lock() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
Guaranteed to succeed in getting the lock (may involve timeout and recovery) or else throw.
lock() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
Guaranteed to succeed in getting the lock (may involve timeout and recovery) or else throw.
lock - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
locked() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
locked() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
 
lockedBy() - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 

M

main(String[]) - Static method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.ChronicleWriterMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.internal.main.InternalBenchmarkMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.internal.main.InternalDumpMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.internal.main.InternalPingPongMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.internal.main.InternalRemovableRollFileCandidatesMain
Produces a list of removable roll file candidates and prints their absolute path to standard out row-by-row.
main(String[]) - Static method in class net.openhft.chronicle.queue.internal.main.InternalUnlockMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.main.BenchmarkMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.main.DumpMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.main.HistoryMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.main.PingPongMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.main.ReaderMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.main.RemovableRollFileCandidatesMain
Produces a list of removable roll file candidates and prints their absolute path to standard out row-by-row.
main(String[]) - Static method in class net.openhft.chronicle.queue.main.UnlockMain
 
matchLimitReached() - Method in class net.openhft.chronicle.queue.internal.reader.MessageCountingMessageConsumer
 
maxMessagesPerCycle() - Method in interface net.openhft.chronicle.queue.RollCycle
 
maxMessagesPerCycle() - Method in enum net.openhft.chronicle.queue.RollCycles
 
maxMessagesPerCycle(long, int) - Static method in enum net.openhft.chronicle.queue.RollCycles
 
maxTailers(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
RingBuffer tailers need to be preallocated.
maxTailers() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
maxTailers
measurementWindowNanos - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
MessageConsumer - Interface in net.openhft.chronicle.queue.reader
Message consumers make a chain-of-responsibility pattern, they can filter or transform the input.
MessageCountingMessageConsumer - Class in net.openhft.chronicle.queue.internal.reader
A message consumer that counts the messages passed to a wrapped consumer that made it to the sink
MessageCountingMessageConsumer(long, MessageConsumer) - Constructor for class net.openhft.chronicle.queue.internal.reader.MessageCountingMessageConsumer
Constructor
messageHeader(Updater<Bytes<?>>, Consumer<Bytes<?>>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
messageHeaderReader() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
messageInitializer() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
messageSink - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
messageSink() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
messageToText(WireType) - Static method in interface net.openhft.chronicle.queue.reader.QueueEntryHandler
 
Metadata - Interface in net.openhft.chronicle.queue.impl.table
 
metadata() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
metadata() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
metadata() - Method in interface net.openhft.chronicle.queue.impl.TableStore
 
Metadata.NoMeta - Enum in net.openhft.chronicle.queue.impl.table
 
MetaDataField - Enum in net.openhft.chronicle.queue.impl.single
 
MetaDataKeys - Enum in net.openhft.chronicle.queue.impl.single
 
metaStore - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
metaStore() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
methodReaderInterface() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
methodReaderInterface() - Method in interface net.openhft.chronicle.queue.reader.Reader
 
MethodReaderQueueEntryReader - Class in net.openhft.chronicle.queue.internal.reader.queueentryreaders
 
MethodReaderQueueEntryReader(ExcerptTailer, MessageConsumer, WireType, Class<?>, boolean) - Constructor for class net.openhft.chronicle.queue.internal.reader.queueentryreaders.MethodReaderQueueEntryReader
 
methodWriter(Class<T>, Class...) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new writer proxy for the given interface tclass and the given additional interfaces.
methodWriter(Class<T>, Class...) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Creates and returns a new writer proxy for the given interface tclass and the given additional interfaces.
methodWriterBuilder(Class<T>) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new writer proxy for the given interface tclass.
methodWriterBuilder(Class<T>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Creates and returns a new writer proxy for the given interface tclass.
microTouch() - Method in interface net.openhft.chronicle.queue.util.MicroTouched
perform a tiny operation to improve jitter in the current thread.
MicroTouched - Interface in net.openhft.chronicle.queue.util
 
MicroToucher - Class in net.openhft.chronicle.queue.impl.single
 
MicroToucher(StoreAppender) - Constructor for class net.openhft.chronicle.queue.impl.single.MicroToucher
 
millis - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
MissingStoreFileException - Exception in net.openhft.chronicle.queue.impl.single
Thrown when a store file we expect to be present is missing (probably because it was deleted)
MissingStoreFileException(String) - Constructor for exception net.openhft.chronicle.queue.impl.single.MissingStoreFileException
 
modCount() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
moveToCycle(int) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Tries to move to the start of a cycle for this Tailer to the provided cycle.
moveToEndForRead(Wire) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
moveToEndForRead(Wire) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
moveToIndex(long) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Tries to move the index for this Tailer to the provided index.
moveToIndexForRead(ExcerptContext, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
Moves the position to the index
moveToIndexForRead(ExcerptContext, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
moveToStartForRead(ExcerptContext) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
Moves the position to the start
moveToStartForRead(ExcerptContext) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 

N

net.openhft.chronicle.queue - package net.openhft.chronicle.queue
Main API for the Chronicle Queue library.
net.openhft.chronicle.queue.impl - package net.openhft.chronicle.queue.impl
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
net.openhft.chronicle.queue.impl.single - package net.openhft.chronicle.queue.impl.single
 
net.openhft.chronicle.queue.impl.table - package net.openhft.chronicle.queue.impl.table
 
net.openhft.chronicle.queue.internal - package net.openhft.chronicle.queue.internal
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
net.openhft.chronicle.queue.internal.domestic - package net.openhft.chronicle.queue.internal.domestic
This package and any and all sub-packages contains domestic classes for this Chronicle library.
net.openhft.chronicle.queue.internal.domestic.backed.map - package net.openhft.chronicle.queue.internal.domestic.backed.map
 
net.openhft.chronicle.queue.internal.main - package net.openhft.chronicle.queue.internal.main
 
net.openhft.chronicle.queue.internal.reader - package net.openhft.chronicle.queue.internal.reader
 
net.openhft.chronicle.queue.internal.reader.queueentryreaders - package net.openhft.chronicle.queue.internal.reader.queueentryreaders
 
net.openhft.chronicle.queue.internal.util - package net.openhft.chronicle.queue.internal.util
 
net.openhft.chronicle.queue.internal.writer - package net.openhft.chronicle.queue.internal.writer
 
net.openhft.chronicle.queue.main - package net.openhft.chronicle.queue.main
This package and any and all sub-packages contains utility classes for this Chronicle library.
net.openhft.chronicle.queue.reader - package net.openhft.chronicle.queue.reader
 
net.openhft.chronicle.queue.reader.comparator - package net.openhft.chronicle.queue.reader.comparator
 
net.openhft.chronicle.queue.util - package net.openhft.chronicle.queue.util
 
nextCycle(int, TailerDirection) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
the next available cycle, no cycle will be created by this method, this method is typically used by a tailer to jump to the next cycle when the cycles are not adjacent.
nextCycle(int, TailerDirection) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
nextCycle(int, TailerDirection) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
nextCycle(int, TailerDirection) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
the next available cycle, no cycle will be created by this method, typically used by a tailer.
NO_OP - Static variable in interface net.openhft.chronicle.queue.impl.single.WriteLock
 
NO_OP - Static variable in interface net.openhft.chronicle.queue.impl.StoreFileListener
 
NO_PARSE_COUNT - Static variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
NoMessageHistory - Enum in net.openhft.chronicle.queue
 
NoOpCondition - Class in net.openhft.chronicle.queue.impl.single
A condition that is always true
NoopQueueLock - Class in net.openhft.chronicle.queue.impl.single
 
NoopQueueLock() - Constructor for class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
normaliseEOFs() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Ensure all already-rolled cq4 files are correctly ended with EOF Used by replication sinks on startup to cover off any edge cases where the replicated EOF was not received/applied Can also be used on any appender, but this is not currently done automatically
NotComparableException - Exception in net.openhft.chronicle.queue.impl.single
Thrown by a binary search comparator when the value we're searching on is not present in the current entry.
NotReachedException - Exception in net.openhft.chronicle.queue.impl.single
 
NotReachedException(String) - Constructor for exception net.openhft.chronicle.queue.impl.single.NotReachedException
 

O

ofEpoch(long) - Static method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
ofNone() - Static method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
ofRollTime(LocalTime, ZoneId) - Static method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
onAcquired(int, File) - Method in interface net.openhft.chronicle.queue.impl.StoreFileListener
Notified asynchronously when a file is acquired
onExcerpt(Wire, long) - Method in interface net.openhft.chronicle.queue.AppenderListener
Invoked after an excerpt has been durably persisted to a queue.
onFileCreated(File, int) - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
onReadDocument(DocumentContext) - Method in interface net.openhft.chronicle.queue.reader.ChronicleReaderPlugin
 
onReadDocument(DocumentContext, Consumer<String>) - Method in interface net.openhft.chronicle.queue.reader.ChronicleReaderPlugin
Consume dc and allow it to be given back to ChronicleReader so it could e.g.
onReleased(int, File) - Method in interface net.openhft.chronicle.queue.impl.StoreFileListener
Notified asynchronously when a file is released
onRingBufferStats() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
onRingBufferStats(Consumer<BytesRingBufferStats>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
consumer will be called every second, also as there is data to report
onRingBufferStats() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
onRoll(int) - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
options() - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
options() - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
outputData() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
outputData() - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
overlapSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
overrideFrom(T) - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
overrideFrom(T) - Method in interface net.openhft.chronicle.queue.impl.table.Metadata
 

P

parentPath - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
parse(String) - Static method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
parseCommandLine(String[], Options) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
parseCommandLine(String[], Options) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
parseCount(String) - Method in class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
parselet() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
path - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
path(String) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path(File) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path(Path) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
pathExists - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
PatternFilterMessageConsumer - Class in net.openhft.chronicle.queue.internal.reader
A MessageConsumer that only passes messages through that do or do not match a list of patterns
PatternFilterMessageConsumer(List<Pattern>, boolean, MessageConsumer) - Constructor for class net.openhft.chronicle.queue.internal.reader.PatternFilterMessageConsumer
Constructor
pauser - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
pauserSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
pauserSupplier(Supplier<TimingPauser>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
performClose() - Method in class net.openhft.chronicle.queue.impl.single.Pretoucher
 
performClose() - Method in class net.openhft.chronicle.queue.impl.single.ReferenceCountedCache
 
performClose() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
performClose() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
performClose() - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
performClose() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
performClose() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
PID - Static variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
PingPongMain - Class in net.openhft.chronicle.queue.main
System Properties: static int runtime = Integer.getInteger("runtime", 30); // seconds static String basePath = System.getProperty("path", OS.TMP);
PingPongMain() - Constructor for class net.openhft.chronicle.queue.main.PingPongMain
 
pool - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
preBuild() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
preCreatedFile(File) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
 
preCreatedFileForStoreFile(File) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
 
PrecreatedFiles - Enum in net.openhft.chronicle.queue.impl.single
 
pretouch() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Pre-touches storage resources for the current queue so that appenders may exhibit more predictable latencies.
Pretoucher - Class in net.openhft.chronicle.queue.impl.single
A class designed to be called from a long-lived thread.
Pretoucher(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.Pretoucher
 
Pretoucher(SingleChronicleQueue, NewChunkListener, IntConsumer, boolean, boolean) - Constructor for class net.openhft.chronicle.queue.impl.single.Pretoucher
 
pretouchIntervalMillis() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Interval in ms to invoke out of process pretoucher.
PretouchUtil - Class in net.openhft.chronicle.queue.util
 
printHelpAndExit(Options, int) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
printHelpAndExit(Options, int, String) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
printHelpAndExit(Options, int) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
printHelpAndExit(Options, int, String) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
priority() - Method in class net.openhft.chronicle.queue.internal.InternalPretouchHandler
 
processMessage(CharSequence, MessageHistory) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
progress - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 

Q

queue() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Returns the backing ChronicleQueue to which this ExcerptCommon is attached to.
QUEUE_METADATA_FILE - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
QueueBackedMaps - Class in net.openhft.chronicle.queue.internal.domestic.backed.map
Used by services to handle multiple QueueBackedMaps
QueueBackedMaps() - Constructor for class net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps
 
QueueEntryHandler - Interface in net.openhft.chronicle.queue.reader
 
QueueEntryReader - Interface in net.openhft.chronicle.queue.reader
 
QueueEvents<K,V> - Interface in net.openhft.chronicle.queue.internal.domestic.backed.map
 
QueueFileShrinkManager - Enum in net.openhft.chronicle.queue.impl.single
 
QueueLock - Interface in net.openhft.chronicle.queue.impl.single
 
queueLock() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
QueueLockUnlockedCondition - Class in net.openhft.chronicle.queue.impl.single
An adapter so we can use the QueueLock as an acquireAppenderCondition for backward compatibility
QueueLockUnlockedCondition(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 
queueOffsetSpec() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
QueueOffsetSpec - Class in net.openhft.chronicle.queue.internal.domestic
 
QueueOffsetSpec.Type - Enum in net.openhft.chronicle.queue.internal.domestic
 
QueueSystemProperties - Class in net.openhft.chronicle.queue
 
QueueUtil - Class in net.openhft.chronicle.queue.util
 
quietUnlock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
quietUnlock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
only unlocks if locked
quietUnlock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
unlike TSQueueLock.unlock() this method will not WARN if already unlocked

R

read() - Method in class net.openhft.chronicle.queue.internal.reader.queueentryreaders.AbstractTailerPollingQueueEntryReader
 
read() - Method in class net.openhft.chronicle.queue.internal.reader.queueentryreaders.MethodReaderQueueEntryReader
 
read() - Method in class net.openhft.chronicle.queue.internal.reader.queueentryreaders.VanillaQueueEntryReader
 
read() - Method in interface net.openhft.chronicle.queue.reader.QueueEntryReader
Read/process the next entry from the queue
readAfterReplicaAcknowledged(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Sets the Read After Replica Acknowledged property of this Tailer to the provided readAfterReplicaAcknowledged.
readAfterReplicaAcknowledged() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the Read After Replica Acknowledged property of this Tailer.
readBufferMode() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
readBufferMode(BufferMode) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
When readBufferMode is set to Asynchronous, reads from the ring buffer.
readChronicle() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
readChronicle() - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
Read until the end of the queue, accumulating latency histograms.
Reader - Interface in net.openhft.chronicle.queue.reader
 
ReaderMain - Class in net.openhft.chronicle.queue.main
Display records in a queue in a text form.
ReaderMain() - Constructor for class net.openhft.chronicle.queue.main.ReaderMain
 
readHistory(DocumentContext, MessageHistory) - Static method in enum net.openhft.chronicle.queue.impl.single.SCQTools
 
readingDocument() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the DocumentContext for this ExcerptTailer.
readingDocument(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the DocumentContext for this ExcerptTailer.
readOnly() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
readOnly(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
readOnly() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
readOnly() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
readOnly(boolean) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
readOnly() - Method in interface net.openhft.chronicle.queue.impl.TableStore
 
ReadonlyTableStore<T extends Metadata> - Class in net.openhft.chronicle.queue.impl.table
 
ReadonlyTableStore(T) - Constructor for class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
ReadOnlyWriteLock - Class in net.openhft.chronicle.queue.impl.single
 
ReadOnlyWriteLock() - Constructor for class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
ReferenceCountedCache<K,T extends net.openhft.chronicle.core.io.ReferenceCounted & net.openhft.chronicle.core.io.Closeable,V,E extends Throwable> - Class in net.openhft.chronicle.queue.impl.single
Thread-safe, self-cleaning cache for ReferenceCounted (and Closeable) objects
ReferenceCountedCache(Function<T, V>, ThrowingFunction<K, T, E>) - Constructor for class net.openhft.chronicle.queue.impl.single.ReferenceCountedCache
 
refresh(boolean) - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
refreshDirectoryListing() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Refreshes this ChronicleQueue's view of the directory used for storing files.
refreshDirectoryListing() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
removableRollFileCandidates(File) - Static method in class net.openhft.chronicle.queue.internal.util.InternalFileUtil
Returns a Stream of roll Queue files that are likely removable from the given baseDir without affecting any Queue process that is currently active in the given baseDir reading data sequentially.
removableRollFileCandidates(File) - Static method in class net.openhft.chronicle.queue.util.FileUtil
Returns a Stream of roll Queue files that are likely removable from the given baseDir without affecting any Queue process that is currently active in the given baseDir reading data sequentially.
RemovableRollFileCandidatesMain - Class in net.openhft.chronicle.queue.main
 
RemovableRollFileCandidatesMain() - Constructor for class net.openhft.chronicle.queue.main.RemovableRollFileCandidatesMain
 
renamePreCreatedFileToRequiredFile(File) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
 
reset(int, long) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
reset() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
resourceFor(long) - Method in class net.openhft.chronicle.queue.impl.RollingResourcesCache
Cache some resources for a rollCycle number.
ringBufferForceCreateReader() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
ringBufferForceCreateReader(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
ringBufferPauserSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Pauser supplier for the pauser to be used by ring buffer when waiting
ringBufferPauserSupplier(Supplier<Pauser>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
ringBufferReaderCanDrain() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
default value is false since 5.21ea0
ringBufferReaderCanDrain(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
ringBufferReopenReader() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
ringBufferReopenReader(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
roll() - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
rollCycle() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the RollCycle for this ChronicleQueue.
rollCycle() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
rollCycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
rollCycle(RollCycle) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
rollCycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
RollCycle - Interface in net.openhft.chronicle.queue
 
RollCycles - Enum in net.openhft.chronicle.queue
Roll cycles to use with the queue.
RollingChronicleQueue - Interface in net.openhft.chronicle.queue.impl
 
RollingResourcesCache - Class in net.openhft.chronicle.queue.impl
 
RollingResourcesCache(RollCycle, long, Function<String, File>, Function<File, String>) - Constructor for class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
RollingResourcesCache.Resource - Class in net.openhft.chronicle.queue.impl
 
rollTime(LocalTime) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
rollTime(LocalTime, ZoneId) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
rollTimeZone() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
rollTimeZone(ZoneId) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
run(String[]) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
run(String[]) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
run(String[]) - Method in class net.openhft.chronicle.queue.internal.writer.ChronicleWriterMain
 
RUN_SYNCHRONOUSLY - Static variable in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
 

S

ScanResult - Enum in net.openhft.chronicle.queue.impl.single
 
scheduleShrinking(File, long) - Static method in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
 
SCQMeta - Class in net.openhft.chronicle.queue.impl.single
 
SCQTools - Enum in net.openhft.chronicle.queue.impl.single
 
search(SingleChronicleQueue, Wire, Comparator<Wire>) - Static method in enum net.openhft.chronicle.queue.impl.single.BinarySearch
returns the index or -1 if not found or the index if an exact match is found, an approximation in the form of -approximateIndex or -1 if there was no searching to be done.
sequenceForPosition(ExcerptContext, long, boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
sequenceForPosition(ExcerptContext, long, boolean) - Method in interface net.openhft.chronicle.queue.impl.WireStore
Reverse look up an index for a position.
setAllNullFields(SingleChronicleQueueBuilder) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
updates all the fields in this that are null, from the parentBuilder
setPositionForSequenceNumber(ExcerptContext, long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
setPositionForSequenceNumber(ExcerptContext, long, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
Sets the position using the provided parameters.
setup(CommandLine, ChronicleHistoryReader) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
shortDump() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
shortDump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
shortDump() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
shortDump() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
shouldHaltReading(DocumentContext) - Method in interface net.openhft.chronicle.queue.reader.ContentBasedLimiter
Should the ChronicleReader stop processing messages?
showMessageHistory(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
showMessageHistory(boolean) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
shutdown() - Method in class net.openhft.chronicle.queue.impl.single.Pretoucher
 
shutdown() - Method in class net.openhft.chronicle.queue.internal.InternalPretouchHandler
 
signal() - Method in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
signal() - Method in class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 
signalAll() - Method in class net.openhft.chronicle.queue.impl.single.NoOpCondition
 
signalAll() - Method in class net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
 
single(String) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new ChronicleQueue that will be backed by files located in the directory named by the provided pathName.
single() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
single(String) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
single(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
singleBuilder() - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder.
singleBuilder(String) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder that will be pre-configured to use files located in the directory named by the provided pathName.
singleBuilder(File) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder that will be pre-configured to use files located in the directory of the provided path.
singleBuilder(Path) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder that will be pre-configured to use files located in the directory of the provided path.
SingleChronicleQueue - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueue(SingleChronicleQueueBuilder) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SingleChronicleQueueBuilder - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueBuilder() - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueStore - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueStore(RollCycle, WireType, MappedBytes, int, int) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
SingleTableBuilder<T extends Metadata> - Class in net.openhft.chronicle.queue.impl.table
 
SingleTableStore<T extends Metadata> - Class in net.openhft.chronicle.queue.impl.table
 
sourceId() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the source id.
sourceId() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Returns the source id of the backing ChronicleQueue to which this ExcerptCommon is attached to.
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
sourceId - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
sourceId(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
sourceId(int) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
sourceIdsEndsWith(int[]) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
sourceIndex(int) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
sources() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
sparseCapacity(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
sparseCapacity() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
startIndex - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
state() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the TailerState of this Tailer.
state(File) - Static method in class net.openhft.chronicle.queue.internal.util.InternalFileUtil
Returns if the given file is used by any process (i.e.
state(File) - Static method in class net.openhft.chronicle.queue.util.FileUtil
Returns if the given file is used by any process (i.e.
stop() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
stop() - Method in interface net.openhft.chronicle.queue.reader.Reader
 
storeFactory() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
storeFileListener() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
storeFileListener(StoreFileListener) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
storeFileListener() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
StoreFileListener - Interface in net.openhft.chronicle.queue.impl
 
StoreFileListeners - Enum in net.openhft.chronicle.queue.impl
 
storeForCycle(int, long, boolean, SingleChronicleQueueStore) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
storeForCycle(int, long, boolean, SingleChronicleQueueStore) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
striding(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Sets the striding property of this Tailer.
striding() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the striding property of this Tailer.
strongExcerptAppenderThreadLocal - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SUFFIX - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SUFFIX - Static variable in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
summaryOutputOffset - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
suppressDisplayIndex() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
suppressDisplayIndex() - Method in interface net.openhft.chronicle.queue.reader.Reader
 
sync() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Performa sync up to the point the Appender has written or Tailer has read, if supported.
syncMode(SyncMode) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
syncMode() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 

T

tableStore - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
TableStore<T extends Metadata> - Interface in net.openhft.chronicle.queue.impl
 
tableStoreAcquire(CharSequence, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
tableStoreGet(CharSequence) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
TableStoreIterator<A> - Interface in net.openhft.chronicle.queue.impl.table
 
tableStorePut(CharSequence, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
TableStoreWriteLock - Class in net.openhft.chronicle.queue.impl.single
Implements WriteLock using memory access primitives - see AbstractTSQueueLock.
TableStoreWriteLock(TableStore<?>, Supplier<TimingPauser>, Long, String) - Constructor for class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
TableStoreWriteLock(TableStore<?>, Supplier<TimingPauser>, Long) - Constructor for class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
tail() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
tail() - Method in interface net.openhft.chronicle.queue.reader.Reader
 
tailer - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
TailerDirection - Enum in net.openhft.chronicle.queue
 
TailerState - Enum in net.openhft.chronicle.queue
 
testBlockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
THIS IS FOR TESTING ONLY.
testBlockSize() - Static method in class net.openhft.chronicle.queue.util.QueueUtil
 
text - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
THREAD_NAME - Static variable in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
 
time() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the TimeProvider for this ChronicleQueue.
time() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
timeoutMS() - Method in interface net.openhft.chronicle.queue.impl.ExcerptContext
 
timeoutMS(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
timeoutMS() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
timeProvider() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
timeProvider(TimeProvider) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
timeUnit - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
timing(int) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
timings() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
toCycle(long) - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the cycle for the given index.
toCycle(long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
toEnd() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Moves the index for this Tailer to the end of the queue.
toIndex(int, long) - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the index for the provided cycle and sequenceNumber.
toIndex(int, long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
toLong(File) - Method in class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
ToolsUtil - Class in net.openhft.chronicle.queue.util
 
toSequenceNumber(long) - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the sequence number for the provided index.
toSequenceNumber(long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
toStart() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Moves the index for this Tailer to the first existing excerpt in the queue.
toString() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
toString() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
toString() - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
toString() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
touchPage(long, BytesStore) - Method in class net.openhft.chronicle.queue.impl.single.MicroToucher
 
TSQueueLock - Class in net.openhft.chronicle.queue.impl.single
Implements queue lock via TableStore mechanism.
TSQueueLock(TableStore<?>, Supplier<TimingPauser>, long) - Constructor for class net.openhft.chronicle.queue.impl.single.TSQueueLock
 

U

unlock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
unlock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
Tries to unlock, and if it can't, logs a warning
unlock() - Method in class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
unlock() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
unlock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
Checks if the lock is held by current thread and if so, releases it, removing entry from TableStore and clearing ThreadLocal state, allowing anyone to proceed with ChronicleQueue.acquireAppender().
unlock() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
May not unlock.
UNLOCK_MAIN_MSG - Static variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
UNLOCKED - Static variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
UNLOCKING_FORCIBLY_MSG - Static variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
UnlockMain - Class in net.openhft.chronicle.queue.main
 
UnlockMain() - Constructor for class net.openhft.chronicle.queue.main.UnlockMain
 
UnlockMode - Enum in net.openhft.chronicle.queue.impl.table
Determines the action to take if lock acquisition times out
useSparseFiles(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
useSparseFiles() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.

V

validate() - Method in class net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
 
valueOf(String) - Static method in enum net.openhft.chronicle.queue.BufferMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.DefaultCycleCalculator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.BinarySearch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.ScanResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.SCQTools
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.StoreFileListeners
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.table.Metadata.NoMeta
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.table.UnlockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.internal.AnalyticsHolder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.NoMessageHistory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.RollCycles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.TailerDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.TailerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.util.FileState
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.openhft.chronicle.queue.BufferMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.DefaultCycleCalculator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.single.BinarySearch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.single.MetaDataKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.single.ScanResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.single.SCQTools
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.StoreFileListeners
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.table.Metadata.NoMeta
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.impl.table.UnlockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.internal.AnalyticsHolder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.NoMessageHistory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.RollCycles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.TailerDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.TailerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.util.FileState
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaQueueEntryReader - Class in net.openhft.chronicle.queue.internal.reader.queueentryreaders
 
VanillaQueueEntryReader(ExcerptTailer, Function<ExcerptTailer, DocumentContext>, QueueEntryHandler, MessageConsumer) - Constructor for class net.openhft.chronicle.queue.internal.reader.queueentryreaders.VanillaQueueEntryReader
 

W

waitForLock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
waitForLock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
 
waitForLock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
checks if current thread holds lock.
warnIfResourceTracing() - Static method in class net.openhft.chronicle.queue.util.ToolsUtil
When running tools e.g.
windowPassed() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
wire() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Returns a raw wire for low level direct access.
wire() - Method in interface net.openhft.chronicle.queue.impl.ExcerptContext
 
wireForIndex() - Method in interface net.openhft.chronicle.queue.impl.ExcerptContext
 
wireKey() - Method in interface net.openhft.chronicle.queue.reader.comparator.BinarySearchComparator
 
WireStore - Interface in net.openhft.chronicle.queue.impl
 
WireStoreFactory - Interface in net.openhft.chronicle.queue.impl
 
WireStorePool - Class in net.openhft.chronicle.queue.impl
 
WireStoreSupplier - Interface in net.openhft.chronicle.queue.impl
 
wireType() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the WireType used for this ChronicleQueue.
wireType() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
wireType(WireType) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
wireType() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
wireType() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
wireType(WireType) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
withArg(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withArg(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withBasePath(Path) - Method in class net.openhft.chronicle.queue.internal.writer.ChronicleWriter
Chronicle queue base path
withBasePath(Path) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withBasePath(Path) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withBasePath(Path) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withBasePath(Path) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withBinarySearch(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withBinarySearch(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withContentBasedLimiter(ContentBasedLimiter) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withContentBasedLimiter(ContentBasedLimiter) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withCustomPlugin(ChronicleReaderPlugin) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withCustomPlugin(ChronicleReaderPlugin) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withDocumentPollMethod(Function<ExcerptTailer, DocumentContext>) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withExclusionRegex(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withExclusionRegex(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withFiles(List<String>) - Method in class net.openhft.chronicle.queue.internal.writer.ChronicleWriter
List of files to read and, for each, write out a message preceded by ChronicleWriter.methodName
withHistosByMethod(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withHistosByMethod(boolean) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withHistoSupplier(Supplier<Histogram>) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withHistoSupplier(Supplier<Histogram>) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withIgnore(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withIgnore(long) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withInclusionRegex(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withInclusionRegex(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withLimiterArg(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withLimiterArg(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withMatchLimit(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withMeasurementWindow(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withMeasurementWindow(long) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withMessageSink(Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withMessageSink(Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withMessageSink(Consumer<String>) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withMessageSink(Consumer<String>) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withMethodName(String) - Method in class net.openhft.chronicle.queue.internal.writer.ChronicleWriter
Specify method name to write each message out as
withProgress(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withProgress(boolean) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withReadOnly(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withStartIndex(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withStartIndex(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withStartIndex(long) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
set the index to start at
withStartIndex(long) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
withSummaryOutput(int) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withSummaryOutput(int) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withSupplier(WireStoreSupplier, StoreFileListener) - Static method in class net.openhft.chronicle.queue.impl.WireStorePool
 
withTimeUnit(TimeUnit) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withTimeUnit(TimeUnit) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withWireType(WireType) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withWireType(WireType) - Method in interface net.openhft.chronicle.queue.reader.Reader
 
writeBufferMode() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
writeBufferMode(BufferMode) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
When writeBufferMode is set to Asynchronous, uses a ring buffer to buffer appends, excerpts are written to the Chronicle Queue using a background thread.
writeBytes(BytesStore) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Writes (i.e.
writeBytes(Bytes<?>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Writes (i.e.
writeBytes(long, BytesStore) - Method in interface net.openhft.chronicle.queue.impl.single.InternalAppender
 
writeEOF(Wire, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeEOF(Wire, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
WriteLock - Interface in net.openhft.chronicle.queue.impl.single
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeMarshallable(WireOut) - Method in enum net.openhft.chronicle.queue.impl.table.Metadata.NoMeta
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
writePosition() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writePosition(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writePosition(long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
writePosition() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
$ A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.