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

A

acknowledgedIndexReplicatedCheck(ExcerptTailer.AcknowledgedIndexReplicatedCheck) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Allows you to control the number of in flight messages that are allowed when setting acknowledgedIndexReplicatedCheck, By default, this is set to:
acknowledgedIndexReplicatedCheck(long, long) - Method in interface net.openhft.chronicle.queue.ExcerptTailer.AcknowledgedIndexReplicatedCheck
 
acquireAppender() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Deprecated.
It is recommended to use ChronicleQueue.createAppender() instead or for a SingleChronicleQueue you can use the utility method net.openhft.chronicle.queue.impl.single.ThreadLocalAppender#acquireThreadLocalAppender(net.openhft.chronicle.queue.impl.single.SingleChronicleQueue) which gives you a thread local appender
add() - Method in enum net.openhft.chronicle.queue.TailerDirection
 
addOption(Options, String, String, boolean, String, boolean) - Static method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
afterLastWritten(ChronicleQueue) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Deprecated.
to be removed in x.27. Use CQE TailerUtil
afterWrittenMessageAtIndex(ChronicleQueue, long) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Deprecated.
to be removed in x.27. Use CQE TailerUtil
all() - Static method in enum net.openhft.chronicle.queue.RollCycles
 
AppenderListener - Interface in net.openhft.chronicle.queue
A listener interface for receiving events when excerpt are durably persisted to a queue.
approximateExcerptsInCycle(int) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Deprecated.
arg() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
arg() - Method in interface net.openhft.chronicle.queue.reader.Reader
Retrieves the argument for this Reader.
asInternalChannel(ChronicleContext, ChronicleChannelCfg<?>) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
Creates an internal Chronicle channel using the configuration provided.
asInternalChannel(ChronicleContext, ChronicleChannelCfg<?>) - Method in class net.openhft.chronicle.queue.channel.PublishHandler
Creates an internal ChronicleChannel using the provided configuration and context.
asInternalChannel(ChronicleContext, ChronicleChannelCfg<?>) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
Creates an internal channel based on the current context and configuration.
asMethodReader(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
asMethodReader(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the method reader interface for this Reader.
awaitAsync() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Await for async operations to complete.

B

basePath - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
BenchmarkMain - Class in net.openhft.chronicle.queue.main
This class is using the following System Properties:
BenchmarkMain() - Constructor for class net.openhft.chronicle.queue.main.BenchmarkMain
 
bgMicroTouch() - Method in interface net.openhft.chronicle.queue.util.MicroTouched
perofmr a small operation to improve jitter in a background thread.
BinarySearchComparator - Interface in net.openhft.chronicle.queue.reader.comparator
 
BufferMode - Enum in net.openhft.chronicle.queue
 

C

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
Creates and returns a new history reader that will use the queue located at HistoryReader.withBasePath(java.nio.file.Path) provided later.
create(Supplier<? extends ChronicleQueue>) - Static method in interface net.openhft.chronicle.queue.reader.HistoryReader
Creates and returns a new history reader that will use the provided queueSupplier to provide the queue.
create() - Static method in interface net.openhft.chronicle.queue.reader.Reader
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
 

D

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.
DefaultCycleCalculator - Enum in net.openhft.chronicle.queue
 
defaultEpoch() - Method in interface net.openhft.chronicle.queue.RollCycle
 
defaultEpoch() - Method in enum net.openhft.chronicle.queue.RollCycles
 
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
 
deltaCheckpointInterval() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the Delta Checkpoint Interval for this ChronicleQueue.
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.
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(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
 
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.
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:
DumpMain() - Constructor for class net.openhft.chronicle.queue.main.DumpMain
 

E

exactExcerptsInCycle(int) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Deprecated.
ExcerptAppender - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially writing data to a ChronicleQueue.
ExcerptCommon<E extends ExcerptCommon<E>> - Interface in net.openhft.chronicle.queue
The ExcerptCommon is common to both ExcerptAppender and ExcerptTailer.
excerptsInCycle(int) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Return the exact number of excerpts in a cycle available for reading.
ExcerptTailer - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially reading data from a ChronicleQueue.
ExcerptTailer.AcknowledgedIndexReplicatedCheck - Interface in net.openhft.chronicle.queue
 
execute() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
execute() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
execute() - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
execute() - Method in interface net.openhft.chronicle.queue.reader.Reader
Executes the Reader.

F

file() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the base directory where ChronicleQueue stores its data.
fileAbsolutePath() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the absolute path of the base directory where ChronicleQueue stores its data.
FileState - Enum in net.openhft.chronicle.queue.util
 
FileUtil - Class in net.openhft.chronicle.queue.util
Utility methods for handling Files in connection with ChronicleQueue.
filter() - Method in class net.openhft.chronicle.queue.channel.PipeHandler
 
filter(Predicate<Wire>) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
 
filter() - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
 
filter(Predicate<Wire>) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
Sets a filter to be applied to the messages read from the subscription queue.
firstIndex() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the lowest valid index available for this ChronicleQueue, or Long.MAX_VALUE if no such index exists.
firstTimeStampNanos - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
format() - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the format that is to be applied when file names are calculated for a new roll cycle.
format() - Method in enum net.openhft.chronicle.queue.RollCycles
 
format() - Method in enum net.openhft.chronicle.queue.rollcycles.LargeRollCycles
 
format() - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
 
format() - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
 
format() - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
 

G

getAllOpenFiles() - Static method in class net.openhft.chronicle.queue.util.FileUtil
Returns all files currently opened by any process, including the PID of the process holding the file open.

H

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

I

ignore - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
index() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the current index of this Tailer.
indexCount() - Method in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
 
indexForId(String) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
indexSpacing() - Method in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
 
inReverseOrder() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
isDirty() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 

L

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.
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.
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
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.
lastReadIndex() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
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
 
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
Retrieves the limiter argument for this Reader.

M

main(String[]) - Static method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.ChronicleWriterMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.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.RefreshMain
Call queue.refreshDirectoryListing() on the given queue directory
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
 
MAX_INDEX_COUNT - Static variable in interface net.openhft.chronicle.queue.RollCycle
 
maxMessagesPerCycle() - Method in interface net.openhft.chronicle.queue.RollCycle
 
maxMessagesPerCycle() - Method in enum net.openhft.chronicle.queue.rollcycles.LargeRollCycles
 
maxMessagesPerCycle() - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
 
maxMessagesPerCycle() - Method in enum net.openhft.chronicle.queue.RollCycles
 
maxMessagesPerCycle() - Method in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
 
maxMessagesPerCycle() - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
 
maxMessagesPerCycle() - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
 
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.
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
 
methodIdToName(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
methodReaderInterface() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
methodReaderInterface() - Method in interface net.openhft.chronicle.queue.reader.Reader
Retrieves the method reader interface for this Reader.
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
 
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.
moveToIndex(long) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Tries to move the index for this Tailer to the provided index.

N

net.openhft.chronicle.queue - package net.openhft.chronicle.queue
Main API for the Chronicle Queue library.
net.openhft.chronicle.queue.channel - package net.openhft.chronicle.queue.channel
 
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.rollcycles - package net.openhft.chronicle.queue.rollcycles
 
net.openhft.chronicle.queue.util - package net.openhft.chronicle.queue.util
 
NO_OP - Static variable in class net.openhft.chronicle.queue.channel.SubscribeHandler
 
NoMessageHistory - Enum in net.openhft.chronicle.queue
 
nonAsyncTailer() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Create non-async tailer.
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

O

of(int, int) - Static method in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
 
onExcerpt(Wire, long) - Method in interface net.openhft.chronicle.queue.AppenderListener
Invoked after an excerpt has been durably persisted to a queue.
onReadDocument(DocumentContext) - Method in interface net.openhft.chronicle.queue.reader.ChronicleReaderPlugin
 
onReadDocument(DocumentContext, Consumer<String>) - Method in interface net.openhft.chronicle.queue.reader.ChronicleReaderPlugin
Consume dc and allow it to be given back to ChronicleReader so it could e.g.
options() - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
options() - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
outputData() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
outputData() - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 

P

parseCommandLine(String[], Options) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
parseCommandLine(String[], Options) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
parselet() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
PingPongMain - Class in net.openhft.chronicle.queue.main
System Properties:
PingPongMain() - Constructor for class net.openhft.chronicle.queue.main.PingPongMain
 
PipeHandler - Class in net.openhft.chronicle.queue.channel
The PipeHandler class facilitates creating a pipeline between two Chronicle Queues, handling the subscription and publishing mechanisms.
PipeHandler() - Constructor for class net.openhft.chronicle.queue.channel.PipeHandler
Default constructor for PipeHandler.
pretouch() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Pre-touches storage resources for the current queue so that appenders may exhibit more predictable latencies.
PretoucherFactory - Interface in net.openhft.chronicle.queue.util
 
PretouchUtil - Class in net.openhft.chronicle.queue.util
 
PretouchUtil() - Constructor for class net.openhft.chronicle.queue.util.PretouchUtil
 
printHelpAndExit(Options, int) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
printHelpAndExit(Options, int, String) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
printHelpAndExit(Options, int) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
printHelpAndExit(Options, int, String) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
processMessage(CharSequence, MessageHistory) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
progress - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
publish() - Method in class net.openhft.chronicle.queue.channel.PipeHandler
 
publish(String) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
 
publish() - Method in class net.openhft.chronicle.queue.channel.PublishHandler
 
publish(String) - Method in class net.openhft.chronicle.queue.channel.PublishHandler
 
PublishHandler - Class in net.openhft.chronicle.queue.channel
The PublishHandler class manages the process of publishing data from a Chronicle channel to a Chronicle queue.
PublishHandler() - Constructor for class net.openhft.chronicle.queue.channel.PublishHandler
 
publishSourceId() - Method in class net.openhft.chronicle.queue.channel.PipeHandler
 
publishSourceId(int) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
 
publishSourceId() - Method in class net.openhft.chronicle.queue.channel.PublishHandler
 
publishSourceId(int) - Method in class net.openhft.chronicle.queue.channel.PublishHandler
 

Q

queue() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Returns the backing ChronicleQueue to which this ExcerptCommon is attached to.
QueueEntryHandler - Interface in net.openhft.chronicle.queue.reader
 
QueueEntryReader - Interface in net.openhft.chronicle.queue.reader
 
QueueSystemProperties - Class in net.openhft.chronicle.queue
 

R

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.
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
The Reader interface provides methods for reading messages from a Chronicle Queue.
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
 
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.
refreshDirectoryListing() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Refreshes this ChronicleQueue's view of the directory used for storing files.
RefreshMain - Class in net.openhft.chronicle.queue.main
 
RefreshMain() - Constructor for class net.openhft.chronicle.queue.main.RefreshMain
 
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
 
reset(int, long) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
reset() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
rollCycle() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the RollCycle for this ChronicleQueue.
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.
run(ChronicleContext, ChronicleChannel) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
Runs the PipeHandler, establishing a pipeline between the subscribe and publish queues.
run(ChronicleContext, ChronicleChannel) - Method in class net.openhft.chronicle.queue.channel.PublishHandler
Executes the PublishHandler by creating a publishing pipeline between the ChronicleChannel and the ChronicleQueue.
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
 

S

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
Returns the TailerState of this Tailer.
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
Sets the name of the queue to subscribe to.
SubscribeHandler - Class in net.openhft.chronicle.queue.channel
The SubscribeHandler class is responsible for managing data subscriptions from a Chronicle queue and writing the data into a Chronicle 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
Sets the source ID for the subscription queue.
subscriptionIndexController(Consumer<ExcerptTailer>) - Method in class net.openhft.chronicle.queue.channel.PipeHandler
Sets a controller to manage the subscription index.
subscriptionIndexController(Consumer<ExcerptTailer>) - Method in class net.openhft.chronicle.queue.channel.SubscribeHandler
Sets a consumer to control where the subscription starts from, allowing customization of the first read location.
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
Sets the synchronization mode for the subscription.

T

tail() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
tail() - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the Reader to tail mode.
tailer - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
TailerDirection - Enum in net.openhft.chronicle.queue
 
TailerState - Enum in net.openhft.chronicle.queue
 
TestRollCycles - Enum in net.openhft.chronicle.queue.rollcycles
These are used for test to reduce the size of a queue dump when doing a small test.
time() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the TimeProvider for this ChronicleQueue.
timeUnit - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
timing(int) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
timings() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
toCycle(long) - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the cycle for the given index.
toCycle(long) - Method in enum net.openhft.chronicle.queue.rollcycles.LargeRollCycles
 
toCycle(long) - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
 
toCycle(long) - Method in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
 
toCycle(long) - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
 
toCycle(long) - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
 
toCycle(long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
toEnd() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Moves the index for this Tailer to the end of the queue.
toIndex(int, long) - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the index for the provided cycle and sequenceNumber.
toIndex(int, long) - Method in enum net.openhft.chronicle.queue.rollcycles.LargeRollCycles
 
toIndex(int, long) - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
 
toIndex(int, long) - Method in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
 
toIndex(int, long) - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
 
toIndex(int, long) - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
 
toIndex(int, long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
ToolsUtil - Class in net.openhft.chronicle.queue.util
 
toSequenceNumber(long) - Method in interface net.openhft.chronicle.queue.RollCycle
Returns the sequence number for the provided index.
toSequenceNumber(long) - Method in enum net.openhft.chronicle.queue.rollcycles.LargeRollCycles
 
toSequenceNumber(long) - Method in enum net.openhft.chronicle.queue.rollcycles.LegacyRollCycles
 
toSequenceNumber(long) - Method in class net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic
 
toSequenceNumber(long) - Method in enum net.openhft.chronicle.queue.rollcycles.SparseRollCycles
 
toSequenceNumber(long) - Method in enum net.openhft.chronicle.queue.rollcycles.TestRollCycles
 
toSequenceNumber(long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
toStart() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Moves the index for this Tailer to the first existing excerpt in the queue.

U

UnlockMain - Class in net.openhft.chronicle.queue.main
 
UnlockMain() - Constructor for class net.openhft.chronicle.queue.main.UnlockMain
 

V

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.

W

warnIfResourceTracing() - Static method in class net.openhft.chronicle.queue.util.ToolsUtil
When running tools e.g.
windowPassed() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
wire() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Returns a raw wire for low level direct access.
wireKey() - Method in interface net.openhft.chronicle.queue.reader.comparator.BinarySearchComparator
 
wireType() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the WireType used for this ChronicleQueue.
withArg(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withArg(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the argument for this Reader.
withBasePath(Path) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withBasePath(Path) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withBasePath(Path) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withBasePath(Path) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the base path for this Reader.
withBinarySearch(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withBinarySearch(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the binary search for this Reader.
withContentBasedLimiter(ContentBasedLimiter) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withContentBasedLimiter(ContentBasedLimiter) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the content-based limiter for this Reader.
withCustomPlugin(ChronicleReaderPlugin) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withCustomPlugin(ChronicleReaderPlugin) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the custom plugin for this Reader.
withDocumentPollMethod(Function<ExcerptTailer, DocumentContext>) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withExclusionRegex(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withExclusionRegex(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
Adds exclusion regex for this Reader.
withHistosByMethod(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withHistosByMethod(boolean) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withHistoSupplier(Supplier<Histogram>) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withHistoSupplier(Supplier<Histogram>) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withIgnore(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withIgnore(long) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withInclusionRegex(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withInclusionRegex(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
Adds an inclusion regex for this Reader.
withLimiterArg(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withLimiterArg(String) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the limiter argument for this Reader.
withMatchLimit(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withMeasurementWindow(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withMeasurementWindow(long) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withMessageSink(Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withMessageSink(Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withMessageSink(Consumer<String>) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withMessageSink(Consumer<String>) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the message sink for this Reader.
withProgress(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withProgress(boolean) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withReadOnly(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withStartIndex(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withStartIndex(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withStartIndex(long) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
set the index to start at
withStartIndex(long) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the start index for this Reader.
withSummaryOutput(int) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withSummaryOutput(int) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withTailerId(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withTimeUnit(TimeUnit) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withTimeUnit(TimeUnit) - Method in interface net.openhft.chronicle.queue.reader.HistoryReader
 
withWireType(WireType) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withWireType(WireType) - Method in interface net.openhft.chronicle.queue.reader.Reader
Sets the wire type for this Reader.
writeBytes(BytesStore<?, ?>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Writes (i.e.
writeBytes(Bytes<?>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Writes (i.e.
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2024. All rights reserved.