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

A

AbstractChronicleQueue - Class in net.openhft.chronicle.queue.impl
 
AbstractChronicleQueue() - Constructor for class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
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(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.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(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
 
BufferedAppender(EventLoop, Excerpts.StoreAppender, long, Consumer<BytesRingBufferStats>) - Constructor for class net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender
 
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
 
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.AbstractChronicleQueue
 
clone() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
close() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
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.
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.AbstractChronicleQueue
 
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.AbstractChronicleQueue
 
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.AbstractChronicleQueue
 
current(long) - Method in interface net.openhft.chronicle.queue.RollCycle
 
cycle() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
cycle() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
cycle() - Method in class net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender
 
cycle() - Method in class net.openhft.chronicle.queue.impl.Excerpts.DefaultAppender
 
cycle() - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreAppender
 
cycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
cycle() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 

D

DefaultAppender(T) - Constructor for class net.openhft.chronicle.queue.impl.Excerpts.DefaultAppender
 

E

epoch() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
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.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
Excerpts - Class in net.openhft.chronicle.queue.impl
 
Excerpts() - Constructor for class net.openhft.chronicle.queue.impl.Excerpts
 
Excerpts.BufferedAppender - Class in net.openhft.chronicle.queue.impl
Unlike the other appenders the write methods are not able to return the index that he exceprt was written to, as the write is deferred using a ring buffer , and later written using a background thread
Excerpts.DefaultAppender<T extends ChronicleQueue> - Class in net.openhft.chronicle.queue.impl
 
Excerpts.StoreAppender - Class in net.openhft.chronicle.queue.impl
StoreAppender
Excerpts.StoreTailer - Class in net.openhft.chronicle.queue.impl
Tailer
ExcerptTailer - Interface in net.openhft.chronicle.queue
The component that facilitates sequentially reading data from a ChronicleQueue.

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.AbstractChronicleQueue
 
firstSequenceNumber() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
firstSequenceNumber() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
forFormat(String) - Static method in interface net.openhft.chronicle.queue.RollCycle
 
forLength(int) - Static method in interface net.openhft.chronicle.queue.RollCycle
 
format() - Method in interface net.openhft.chronicle.queue.RollCycle
 
format() - Method in enum net.openhft.chronicle.queue.RollCycles
 
formatFor(long) - Method in class net.openhft.chronicle.queue.RollDateCache
Formats a rollCycle number into a date/time String based on a fixed date/time format.
from(int, String, ZoneId) - Static method in interface net.openhft.chronicle.queue.RollCycle
 

I

index(long, long) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
 
index() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
index() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
index() - Method in class net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender
 
index() - Method in class net.openhft.chronicle.queue.impl.Excerpts.DefaultAppender
 
index() - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreAppender
 
index() - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreTailer
 
INDEX_TEMPLATE - Static variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
install(long, boolean, long, ChronicleQueueBuilder) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
install(long, boolean, long, ChronicleQueueBuilder) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 

L

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

M

mappedBytes() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
mappedBytes() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
MINUS_1_40BIT - Static variable in interface net.openhft.chronicle.queue.ChronicleQueue
 
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.Excerpts.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

name() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
name() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
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(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.RollDateCache
 
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.Excerpts.BufferedAppender
 
prefetch() - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreAppender
 
prefetch() - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreTailer
 

Q

queue() - Method in class net.openhft.chronicle.queue.impl.Excerpts.DefaultAppender
 

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.Excerpts.StoreTailer
 
readBytes(ReadBytesMarshallable) - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreTailer
 
readDocument(ReadMarshallable) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readDocument(ReadMarshallable) - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreTailer
 
refCount() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
release(WireStore) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
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
 
ringBuffer() - Method in class net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender
 
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
 
RollDateCache - Class in net.openhft.chronicle.queue
 
RollDateCache(RollCycle) - Constructor for class net.openhft.chronicle.queue.RollDateCache
 

S

sequenceNumber() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
sequenceNumber() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
SingleChronicleQueueBuilder - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueBuilder(String) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueBuilder(File) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
SingleChronicleQueueStore - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueStore.IndexOffset - Enum in net.openhft.chronicle.queue.impl.single
 
size() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
size() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
StoreAppender(AbstractChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.Excerpts.StoreAppender
 
storeForCycle(long, long) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueue
 
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(AbstractChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.Excerpts.StoreTailer
 

T

text(File) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
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.ChronicleQueue
 
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.Excerpts.StoreTailer
 
toScale() - Static method in enum net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.IndexOffset
 
toSequenceNumber(long) - Static method in interface net.openhft.chronicle.queue.ChronicleQueue
 
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.Excerpts.StoreTailer
 
toString() - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreTailer
 

V

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.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.AbstractChronicleQueue
 
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(WriteBytesMarshallable) - Method in class net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender
for the best performacne use net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender#writeBytes(net.openhft.chronicle.bytes.Bytes)
writeBytes(Bytes<?>) - Method in class net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender
for the best performance call this method, rather than net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender#writeBytes(net.openhft.chronicle.bytes.WriteBytesMarshallable) or net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender#writeDocument(net.openhft.chronicle.wire.WriteMarshallable)
writeBytes(Bytes<?>) - Method in class net.openhft.chronicle.queue.impl.Excerpts.DefaultAppender
 
writeBytes(WriteBytesMarshallable) - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreAppender
 
writeBytes(Bytes) - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreAppender
 
writeDocument(WriteMarshallable) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeDocument(WriteMarshallable) - Method in class net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender
for the best performance use net.openhft.chronicle.queue.impl.Excerpts.BufferedAppender#writeBytes(net.openhft.chronicle.bytes.Bytes)
writeDocument(WriteMarshallable) - Method in class net.openhft.chronicle.queue.impl.Excerpts.DefaultAppender
 
writeDocument(WriteMarshallable) - Method in class net.openhft.chronicle.queue.impl.Excerpts.StoreAppender
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
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
 

Z

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

Copyright © 2016. All rights reserved.