- 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.
- 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
.
- ChronicleWriterMain - Class in net.openhft.chronicle.queue
-
- ChronicleWriterMain() - Constructor for class net.openhft.chronicle.queue.ChronicleWriterMain
-
- clear() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Removes all the excerpts in the current ChronicleQueue.
- close() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
-
- close() - Method in interface net.openhft.chronicle.queue.reader.QueueEntryHandler
-
- closeWhenRunEnds() - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- 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
-
- 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
-
- 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
-
Creates a new Reader instance.
- createAppender() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Creates and returns a new ExcerptAppender for this ChronicleQueue
- createEventHandler(SingleChronicleQueue) - Method in interface net.openhft.chronicle.queue.util.PretoucherFactory
-
- createEventHandler(ChronicleQueue) - Static method in class net.openhft.chronicle.queue.util.PretouchUtil
-
- createPretoucher() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
Creates a pretoucher which can be called from another thread to pre-load pages into the page cache.
- createPretoucher(SingleChronicleQueue) - Method in interface net.openhft.chronicle.queue.util.PretoucherFactory
-
- createPretoucher(ChronicleQueue) - Static method in class net.openhft.chronicle.queue.util.PretouchUtil
-
- createPretoucherEventHandler() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
-
- 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
.
- 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
-
- 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.
- CycleCalculator - Interface in net.openhft.chronicle.queue
-
- SEPARATOR - Static variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
-
- setup(CommandLine, ChronicleHistoryReader) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
-
- 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
-
Sets whether to show message history for this Reader.
- 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
.
- 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
.
- 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(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
-
- SparseRollCycles - Enum in net.openhft.chronicle.queue.rollcycles
-
These are largely used for testing and benchmarks to almost turn off indexing.
- startIndex - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
-
- state() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
-
- 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
-
Stops the Reader.
- 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.
- subscribe() - Method in class net.openhft.chronicle.queue.channel.PipeHandler
-
- subscribe(String) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
-
- subscribe() - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- subscribe(String) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- SubscribeHandler - Class in net.openhft.chronicle.queue.channel
-
- SubscribeHandler() - Constructor for class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- subscribeSourceId(int) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
-
- subscribeSourceId(int) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- subscriptionIndexController(Consumer<ExcerptTailer>) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
-
- subscriptionIndexController(Consumer<ExcerptTailer>) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- summaryOutputOffset - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
-
- SUNDAY_00_00 - Static variable in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
-
Sunday 1970 Jan 4th 00:00:00 UTC
- suppressDisplayIndex() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
-
- suppressDisplayIndex() - Method in interface net.openhft.chronicle.queue.reader.Reader
-
Suppresses the display index for this 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() - Method in class net.openhft.chronicle.queue.channel.PipeHandler
-
- syncMode(SyncMode) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
-
- syncMode() - Method in class net.openhft.chronicle.queue.channel.PublishHandler
-
- syncMode(SyncMode) - Method in class net.openhft.chronicle.queue.channel.PublishHandler
-
- syncMode() - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- syncMode(SyncMode) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
-
- 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.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.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.