- canBeReused(SingleChronicleQueueStore) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
-
- channelCfg() - Method in class net.openhft.chronicle.queue.channel.impl.PublishQueueChannel
-
- channelCfg() - Method in class net.openhft.chronicle.queue.channel.impl.QueuesChannel
-
- channelCfg() - Method in class net.openhft.chronicle.queue.channel.impl.SubscribeQueueChannel
-
- 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
-
Deprecated.
- clone() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
-
Deprecated.
- close() - Method in class net.openhft.chronicle.queue.channel.impl.PublishQueueChannel
-
- close() - Method in class net.openhft.chronicle.queue.channel.impl.QueuesChannel
-
- close() - Method in class net.openhft.chronicle.queue.channel.impl.SubscribeQueueChannel
-
- close() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
-
- close() - Method in interface net.openhft.chronicle.queue.impl.single.Pretoucher
-
- 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
-
- closeWhenRunEnds() - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- 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
-
- 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
-
- 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) - Method in interface net.openhft.chronicle.queue.util.PretoucherFactory
-
- createEventHandler(SingleChronicleQueue) - Static method in class net.openhft.chronicle.queue.util.PretouchUtil
-
- createNewAppenderOnceConditionIsMet() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- createPretoucher(SingleChronicleQueue) - Method in interface net.openhft.chronicle.queue.util.PretoucherFactory
-
- createPretoucher(SingleChronicleQueue) - Static method in class net.openhft.chronicle.queue.util.PretouchUtil
-
- 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.
- 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
- 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
-
- defaultIndexCount() - Method in enum net.openhft.chronicle.queue.rollcycles.LargeRollCycles
-
- defaultIndexCount() - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
-
- defaultIndexCount() - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
-
- defaultIndexCount() - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
-
- 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
-
- defaultIndexSpacing() - Method in enum net.openhft.chronicle.queue.rollcycles.LargeRollCycles
-
- defaultIndexSpacing() - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
-
- defaultIndexSpacing() - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
-
- defaultIndexSpacing() - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
-
- 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
-
- disableThreadSafetyCheck(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptCommon
-
Deprecated.
- disableThreadSafetyCheck(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
-
Deprecated.
- DISCARD_FILE_SUFFIX - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
-
- 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
-
- LargeRollCycles - Enum in net.openhft.chronicle.queue.rollcycles
-
These are used to minimise rolls but do create very large files, possibly too large.
- 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
-
- lastTestMessage() - Method in class net.openhft.chronicle.queue.channel.impl.PublishQueueChannel
-
- lastTestMessage() - Method in class net.openhft.chronicle.queue.channel.impl.QueuesChannel
-
- lastTestMessage() - Method in class net.openhft.chronicle.queue.channel.impl.SubscribeQueueChannel
-
- lastWindowCount - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
-
- LegacyRollCycles - Enum in net.openhft.chronicle.queue.rollcycles
-
Old RollCycle definitions kept for historical reasons
- 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.LargeRollCycles
-
- lengthInMillis() - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
-
- lengthInMillis() - Method in enum net.openhft.chronicle.queue.RollCycles
-
- lengthInMillis() - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
-
- lengthInMillis() - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
-
- 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
-
- 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 class net.openhft.chronicle.queue.channel.impl.PublishQueueChannel
-
- readingDocument() - Method in class net.openhft.chronicle.queue.channel.impl.QueuesChannel
-
- readingDocument() - Method in class net.openhft.chronicle.queue.channel.impl.SubscribeQueueChannel
-
- 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
-
- remove(K) - Method in class net.openhft.chronicle.queue.impl.single.ReferenceCountedCache
-
- 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
-
- RollCycleArithmetic - Class in net.openhft.chronicle.queue.rollcycles
-
Reusable optimised arithmetic for converting between cycles/indices/sequenceNumbers
- 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(ChronicleContext, ChronicleChannel) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
-
- run(ChronicleContext, ChronicleChannel) - Method in class net.openhft.chronicle.queue.channel.PublishHandler
-
- run(ChronicleContext, ChronicleChannel) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- 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
-
- 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.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.impl.WireStoreSupplier.CreateStrategy
-
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.LargeRollCycles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
-
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.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.impl.WireStoreSupplier.CreateStrategy
-
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.LargeRollCycles
-
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.LegacyRollCycles
-
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.SparseRollCycles
-
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.TestRollCycles
-
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
-