- 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
-
- 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) - 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
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-