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

A

accept(Bytes<?>) - Method in interface net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.BytesConsumer
 
acquire(long, long) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
appendRollMeta(Wire, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
appendRollMeta(Wire, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 

B

binary(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
blockSize(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
blockSize() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
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
 
bufferCapacity(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
setting the bufferCapacity also sets buffered to true
buffered() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
buffered(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
when set to true.
buffered() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
build() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
build() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 

C

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 - Interface in net.openhft.chronicle.queue
 
ChronicleReader - Enum in net.openhft.chronicle.queue
Display records in a Chronicle in a text form.
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
 
close() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
compare(Excerpt) - Method in interface net.openhft.chronicle.queue.ExcerptComparator
Given some criteria, determine if the entry is -1 = below range, +1 = above range and 0 in range Can be used for exact matches or a range of values.
consumeBytes(SingleChronicleQueueExcerpts.BytesConsumer) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
createAppender() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
An Appender can be used to writeBytes new excerpts sequentially to the upper.
createAppender() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
createAppender(SingleChronicleQueue) - Method in interface net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerptFactory
 
createExcerpt() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
An Excerpt can be used access entries randomly and optionally change them.
createExcerpt() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
createExcerpt(SingleChronicleQueue) - Method in interface net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerptFactory
 
createTailer() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
A Tailer can be used to read sequentially from the lower of a given position.
createTailer() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
createTailer(SingleChronicleQueue) - Method in interface net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerptFactory
 
current(long) - Method in interface net.openhft.chronicle.queue.RollCycle
 
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() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
cycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
cycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
cycle() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 

E

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
 
epoch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
epoch() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
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
 
Excerpt - Interface in net.openhft.chronicle.queue
The main data container of a ChronicleQueue, an extended version of ExcerptTailer which also facilitates random access.
ExcerptAppender - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially writing data to a ChronicleQueue.
ExcerptCommon - Interface in net.openhft.chronicle.queue
 
ExcerptComparator - Interface in net.openhft.chronicle.queue
For a binary search, provide a comparison of Excerpts
ExcerptTailer - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially reading data from a ChronicleQueue.
excertpFactory(SingleChronicleQueueExcerptFactory) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
excertpFactory() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 

F

findMatch(ExcerptComparator) - Method in interface net.openhft.chronicle.queue.Excerpt
Find any entry which return a match i.e.
findRange(long[], ExcerptComparator) - Method in interface net.openhft.chronicle.queue.Excerpt
Find entries which return a match.
firstIndex() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
firstIndex() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
firstSequenceNumber() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
firstSequenceNumber() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
format() - Method in interface net.openhft.chronicle.queue.RollCycle
 
format() - Method in enum net.openhft.chronicle.queue.RollCycles
 
from(int, String, ZoneId) - Static method in interface net.openhft.chronicle.queue.RollCycle
 

I

index() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
index() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
index(long, long) - Static method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
index() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
index() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
INDEX_TEMPLATE - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 

L

lastIndex() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
lastIndex() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
length() - Method in interface net.openhft.chronicle.queue.RollCycle
 
length() - Method in enum net.openhft.chronicle.queue.RollCycles
 

M

main(String...) - Static method in enum net.openhft.chronicle.queue.ChronicleReader
 
mappedBytes() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
mappedBytes() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
MESSAGE - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
millis - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
MINUS_1_40BIT - Static variable in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
moveToIndex(long) - Method in interface net.openhft.chronicle.queue.Excerpt
Randomly select an Excerpt.
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
 
moveToIndex(Wire, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
Moves the position to the index
moveToIndex(Wire, 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
 

O

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
 
onThrowable(Consumer<Throwable>) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
use this to trap exceptions that came from the other threads

P

parseCount(String) - Method in class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
path() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
path - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
path() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
path() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
prefetch() - Method in interface net.openhft.chronicle.queue.ExcerptCommon
Hint to the underlying store to get the next page(s)
prefetch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
prefetch() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 

Q

queue() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
queue() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 

R

raw(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
readBytes(ReadBytesMarshallable) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readBytes(Bytes) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readBytes(Bytes) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readBytes(ReadBytesMarshallable) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readDocument(ReadMarshallable) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readDocument(ReadMarshallable) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readingDocument() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
equivalent to ExcerptTailer.readDocument(ReadMarshallable) but with out the use of a lambda expression.
readingDocument() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
refCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
release(WireStore) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
release(WireStore) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
release() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
release(WireStore) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
reserve() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
resourceFor(long) - Method in class net.openhft.chronicle.queue.impl.RollingResourcesCache
Cache some resources for a rollCycle number.
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
 
RollingChronicleQueue - Interface in net.openhft.chronicle.queue.impl
 
RollingResourcesCache - Class in net.openhft.chronicle.queue.impl
 
RollingResourcesCache(RollCycle, Function<String, File>) - Constructor for class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
RollingResourcesCache.Resource - Class in net.openhft.chronicle.queue.impl
 

S

sequenceNumber() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
sequenceNumber() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
SingleChronicleQueue - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueBuilder - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueBuilder(String) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueBuilder(String, SingleChronicleQueueExcerptFactory) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueBuilder(File) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueBuilder(File, SingleChronicleQueueExcerptFactory) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueExcerptFactory - Interface in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueExcerpts - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueExcerpts() - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts
 
SingleChronicleQueueExcerpts.BytesConsumer - Interface in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueExcerpts.StoreAppender - Class in net.openhft.chronicle.queue.impl.single
StoreAppender
SingleChronicleQueueExcerpts.StoreTailer - Class in net.openhft.chronicle.queue.impl.single
Tailer
SingleChronicleQueueExcerpts.WireWriter<T> - Interface in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueStore - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueStore.IndexOffset - Enum in net.openhft.chronicle.queue.impl.single
 
StoreAppender(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
storeForCycle(long, long) - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
storeForCycle(long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
storeIndexLocation(Wire, long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
storeIndexLocation(Wire, long, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
StoreTailer(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 

T

tailFileFrom(String, String, long, boolean) - Static method in enum net.openhft.chronicle.queue.ChronicleReader
 
text - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
text(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
TIMEOUT - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
toAddress0(long) - Static method in enum net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.IndexOffset
 
toAddress1(long) - Static method in enum net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.IndexOffset
 
toBinaryString(long) - Static method in enum net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.IndexOffset
 
toCycle(long) - Static method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
toEnd() - Method in interface net.openhft.chronicle.queue.Excerpt
Wind to the upper.
toEnd() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Wind to the upper.
toEnd() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
toScale() - Static method in enum net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.IndexOffset
 
toSequenceNumber(long) - Static method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
toStart() - Method in interface net.openhft.chronicle.queue.Excerpt
Replay from the lower.
toStart() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Replay from the lower.
toStart() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
toString() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 

V

valueOf(String) - Static method in enum net.openhft.chronicle.queue.ChronicleReader
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.IndexOffset
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.
values() - Static method in enum net.openhft.chronicle.queue.ChronicleReader
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.SingleChronicleQueueStore.IndexOffset
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.

W

WireStore - 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() - 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
 
withSupplier(WireStoreSupplier) - Static method in class net.openhft.chronicle.queue.impl.WireStorePool
 
writeBytes(WriteBytesMarshallable) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeBytes(Bytes<?>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeBytes(Bytes) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
writeBytes(WriteBytesMarshallable) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
writeDocument(WriteMarshallable) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeDocument(WriteMarshallable) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeOrAdvanceIfNotEmpty(WireOut, boolean, T) - Method in interface net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.WireWriter
 
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(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writingDocument(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 

Z

zone() - Method in interface net.openhft.chronicle.queue.RollCycle
 
zone() - Method in enum net.openhft.chronicle.queue.RollCycles
 
A B C E F I L M N O P Q R S T V W Z 
Skip navigation links

Copyright © 2016. All rights reserved.