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

$

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

A

AbstractTSQueueLock - Class in net.openhft.chronicle.queue.impl.table
 
AbstractTSQueueLock(String, TableStore<?>, Supplier<TimingPauser>) - Constructor for class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
accept(A, CharSequence, ValueIn) - Method in interface net.openhft.chronicle.queue.impl.table.TableStoreIterator
 
accept(WireIn, Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.DummyMethodReaderQueueEntryHandler
 
accept(WireIn, Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.MessageToTextQueueEntryHandler
 
accept(WireIn, Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.MethodReaderQueueEntryHandler
 
acquire(int, long, boolean, SingleChronicleQueueStore) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
acquire(int, boolean) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
 
acquireAppender() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns a ExcerptAppender for this ChronicleQueue that is local to the current Thread.
acquireAppender() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
acquireLock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
acquireLock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
Guaranteed to lock or throw
acquireLock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
Stores current PID to table store, and any other process trying to acquire lock will wait for chronicle.queue.lock.timeoutMS millis (default is 30000) for the lock to be released, and if it is not able to lock, *overrides the lock*.
acquireValueFor(CharSequence, long) - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
acquireValueFor(CharSequence, long) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
acquireValueFor(CharSequence) - Method in interface net.openhft.chronicle.queue.impl.TableStore
Acquire LongValue mapped to underlying file, providing atomic operations on the value that is shared across threads and/or JVMs.
acquireValueFor(CharSequence, long) - Method in interface net.openhft.chronicle.queue.impl.TableStore
 
action() - Method in class net.openhft.chronicle.queue.PretouchHandler
 
action() - Method in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
add() - Method in enum net.openhft.chronicle.queue.TailerDirection
 
addAliases() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
addCloseListener(Closeable) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
addInputPath(String) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
addMap(String, QueueEvents) - Method in class net.openhft.chronicle.queue.backed.map.QueueBackedMaps
 
addOption(Options, String, String, boolean, String, boolean) - Static method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
addServiceFunction(Function<O, Object>) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
aesEncryption(byte[]) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
afterLastWritten(ChronicleQueue) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Winds this ExcerptTailer to after the last entry which wrote an entry to the queue.
all() - Static method in enum net.openhft.chronicle.queue.RollCycles
 
APPEND_LOCK_KEY - Static variable in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
appendLock() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
appendLock() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
apply(SingleChronicleQueueBuilder) - Method in class net.openhft.chronicle.queue.QueueOffsetSpec
 
applyFiltersAndLog(String, long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
asMethodReader(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 

B

basePath - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
batchAppend(int, BatchAppender) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Deprecated.
This method is not recommended unless you really know what you are doing. Misuse of this API could corrupt your data or even worst cause the JVM or your application to crash.
BatchAppender - Interface in net.openhft.chronicle.queue.batch
Created by Rob Austin
BatchAppenderNative - Class in net.openhft.chronicle.queue.batch
 
BatchAppenderNative() - Constructor for class net.openhft.chronicle.queue.batch.BatchAppenderNative
 
BenchmarkMain - Class in net.openhft.chronicle.queue
 
BenchmarkMain() - Constructor for class net.openhft.chronicle.queue.BenchmarkMain
 
binary(Path) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
binary(String) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
binary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
binary(Path, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
binary(String, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
binary(File, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
BinarySearch - Enum in net.openhft.chronicle.queue.impl.single
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
blockSize(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
blockSize(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
bufferBytesStoreCreator(ThrowingBiFunction<Long, Integer, BytesStore, Exception>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
bufferBytesStoreCreator() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Creator for BytesStore for underlying ring buffer.
bufferCapacity() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
bufferCapacity() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
bufferCapacity(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
buffered() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
buffered(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
buffered() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
BufferMode - Enum in net.openhft.chronicle.queue
 
build() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
build() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
builder() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
builder(Path, WireType) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
builder(File, WireType) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
builder(File, WireType, T) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
bytes() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
bytes() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
bytes() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
bytes() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 

C

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.
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.reader.DummyMethodReaderQueueEntryHandler
 
close() - Method in class net.openhft.chronicle.queue.reader.MessageToTextQueueEntryHandler
 
close() - Method in class net.openhft.chronicle.queue.reader.MethodReaderQueueEntryHandler
 
close() - Method in interface net.openhft.chronicle.queue.reader.QueueEntryHandler
 
close() - Method in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
closeQueues() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
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
 
configureReader(ChronicleReader, CommandLine) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
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 ).
createAppender() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Deprecated.
to be remove in version 4.6 or later use ChronicleQueue.acquireAppender()
createdEventLoop() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
createQueue() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
createReader(JDBCResult) - Method in class net.openhft.chronicle.queue.JDBCService
 
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
 
createWriter() - Method in class net.openhft.chronicle.queue.JDBCService
 
current(TimeProvider, long) - Method in interface net.openhft.chronicle.queue.RollCycle
 
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
 
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 Trailer.
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
 
cycle() - Method in class net.openhft.chronicle.queue.RollDetails
 
CycleCalculator - Interface in net.openhft.chronicle.queue
 
cycleCalculator(ZoneId) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
cycles(int, int) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
the cycles between a range, inclusive

D

dataVersion() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
dataVersion() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
decodingSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
DEFAULT - Static variable in enum net.openhft.chronicle.queue.RollCycles
 
DEFAULT_ROLL_CYCLE_PROPERTY - 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
 
deltaBinary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
deltaBinary(File, byte) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
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
When set to true this Appender or Tailer can be shared between thread provided you ensure they used in a thread safe manner.
disableThreadSafetyCheck(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
DISK_SPACE_CHECKER_NAME - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
dontRecoverLockTimeout - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
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
 
DummyMethodReaderQueueEntryHandler - Class in net.openhft.chronicle.queue.reader
 
DummyMethodReaderQueueEntryHandler(WireType) - Constructor for class net.openhft.chronicle.queue.reader.DummyMethodReaderQueueEntryHandler
 
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.DumpQueueMain
 
dump(File, PrintStream, long) - Static method in class net.openhft.chronicle.queue.DumpQueueMain
 
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
 
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
 
DumpQueueMain - Class in net.openhft.chronicle.queue
 
DumpQueueMain() - Constructor for class net.openhft.chronicle.queue.DumpQueueMain
 

E

enablePreloader(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Enable out-of-process pretoucher (AKA preloader) (Queue Enterprise feature)
enableRingBufferMonitoring() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
enableRingBufferMonitoring(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
encodingSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
entryCount() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
Counts the number of messages in this queue instance.
entryCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
epoch() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
epoch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
epoch(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
sets epoch offset in milliseconds
epoch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
equals(Object) - Method in class net.openhft.chronicle.queue.RollDetails
 
eventLoop - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
eventLoop() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
eventLoop() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
eventLoop() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
EventLoopServiceWrapper<O> - Class in net.openhft.chronicle.queue.service
 
EventLoopServiceWrapper(ServiceWrapperBuilder<O>) - Constructor for class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
exceptsPerCycle(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
ExcerptAppender - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially writing data to a ChronicleQueue.
ExcerptCommon<E extends ExcerptCommon<E>> - Interface in net.openhft.chronicle.queue
The ExcerptCommon is common to both ExcerptAppender and ExcerptTailer.
ExcerptContext - Interface in net.openhft.chronicle.queue.impl
 
ExcerptTailer - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially reading data from a ChronicleQueue.
execute() - Method in class net.openhft.chronicle.queue.impl.single.Pretoucher
 
execute() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
execute() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
executeQuery(String, Object...) - Method in class net.openhft.chronicle.queue.JDBCComponent
 
executeQuery(String, Object...) - Method in interface net.openhft.chronicle.queue.JDBCStatement
 
executeUpdate(String, Object...) - Method in class net.openhft.chronicle.queue.JDBCComponent
 
executeUpdate(String, Object...) - Method in interface net.openhft.chronicle.queue.JDBCStatement
 

F

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

G

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

H

hashCode() - Method in class net.openhft.chronicle.queue.RollDetails
 
hasPretouchIntervalMillis() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
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
 
historyRecords(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
histos - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
histosByMethod - 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 Trailer.
indexable(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
indexable(long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
indexCount() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
indexCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
indexCount(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
indexCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
indexSpacing() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
indexSpacing() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
indexSpacing(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
indexSpacing() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
init() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
initializeMetadata() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
initIndex(Wire) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
initIndex(Wire) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
inputPath() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
inputQueue() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
inputQueues() - Method in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
inputQueues() - Method in interface net.openhft.chronicle.queue.service.ServiceWrapper
 
inputSourceId() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
inputSourceId(int) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
inputWriter(Class<T>) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
InternalAppender - Interface in net.openhft.chronicle.queue.impl.single
please don't use this interface as its an internal implementation.
isClosed() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
isClosed() - Method in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
isLockedByCurrentProcess(LongConsumer) - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 

J

JDBCComponent - Class in net.openhft.chronicle.queue
 
JDBCComponent(ThrowingSupplier<Connection, SQLException>, JDBCResult) - Constructor for class net.openhft.chronicle.queue.JDBCComponent
 
JDBCResult - Interface in net.openhft.chronicle.queue
 
JDBCService - Class in net.openhft.chronicle.queue
 
JDBCService(ChronicleQueue, ChronicleQueue, ThrowingSupplier<Connection, SQLException>) - Constructor for class net.openhft.chronicle.queue.JDBCService
 
JDBCStatement - Interface in net.openhft.chronicle.queue
 

K

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

L

lastAcknowledgedIndexReplicated() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the last index that was replicated and acknowledged by all remote hosts.
lastAcknowledgedIndexReplicated(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Sets the last index that has been sent to a remote host.
lastAcknowledgedIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
when using replication to another host, this is the highest last index that has been confirmed to have been read by all of the remote host(s).
lastAcknowledgedIndexReplicated(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastCycle() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
lastCycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastHistosSize - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
lastIndexAppended() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Returns the index last written.
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 maxiumum 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
 
lastSequenceNumber(ExcerptContext) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
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
 
length() - Method in interface net.openhft.chronicle.queue.RollCycle
Deprecated.
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
 
LIBRARY_NAME - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
linearScanTo(long, long, ExcerptContext, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
linearScanTo(long, long, ExcerptContext, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
listCyclesBetween(int, int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
listCyclesBetween(int, int) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
list cycles between ( inclusive )
lock() - Method in class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
lock() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
Guaranteed to succeed in getting the lock (may involve timeout and recovery) or else throw.
lock() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
Guaranteed to succeed in getting the lock (may involve timeout and recovery) or else throw.
lock - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
locked() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
locked() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
 
lockedBy() - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 

M

main(String[]) - Static method in class net.openhft.chronicle.queue.BenchmarkMain
 
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.DumpQueueMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.jitter.QueuePingPongMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.QueueUnlockMain
 
main(String[]) - Static method in class net.openhft.chronicle.queue.util.FileUtil
Produces a list of removable roll file candidates and prints their absolute path to standard out row-by-row.
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
 
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
 
MessageToTextQueueEntryHandler - Class in net.openhft.chronicle.queue.reader
 
MessageToTextQueueEntryHandler(WireType) - Constructor for class net.openhft.chronicle.queue.reader.MessageToTextQueueEntryHandler
 
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
 
MethodReaderQueueEntryHandler - Class in net.openhft.chronicle.queue.reader
 
MethodReaderQueueEntryHandler(String) - Constructor for class net.openhft.chronicle.queue.reader.MethodReaderQueueEntryHandler
 
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.
millis - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
modCount() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
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 Trailer 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
 

N

net.openhft.chronicle.queue - package net.openhft.chronicle.queue
 
net.openhft.chronicle.queue.backed.map - package net.openhft.chronicle.queue.backed.map
 
net.openhft.chronicle.queue.batch - package net.openhft.chronicle.queue.batch
 
net.openhft.chronicle.queue.impl - package net.openhft.chronicle.queue.impl
 
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.jitter - package net.openhft.chronicle.queue.jitter
 
net.openhft.chronicle.queue.reader - package net.openhft.chronicle.queue.reader
 
net.openhft.chronicle.queue.service - package net.openhft.chronicle.queue.service
 
net.openhft.chronicle.queue.util - package net.openhft.chronicle.queue.util
 
newAppender() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
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
 
NoopQueueLock - Class in net.openhft.chronicle.queue.impl.single
 
NoopQueueLock() - Constructor for class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
NotReachedException - Exception in net.openhft.chronicle.queue.impl.single
 
NotReachedException(String) - Constructor for exception net.openhft.chronicle.queue.impl.single.NotReachedException
 

O

ofEpoch(long) - Static method in class net.openhft.chronicle.queue.QueueOffsetSpec
 
ofNone() - Static method in class net.openhft.chronicle.queue.QueueOffsetSpec
 
ofRollTime(LocalTime, ZoneId) - Static method in class net.openhft.chronicle.queue.QueueOffsetSpec
 
onAcquired(int, File) - Method in interface net.openhft.chronicle.queue.impl.StoreFileListener
 
onFileCreated(File, int) - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
onReadDocument(DocumentContext) - Method in interface net.openhft.chronicle.queue.reader.ChronicleReaderPlugin
 
onReadDocument(DocumentContext, Consumer<String>) - Method in interface net.openhft.chronicle.queue.reader.ChronicleReaderPlugin
Consume dc and allow it to be given back to ChronicleReader so it could e.g.
onReleased(int, File) - Method in interface net.openhft.chronicle.queue.impl.StoreFileListener
 
onRingBufferStats() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
onRingBufferStats(Consumer<BytesRingBufferStats>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
consumer will be called every second, also as there is data to report
onRingBufferStats() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
options() - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
options() - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
outClass() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
outClass(Class<O>) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
outputData() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
outputPath() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
outputPath(String) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
outputQueue() - Method in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
outputQueue() - Method in interface net.openhft.chronicle.queue.service.ServiceWrapper
 
outputQueue() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
outputReader(Object...) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
outputSourceId() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
outputSourceId(int) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
overlapSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
overrideFrom(T) - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
overrideFrom(T) - Method in interface net.openhft.chronicle.queue.impl.table.Metadata
 

P

parentPath - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
parse(String) - Static method in class net.openhft.chronicle.queue.QueueOffsetSpec
 
parseCommandLine(String[], Options) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
parseCommandLine(String[], Options) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
parseCount(String) - Method in class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
parselet() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
path - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
path(String) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path(File) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path(Path) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
path - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
pathExists - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
pauser - Variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
pauserSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
pauserSupplier(Supplier<TimingPauser>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
peekDocument() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns true if ExcerptTailer.readingDocument() would return a document which is present, in other words would return a DocumentContext where DocumentContext.isPresent() == true For the best performance you should only use this method once a message has been found by toStart() or readingDocument().
performClose() - Method in class net.openhft.chronicle.queue.impl.single.Pretoucher
 
performClose() - Method in class net.openhft.chronicle.queue.impl.single.ReferenceCountedCache
 
performClose() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
performClose() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
performClose() - Method in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
performClose() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
performClose() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
performClose() - Method in class net.openhft.chronicle.queue.JDBCService
 
PID - Static variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
pool - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
preBuild() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
preCreatedFile(File) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
 
preCreatedFileForStoreFile(File) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
 
PrecreatedFiles - Enum in net.openhft.chronicle.queue.impl.single
 
pretouch() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Pre-touches storage resources for the current queue so that appenders may exhibit more predictable latencies.
Pretoucher - Class in net.openhft.chronicle.queue.impl.single
A class designed to be called from a long-lived thread.
Pretoucher(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.Pretoucher
 
PretouchHandler - Class in net.openhft.chronicle.queue
 
PretouchHandler(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.PretouchHandler
 
pretouchIntervalMillis() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Interval in ms to invoke out of process pretoucher.
printHelpAndExit(Options, int) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
printHelpAndExit(Options, int) - Method in class net.openhft.chronicle.queue.ChronicleReaderMain
 
priority() - Method in class net.openhft.chronicle.queue.PretouchHandler
 
priority() - Method in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
priority() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
priority(HandlerPriority) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
processMessage(CharSequence, MessageHistory) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
progress - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 

Q

queryResult(List<String>, List<List<Object>>, String, Object...) - Method in interface net.openhft.chronicle.queue.JDBCResult
 
queryThrown(Throwable, String, Object...) - Method in interface net.openhft.chronicle.queue.JDBCResult
 
queue() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Returns the backing ChronicleQueue to which this ExcerptCommon is attached to.
QUEUE_METADATA_FILE - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
QueueBackedMaps - Class in net.openhft.chronicle.queue.backed.map
Used by services to handle multiple QueueBackedMaps
QueueBackedMaps() - Constructor for class net.openhft.chronicle.queue.backed.map.QueueBackedMaps
 
QueueEntryHandler - Interface in net.openhft.chronicle.queue.reader
 
QueueEvents<K,V> - Interface in net.openhft.chronicle.queue.backed.map
 
QueueFileShrinkManager - Enum in net.openhft.chronicle.queue.impl.single
 
queueLock() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
QueueLock - Interface in net.openhft.chronicle.queue.impl.single
 
queueLock() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
queueOffsetSpec() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
QueueOffsetSpec - Class in net.openhft.chronicle.queue
 
QueueOffsetSpec.Type - Enum in net.openhft.chronicle.queue
 
QueuePingPongMain - Class in net.openhft.chronicle.queue.jitter
 
QueuePingPongMain() - Constructor for class net.openhft.chronicle.queue.jitter.QueuePingPongMain
 
QueueUnlockMain - Class in net.openhft.chronicle.queue
 
QueueUnlockMain() - Constructor for class net.openhft.chronicle.queue.QueueUnlockMain
 
quietUnlock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
quietUnlock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
only unlocks if locked
quietUnlock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
 

R

readAfterReplicaAcknowledged(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Sets the Read After Replica Acknowledged property of this Trailer to the provided readAfterReplicaAcknowledged.
readAfterReplicaAcknowledged() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the Read After Replica Acknowledged property of this Trailer.
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
 
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.
readOne(QueueEntryHandler, ExcerptTailer, Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
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
Refreshed 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.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.
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
 
ringBufferPauser(Pauser) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
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
 
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.
RollDetails - Class in net.openhft.chronicle.queue
 
RollDetails(int, long) - Constructor for class net.openhft.chronicle.queue.RollDetails
 
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_SYNCHRONOUSLY - Static variable in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
 

S

ScanResult - Enum in net.openhft.chronicle.queue.impl.single
 
scheduleShrinking(File, long) - Static method in enum net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
 
SCQMeta - Class in net.openhft.chronicle.queue.impl.single
 
SCQTools - Enum in net.openhft.chronicle.queue.impl.single
 
search(SingleChronicleQueue, Wire, Comparator<Wire>) - Static method in enum net.openhft.chronicle.queue.impl.single.BinarySearch
returns the index or -1 if not found or the index if an exact match is found, an approximation in the form of -approximateIndex or -1 if there was no searching to be done.
sequenceForPosition(ExcerptContext, long, boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
sequenceForPosition(ExcerptContext, long, boolean) - Method in interface net.openhft.chronicle.queue.impl.WireStore
Reverse look up an index for a position.
serviceBuilder(String, String, Class<O>, Function<O, Object>) - Static method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
serviceIn - Variable in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
ServiceWrapper - Interface in net.openhft.chronicle.queue.service
 
ServiceWrapperBuilder<O> - Class in net.openhft.chronicle.queue.service
 
setAllNullFields(SingleChronicleQueueBuilder) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
updates all the fields in this that are null, from the parentBuilder
setPositionForSequenceNumber(ExcerptContext, long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
setPositionForSequenceNumber(ExcerptContext, long, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
setup(CommandLine, ChronicleHistoryReader) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
shortDump() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
shortDump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
shortDump() - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
shortDump() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
shutdown() - Method in class net.openhft.chronicle.queue.impl.single.Pretoucher
 
shutdown() - Method in class net.openhft.chronicle.queue.PretouchHandler
 
single(String) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new ChronicleQueue that will be backed by files located in the directory named by the provided pathName.
single() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
single(String) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
single(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
singleBuilder() - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder.
singleBuilder(String) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder that will be pre-configured to use files located in the directory named by the provided pathName.
singleBuilder(File) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder that will be pre-configured to use files located in the directory of the provided path.
singleBuilder(Path) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
Creates and returns a new SingleChronicleQueueBuilder that will be pre-configured to use files located in the directory of the provided path.
SingleChronicleQueue - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueue(SingleChronicleQueueBuilder) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SingleChronicleQueueBuilder - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueBuilder() - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueStore - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueStore(RollCycle, WireType, MappedBytes, int, int) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
SingleTableBuilder<T extends Metadata> - Class in net.openhft.chronicle.queue.impl.table
 
SingleTableStore<T extends Metadata> - Class in net.openhft.chronicle.queue.impl.table
 
sourceId() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the source id.
sourceId() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Returns the source id of the backing ChronicleQueue to which this ExcerptCommon is attached to.
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
sourceId - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
sourceId(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
sourceId(int) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
sourceIdsEndsWith(int[]) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
sourceIndex(int) - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
sources() - Method in enum net.openhft.chronicle.queue.NoMessageHistory
 
state() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the TailerState of this Trailer.
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
 
storeFactory() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
storeFileListener() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
storeFileListener(StoreFileListener) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
storeFileListener() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
StoreFileListener - Interface in net.openhft.chronicle.queue.impl
 
storeForCycle(int, long, boolean, SingleChronicleQueueStore) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
storeForCycle(int, long, boolean, SingleChronicleQueueStore) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
striding(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Sets the striding property of this Trailer.
striding() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Returns the striding property of this Trailer.
strongAppenders(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
strongAppenders() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
strongExcerptAppenderThreadLocal - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SUFFIX - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SUFFIX - Static variable in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
summaryOutputOffset - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
suppressDisplayIndex() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 

T

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

U

unlock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
unlock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
Tries to unlock, and if it can't, logs a warning
unlock() - Method in class net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
 
unlock() - Method in class net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
 
unlock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
Checks if the lock is held by current thread and if so, releases it, removing entry from TableStore and clearing ThreadLocal state, allowing anyone to proceed with ChronicleQueue.acquireAppender().
unlock() - Method in interface net.openhft.chronicle.queue.impl.single.WriteLock
May not unlock.
UNLOCKED - Static variable in class net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
 
updateResult(long, String, Object...) - Method in interface net.openhft.chronicle.queue.JDBCResult
 
updateThrown(Throwable, String, Object...) - Method in interface net.openhft.chronicle.queue.JDBCResult
 

V

validate() - Method in class net.openhft.chronicle.queue.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.table.Metadata.NoMeta
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.QueueOffsetSpec.Type
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.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.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.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.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

waitForLock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
waitForLock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
 
waitForLock() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
checks if current thread holds lock.
windowPassed() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
wire() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Returns a raw wire for low level direct access.
wire() - Method in interface net.openhft.chronicle.queue.impl.ExcerptContext
 
wireForIndex() - Method in interface net.openhft.chronicle.queue.impl.ExcerptContext
 
WireStore - Interface in net.openhft.chronicle.queue.impl
 
WireStoreFactory - Interface in net.openhft.chronicle.queue.impl
 
WireStorePool - Class in net.openhft.chronicle.queue.impl
 
WireStoreSupplier - Interface in net.openhft.chronicle.queue.impl
 
wireType() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Returns the WireType used for this ChronicleQueue.
wireType() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
wireType(WireType) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
wireType() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
wireType() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
wireType(WireType) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
withBasePath(Path) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withBasePath(Path) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withCustomPlugin(ChronicleReaderPlugin) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withExclusionRegex(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withHistosByMethod(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withIgnore(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withInclusionRegex(String) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withMeasurementWindow(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withMessageSink(Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withMessageSink(Consumer<String>) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withProgress(boolean) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withStartIndex(long) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
withSummaryOutput(int) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withSupplier(WireStoreSupplier, StoreFileListener) - Static method in class net.openhft.chronicle.queue.impl.WireStorePool
 
withTimeUnit(TimeUnit) - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
withWireType(WireType) - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 
writeBufferMode() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
writeBufferMode(BufferMode) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
When writeBufferMode is set to Asynchronous, uses a ring buffer to buffer appends, excerpts are written to the Chronicle Queue using a background thread.
writeBytes(BytesStore) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Writes (i.e.
writeBytes(Bytes) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Writes (i.e.
writeBytes(long, BytesStore) - Method in interface net.openhft.chronicle.queue.impl.single.InternalAppender
 
writeEOF(Wire, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeEOF(Wire, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
WriteLock - Interface in net.openhft.chronicle.queue.impl.single
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SCQMeta
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeMarshallable(WireOut) - Method in enum net.openhft.chronicle.queue.impl.table.Metadata.NoMeta
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
writeMessages(long, long, int) - Method in interface net.openhft.chronicle.queue.batch.BatchAppender
 
writeMessages(long, long, int) - Method in class net.openhft.chronicle.queue.batch.BatchAppenderNative
 
writePosition() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writePosition(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writePosition(long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
writePosition() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
$ A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.