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

A

AbstractChronicleQueueBuilder<B extends ChronicleQueueBuilder> - Class in net.openhft.chronicle.queue.impl
 
AbstractChronicleQueueBuilder(File) - Constructor for class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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) - 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
An Appender can be used to writeBytes new excerpts sequentially to the upper.
acquireAppender() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
acquired(int) - Method in class net.openhft.chronicle.queue.impl.single.ReferenceTracker
 
acquireLock() - Method in class net.openhft.chronicle.queue.impl.single.NoopQueueLock
 
acquireLock() - Method in interface net.openhft.chronicle.queue.impl.single.QueueLock
 
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 after timeout, throws IllegalStateException.
acquireValueFor(CharSequence) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
Acquire LongValue mapped to underlying file, providing atomic operations on the value that is shared across threads and/or JVMs.
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.
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(T, Consumer<T>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
addInputPath(String) - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
addOption(Options, String, String, boolean, String, boolean) - Static method in enum 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
Wind this tailer to after the last entry which wrote an entry to the queue
afterLastWritten(ChronicleQueue) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
asMethodReader() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 

B

basePath - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
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) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
binary(String) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
binary(File) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
BinarySearch - Enum in net.openhft.chronicle.queue.impl.single
 
blockSize(int) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
you should make sure that your largest message size is no larger than 1/4 of your block size
blockSize() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
blockSize - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
blockSize(int) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
blockSize(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
bufferCapacity(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
bufferCapacity() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
bufferCapacity() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
bufferCapacity(long) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
bufferCapacity() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
bufferCapacity(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
buffered(boolean) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
Deprecated.
Use writeBufferMode
buffered() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
Deprecated.
Use writeBufferMode
buffered(boolean) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
Deprecated.
buffered() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
Deprecated.
buffered() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
buffered(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
BufferMode - Enum in net.openhft.chronicle.queue
 
build() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
build() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
build() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
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(Path, WireType) - Static method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
builder(File, WireType) - 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.SingleTableStore
 

C

chronicleHistoryReader() - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
ChronicleHistoryReader - Class in net.openhft.chronicle.queue.reader
Created by Jerry Shea on 29/09/17.
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.
ChronicleQueueBuilder<B extends ChronicleQueueBuilder> - Interface in net.openhft.chronicle.queue
 
ChronicleReader - Class in net.openhft.chronicle.queue.reader
 
ChronicleReader() - Constructor for class net.openhft.chronicle.queue.reader.ChronicleReader
 
ChronicleReaderMain - Enum in net.openhft.chronicle.queue
Display records in a Chronicle in a text form.
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
Remove all the entries in the queue.
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.SingleChronicleQueue
 
close() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
close() - Method in enum net.openhft.chronicle.queue.impl.single.StoreComponentReferenceHandler
 
close() - Method in interface net.openhft.chronicle.queue.impl.single.StoreRecovery
 
close() - Method in class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
close() - Method in class net.openhft.chronicle.queue.impl.single.TSQueueLock
 
close() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
close() - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
close() - Method in class net.openhft.chronicle.queue.JDBCService
 
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
 
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
 
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
Tailers are NOT thread-safe, sharing the Tailer between threads will lead to errors and unpredictable behaviour.
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
 
cycle() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
cycle() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
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() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
cycle() - Method in class net.openhft.chronicle.queue.RollDetails
 
cycleCalculator() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
CycleCalculator - Interface in net.openhft.chronicle.queue
 
cycleCalculator - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
cycleCalculator() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
cycles(int, int) - Method in interface net.openhft.chronicle.queue.impl.WireStoreSupplier
the cycles between a range, inclusive

D

decodingSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
decryptSupplier(Supplier<Cipher>) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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
 
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
 
deltaCheckpointInterval() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
deltaCheckpointInterval() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
deltaCheckpointInterval() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
direction() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
direction(TailerDirection) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Set the direction of movement.
direction() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
direction(TailerDirection) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
DIRECTORY_LISTING_FILE - Static variable in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
DirectoryListing - Interface in net.openhft.chronicle.queue.impl.single
 
directoryListingPath(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
DISK_SPACE_CHECKER_NAME - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
doWithExclusiveLock(Function<TableStore, ? 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, ? 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.
dump() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Dump a Queue in YAML format.
dump(Writer, long, long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Dump a range of entries to a Writer
dump(OutputStream, long, long) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
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.SingleTableStore
 
DumpQueueMain - Class in net.openhft.chronicle.queue
 
DumpQueueMain() - Constructor for class net.openhft.chronicle.queue.DumpQueueMain
 
dumpStore(Wire) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 

E

encodingSupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
encryptSupplier(Supplier<Cipher>) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
entryCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
Counts the number of messages in this queue instance.
epoch(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
Deprecated.
epoch() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
epoch - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
epoch(long) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
sets epoch offset in milliseconds
epoch() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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
 
epoch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
epoch() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
equals(Object) - Method in class net.openhft.chronicle.queue.RollDetails
 
eventLoop(EventLoop) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
eventLoop() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
eventLoop - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
eventLoop() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
eventLoop(EventLoop) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
eventLoop() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
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.
excerptAppenderThreadLocal - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
ExcerptCommon<E extends ExcerptCommon<E>> - Interface in net.openhft.chronicle.queue
 
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

FACTORY - Static variable in class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
fieldlessBinary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
file() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
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.SingleTableBuilder
 
file() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
fileAbsolutePath() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Cache this value as getAbsolutePath is expensive
fileAbsolutePath() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
fileToCycle(File) - 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
 
firstIndex() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
firstTimeStampNanos - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
format() - Method in interface net.openhft.chronicle.queue.RollCycle
 
format() - Method in enum net.openhft.chronicle.queue.RollCycles
 

G

get() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
getCloserJob() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
A task that will be run if a WeakReference referring this appender is registered with a clean-up task.
getCloserJob() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
A task that will be run if a WeakReference referring this appender is registered with a clean-up task.
getCloserJob() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
getLogger() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
getMaxCreatedCycle() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
getMinCreatedCycle() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
getRollCycle(Path, WireType, long) - Static method in enum net.openhft.chronicle.queue.impl.single.RollCycleRetriever
 
getServiceFunctions() - Method in class net.openhft.chronicle.queue.service.ServiceWrapperBuilder
 
getWritingThreadId() - Method in class net.openhft.chronicle.queue.impl.single.QueueInspector
 

H

hashCode() - Method in class net.openhft.chronicle.queue.RollDetails
 
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
 
index() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
indexable(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
indexable(long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
indexCount(int) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
indexCount() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
indexCount(int) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
indexCount() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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
 
indexing(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Causes this tailer to update the index as queue excerpts are read
indexing(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
indexSpacing(int) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
indexSpacing() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
indexSpacing(int) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
indexSpacing() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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
 
init() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
init() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
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
 
INSTANCE - Static variable in interface net.openhft.chronicle.queue.impl.single.NoDocumentContext
Deprecated.
isClosed() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
isClosed() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
isClosed() - Method in class net.openhft.chronicle.queue.service.EventLoopServiceWrapper
 
isEmpty() - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
isValidThreadId(int) - Static method in class net.openhft.chronicle.queue.impl.single.QueueInspector
 

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
 

L

lastAcknowledgedIndexReplicated() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
lastAcknowledgedIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastAcknowledgedIndexReplicated(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
lastAcknowledgedIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
lastAcknowledgedIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
when using replication to another host, this is the last index that has been confirmed to * have been read by the remote host.
lastAcknowledgedIndexReplicated(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
lastAcknowledgedIndexReplicated(long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
lastAcknowledgedIndexReplicated() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
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
 
lastIndexReplicated(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
lastIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
lastIndexReplicated() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
when using replication to another host, this is the last index that has been sent to the remote host.
lastIndexReplicated(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
lastIndexReplicated() - Method in interface net.openhft.chronicle.queue.impl.WireStore
when using replication to another host, this is the last index that has been sent to the remote host.
lastIndexReplicated(long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
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
 
lazyIndexing(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Set whether to trigger indexing.
lazyIndexing() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Whether to trigger indexing.
length() - Method in interface net.openhft.chronicle.queue.RollCycle
 
length() - Method in enum net.openhft.chronicle.queue.RollCycles
 
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 )

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 enum 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.impl.single.TimedStoreRecovery
 
main(String[]) - Static method in enum net.openhft.chronicle.queue.RollCycles
 
measurementWindowNanos - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
messageSink - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
MessageToTextQueueEntryHandler - Class in net.openhft.chronicle.queue.reader
 
MessageToTextQueueEntryHandler(WireType) - Constructor for class net.openhft.chronicle.queue.reader.MessageToTextQueueEntryHandler
 
MetaDataField - Enum in net.openhft.chronicle.queue.impl.single
 
MetaDataKeys - Enum in net.openhft.chronicle.queue.impl.single
 
MethodReaderQueueEntryHandler - Class in net.openhft.chronicle.queue.reader
 
MethodReaderQueueEntryHandler(WireType) - Constructor for class net.openhft.chronicle.queue.reader.MethodReaderQueueEntryHandler
 
methodWriter(Class<T>, Class...) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
methodWriter(Class<T>, Class...) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
methodWriterBuilder(Class<T>) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
methodWriterBuilder(Class<T>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
millis - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
modCount() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
moveToIndex(long) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Randomly select an Excerpt.
moveToIndex(long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
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.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.reader - package net.openhft.chronicle.queue.reader
 
net.openhft.chronicle.queue.service - package net.openhft.chronicle.queue.service
 
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_PARSE_COUNT - Static variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
NoDocumentContext - Interface in net.openhft.chronicle.queue.impl.single
Deprecated.
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
 
numberOfReferences(File) - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 

O

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
 
onReleased(int, File) - Method in interface net.openhft.chronicle.queue.impl.StoreFileListener
 
onRingBufferStats(Consumer<BytesRingBufferStats>) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
onRingBufferStats() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
onRingBufferStats(Consumer<BytesRingBufferStats>) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
consumer will be called every second, also as there is data to report
onRingBufferStats() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
onRingBufferStats() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
options() - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
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
 

P

padToCacheAlign(MarshallableOut.Padding) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Enable padding if near the end of a cache line, pad it so a following 4-byte int value will not split a cache line.
padToCacheAlignMode() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
parentPath - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
parseCommandLine(String[], Options) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
parseCount(String) - Method in class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
parselet() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
path() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
path - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
path() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
path - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
pathExists - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
pauserSupplier() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
pauserSupplier(Supplier<Pauser>) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
pauserSupplier(Supplier<Pauser>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
preBuild() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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
We suggest this code is called from a background thread [ not you main business thread ], it must be called from the same thread that created it, as the call to pretouch() is not thread safe.
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
 
printUsageAndExit(Options) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 
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
 
progressOnContention() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
progressOnContention(boolean) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
Setting this to true enables new functionality whereby opening the DocumentContext to write to a chronicle will make only one (very cheap) attempt to grab the header so as to lock the queue for appending.
progressOnContention() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
progressOnContention(boolean) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
progressOnContention(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 

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
 
queue() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
QueueEntryHandler - Interface in net.openhft.chronicle.queue.reader
 
QueueInspector - Class in net.openhft.chronicle.queue.impl.single
 
QueueInspector(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.QueueInspector
 
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
 
queueLock() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 

R

readAfterReplicaAcknowledged(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readAfterReplicaAcknowledged() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readAfterReplicaAcknowledged(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readAfterReplicaAcknowledged() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readBufferMode(BufferMode) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
readBufferMode() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
readBufferMode - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
readBufferMode() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
readBufferMode(BufferMode) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
readBufferMode(BufferMode) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
readChronicle() - Method in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
readDocument(ReadMarshallable) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readHistory(DocumentContext, MessageHistory) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readingDocument() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
equivalent to MarshallableIn.readDocument(ReadMarshallable) but with out the use of a lambda expression.
readingDocument(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readingDocument() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readingDocument(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readOnly() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
readOnly(boolean) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
readOnly() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
readOnly(boolean) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
readOnly(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
readOnly() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
readOnly(boolean) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
recoverAndWriteHeader(Wire, long, LongValue, Sequence) - Method in class net.openhft.chronicle.queue.impl.single.SimpleStoreRecovery
 
recoverAndWriteHeader(Wire, long, LongValue, Sequence) - Method in interface net.openhft.chronicle.queue.impl.single.StoreRecovery
 
recoverAndWriteHeader(Wire, long, LongValue, Sequence) - Method in class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
recoverIndex2Index(LongValue, Callable<Long>, long) - Method in class net.openhft.chronicle.queue.impl.single.SimpleStoreRecovery
 
recoverIndex2Index(LongValue, Callable<Long>, long) - Method in interface net.openhft.chronicle.queue.impl.single.StoreRecovery
 
recoverIndex2Index(LongValue, Callable<Long>, long) - Method in class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
recoverSecondaryAddress(LongArrayValues, int, Callable<Long>, long) - Method in class net.openhft.chronicle.queue.impl.single.SimpleStoreRecovery
 
recoverSecondaryAddress(LongArrayValues, int, Callable<Long>, long) - Method in interface net.openhft.chronicle.queue.impl.single.StoreRecovery
 
recoverSecondaryAddress(LongArrayValues, int, Callable<Long>, long) - Method in class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
recoverySupplier() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
recoverySupplier(StoreRecoveryFactory) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
recoverySupplier() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
recoverySupplier() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
recoverySupplier(StoreRecoveryFactory) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
recoverySupplier() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
recoverySupplier(StoreRecoveryFactory) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
refCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
refCount() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
referenceCount(int) - Method in class net.openhft.chronicle.queue.impl.single.ReferenceTracker
 
ReferenceCountedCache<K,T extends net.openhft.chronicle.core.ReferenceCounted,V,E extends Throwable> - Class in net.openhft.chronicle.queue.impl.single
Thread-safe, self-cleaning cache for ReferenceCounted objects.
ReferenceCountedCache(Function<T, V>, ThrowingFunction<K, T, E>) - Constructor for class net.openhft.chronicle.queue.impl.single.ReferenceCountedCache
 
ReferenceTracker - Class in net.openhft.chronicle.queue.impl.single
 
ReferenceTracker(TableStore) - Constructor for class net.openhft.chronicle.queue.impl.single.ReferenceTracker
 
refresh() - Method in interface net.openhft.chronicle.queue.impl.single.DirectoryListing
 
release(CommonStore) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
release(CommonStore) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
release() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
release() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
release(CommonStore) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
released(int) - Method in class net.openhft.chronicle.queue.impl.single.ReferenceTracker
 
releaseResources() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
Can be used to manually release resources when this StoreTailer is no longer used.
renamePreCreatedFileToRequiredFile(File) - Static method in enum net.openhft.chronicle.queue.impl.single.PrecreatedFiles
 
reserve() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
reserve() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
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.
rollCycle(RollCycle) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
rollCycle() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
rollCycle - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
rollCycle(RollCycle) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
rollCycle() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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 - Interface in net.openhft.chronicle.queue
 
RollCycleRetriever - Enum in net.openhft.chronicle.queue.impl.single
 
RollCycles - Enum in net.openhft.chronicle.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, ZoneId) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
Resets the rollTime for the queue cycle to a new time.
rollTime(LocalTime, ZoneId) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
rollTime(LocalTime, ZoneId) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
run(String[]) - Method in class net.openhft.chronicle.queue.ChronicleHistoryReaderMain
 

S

ScanResult - 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
 
setCycle(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
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
 
shutdown() - Method in class net.openhft.chronicle.queue.impl.single.Pretoucher
 
shutdown() - Method in class net.openhft.chronicle.queue.PretouchHandler
 
SimpleStoreRecovery - Class in net.openhft.chronicle.queue.impl.single
 
SimpleStoreRecovery() - Constructor for class net.openhft.chronicle.queue.impl.single.SimpleStoreRecovery
 
single(String) - Static method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
single(File) - Static method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
SingleChronicleQueue - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueue(SingleChronicleQueueBuilder<?>) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SingleChronicleQueueBuilder<S extends SingleChronicleQueueBuilder> - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueBuilder(String) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
SingleChronicleQueueBuilder(File) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
SingleChronicleQueueExcerpts - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueExcerpts() - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts
 
SingleChronicleQueueExcerpts.InternalAppender - Interface in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueExcerpts.StoreTailer - Class in net.openhft.chronicle.queue.impl.single
Tailer
SingleChronicleQueueStore - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueStore(RollCycle, WireType, MappedBytes, long, int, int, StoreRecovery, int, int) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
SingleTableBuilder - Class in net.openhft.chronicle.queue.impl.table
 
SingleTableStore - Class in net.openhft.chronicle.queue.impl.table
 
SingleTableStore(WireType, MappedBytes, StoreRecovery) - Constructor for class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
singleText(String) - Static method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
Deprecated.
sourceId() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
sourceId() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
 
sourceId(int) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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.SingleChronicleQueueExcerpts.StoreTailer
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
sourceId() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
sourceId(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
 
state() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
store() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
StoreComponentReferenceHandler - Enum in net.openhft.chronicle.queue.impl.single
 
storeFactory() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
storeFactory(WireStoreFactory) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
storeFactory() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
storeFileListener(StoreFileListener) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
storeFileListener() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
storeFileListener(StoreFileListener) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
storeFileListener() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
storeFileListener(StoreFileListener) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
StoreFileListener - Interface in net.openhft.chronicle.queue.impl
 
storeForCycle(int, long, boolean) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
storeForCycle(int, long, boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
StoreRecovery - Interface in net.openhft.chronicle.queue.impl.single
 
StoreRecoveryFactory - Interface in net.openhft.chronicle.queue.impl.single
 
StoreTailer(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
SUFFIX - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
SUFFIX - Static variable in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
summaryOutputOffset - Variable in class net.openhft.chronicle.queue.reader.ChronicleHistoryReader
 
suppressDisplayIndex() - Method in class net.openhft.chronicle.queue.reader.ChronicleReader
 

T

TableStore - Interface in net.openhft.chronicle.queue.impl
 
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 interface net.openhft.chronicle.queue.ChronicleQueueBuilder
THIS IS FOR TESTING ONLY.
testBlockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
text - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
text(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
Deprecated.
THREAD_NAME - Static variable in enum net.openhft.chronicle.queue.impl.single.StoreComponentReferenceHandler
 
time() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
TimedStoreRecovery - Class in net.openhft.chronicle.queue.impl.single
 
TimedStoreRecovery(WireIn) - Constructor for class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
TimedStoreRecovery(WireType) - Constructor for class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
timeoutMS(long) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
timeoutMS() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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.SingleChronicleQueueExcerpts.StoreTailer
 
timeoutMS() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
timeoutMS(long) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
timeProvider() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
timeProvider(TimeProvider) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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
 
toCycle(long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
toEnd() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Wind to the last entry in the last cycle
toEnd() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
toIndex(int, long) - Method in interface net.openhft.chronicle.queue.RollCycle
 
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
 
toSequenceNumber(long) - Method in enum net.openhft.chronicle.queue.RollCycles
 
toStart() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Replay from the first entry in the first cycle.
toStart() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
toString() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
toString() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
toString() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
toString() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
tryWriteHeader(Wire, int) - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
tryWriteHeader(Wire, int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
tryWriteHeader(Wire, int) - Method in interface net.openhft.chronicle.queue.impl.single.StoreRecovery
 
tryWriteHeader(Wire, int) - 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(File, Supplier<Pauser>) - 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
 
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().
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

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.ChronicleReaderMain
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.RollCycleRetriever
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.StoreComponentReferenceHandler
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.NoMessageHistory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.RollCycles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.TailerDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.TailerState
Returns the enum constant of this type with the specified name.
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.ChronicleReaderMain
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.RollCycleRetriever
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.StoreComponentReferenceHandler
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.NoMessageHistory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.RollCycles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.TailerDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.openhft.chronicle.queue.TailerState
Returns an array containing the constants of this enum type, in the order they are declared.

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.impl.ExcerptContext
 
wire() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
wireForIndex() - Method in interface net.openhft.chronicle.queue.impl.ExcerptContext
 
wireForIndex() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
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
 
wireType(WireType) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
wireType() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
wireType - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
wireType(WireType) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
wireType() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
wireType() - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
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.SingleChronicleQueueStore
 
wireType() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
wireType(WireType) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableBuilder
 
wireType() - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
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(BufferMode) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
writeBufferMode() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
writeBufferMode - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
writeBufferMode() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
writeBufferMode(BufferMode) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
writeBufferMode(BufferMode) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
writeBytes(BytesStore) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeBytes(Bytes) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeBytes(long, BytesStore) - Method in interface net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.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
 
writeHeader(Wire, int, long) - Method in interface net.openhft.chronicle.queue.impl.CommonStore
 
writeHeader(Wire, int, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeHeader(Wire, int, long, LongValue, Sequence) - Method in interface net.openhft.chronicle.queue.impl.single.StoreRecovery
 
writeHeader(Wire, int, long) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.TimedStoreRecovery
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.table.SingleTableStore
 
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
 
writingDocument(long) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Write an entry at a given index.
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2018. All rights reserved.