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

A

AbstractChronicleQueueBuilder<B extends ChronicleQueueBuilder<B,Q>,Q extends ChronicleQueue> - Class in net.openhft.chronicle.queue.impl
Created by peter on 05/03/2016.
AbstractChronicleQueueBuilder(File) - Constructor for class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
acquire(long, long) - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
add() - Method in enum net.openhft.chronicle.queue.TailerDirection
 
additionalInterfaces(Class...) - Method in class net.openhft.chronicle.queue.MethodWriterBuilder
 
addTiming(long) - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
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
 
appendRollMeta(Wire, long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
appendRollMeta(Wire, long, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 

B

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
 
blockSize(int) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
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
 
bufferCapacity() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
bufferCapacity(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
bufferCapacity(int) - 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(int) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
setting the bufferCapacity also sets buffered to true
bufferCapacity() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
buffered(boolean) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
buffered() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
buffered(boolean) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
when set to true.
buffered() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
buffered() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
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<B extends ChronicleQueueBuilder<B,Q>,Q extends ChronicleQueue> - 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 enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
close() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
close() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
close() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
close() - Method in class net.openhft.chronicle.queue.impl.WireStorePool
 
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.single.SingleChronicleQueue
 
createTailer() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
createTailer() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
current(TimeProvider, 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
 

D

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
 
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
 
dump() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
Dump a Queue in YAML format.
dump(String) - Static method in class net.openhft.chronicle.queue.DumpQueueMain
 
dump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
dump() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
dump() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
DumpQueueMain - Class in net.openhft.chronicle.queue
Created by Peter on 07/03/2016.
DumpQueueMain() - Constructor for class net.openhft.chronicle.queue.DumpQueueMain
 
dumpStore(Wire) - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 

E

epoch(long) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
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() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
epoch() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
eventLoop() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
eventLoop(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
 
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.
excerptAppenderThreadLocal - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
ExcerptCommon - Interface in net.openhft.chronicle.queue
 
ExcerptComparator - Interface in net.openhft.chronicle.queue
For a binary search, provide a comparison of Excerpts
ExcerptHistory - Interface in net.openhft.chronicle.queue
Created by peter on 27/03/16.
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.
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
 
format() - Method in interface net.openhft.chronicle.queue.RollCycle
 
format() - Method in enum net.openhft.chronicle.queue.RollCycles
 

G

get() - Static method in interface net.openhft.chronicle.queue.ExcerptHistory
Get the ExcerptHistory to update it or read it.
get() - Method in class net.openhft.chronicle.queue.MethodWriterBuilder
 

I

index() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
index() - Method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
index() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
index() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
indexCount() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
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 class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
indexForPosition(Wire, long, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
indexForPosition(Wire, long, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
Reverse look up an index for a position.
indexSpacing() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
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 class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
init() - Static method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
 
isBuffered - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
isData() - Method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
isMetaData() - Method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
isMetaData() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
isPresent() - Method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
isPresent() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 

L

lastCycle() - Method in interface net.openhft.chronicle.queue.impl.RollingChronicleQueue
 
lastCycle() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastEntryIndexed(Wire, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
lastEntryIndexed(Wire, long) - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
lastIndex() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
lastIndex() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
lastIndex(int) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
lastIndexAppended() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
lastIndexAppended() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
length() - Method in interface net.openhft.chronicle.queue.RollCycle
 
length() - Method in enum net.openhft.chronicle.queue.RollCycles
 
log - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 

M

main(String...) - Static method in enum net.openhft.chronicle.queue.ChronicleReader
 
main(String[]) - Static method in class net.openhft.chronicle.queue.DumpQueueMain
 
mappedBytes() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
mappedBytes() - Method in interface net.openhft.chronicle.queue.impl.WireStore
 
MESSAGE_HISTORY_LENGTH - Static variable in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
metaData(boolean) - Method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
metaData(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
MetaDataKeys - Enum in net.openhft.chronicle.queue.impl.single
Created by Peter on 05/03/2016.
methodReader(Object...) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Reads messages from this tails as methods.
MethodReader - Class in net.openhft.chronicle.queue
Created by peter on 24/03/16.
MethodReader(ExcerptTailer, Object...) - Constructor for class net.openhft.chronicle.queue.MethodReader
 
methodWriter(Class<T>, Class...) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Proxy an interface so each message called is written to a file for replay.
methodWriterBuilder(Class<T>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
MethodWriterBuilder<T> - Class in net.openhft.chronicle.queue
Created by peter on 28/03/16.
MethodWriterBuilder(ExcerptAppender, Class<T>) - Constructor for class net.openhft.chronicle.queue.MethodWriterBuilder
 
millis - Variable in class net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
 
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, long) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
Moves the position to the index
moveToIndex(Wire, long, 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
 
newAppender() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
NO_CLASSES - Static variable in class net.openhft.chronicle.queue.MethodWriterBuilder
 
NoDocumentContext - Enum in net.openhft.chronicle.queue.impl.single
Created by peter on 12/02/2016.
NoExcerptHistory - Enum in net.openhft.chronicle.queue
Created by peter on 27/03/16.

O

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
 
onThrowable(Consumer<Throwable>) - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
onThrowable - Variable in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
onThrowable(Consumer<Throwable>) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
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() - 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
 
path() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
pauserSupplier() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
pauserSupplier(Supplier<Pauser>) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 

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

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(boolean) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
 
readingDocument(boolean) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readMap() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Read a Map>String, Object> from the content.
readMarshallable(WireIn) - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
readOne() - Method in class net.openhft.chronicle.queue.MethodReader
reads one message
readText() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Read the next message as a String
readText(StringBuilder) - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Read the next message as string
readText() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
readText(StringBuilder) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
recordHistory(boolean) - Method in class net.openhft.chronicle.queue.MethodWriterBuilder
 
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
 
reset() - Method in interface net.openhft.chronicle.queue.ExcerptHistory
 
reset() - Method in enum net.openhft.chronicle.queue.NoExcerptHistory
 
reset() - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
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 - 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, long, Function<String, File>) - Constructor for class net.openhft.chronicle.queue.impl.RollingResourcesCache
 
RollingResourcesCache.Resource - Class in net.openhft.chronicle.queue.impl
 

S

ScanResult - Enum in net.openhft.chronicle.queue.impl.single
Created by peter on 11/03/16.
set(ExcerptHistory) - Static method in interface net.openhft.chronicle.queue.ExcerptHistory
You only need to call this if you wish to override it's behaviour.
single(String) - 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 - 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
 
SingleChronicleQueueExcerpts - Class in net.openhft.chronicle.queue.impl.single
 
SingleChronicleQueueExcerpts() - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts
 
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(RollCycle, WireType, MappedBytes, long, int, int) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
singleText(String) - Static method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
sourceId() - Method in interface net.openhft.chronicle.queue.ChronicleQueue
 
sourceId(int) - Method in interface net.openhft.chronicle.queue.ExcerptHistory
 
sourceId(int) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
sourceId() - Method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
sourceId - Variable in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
sourceId() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreTailer
 
sourceId(int) - Method in enum net.openhft.chronicle.queue.NoExcerptHistory
 
sourceId(int) - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
sourceIndex(int) - Method in interface net.openhft.chronicle.queue.ExcerptHistory
 
sourceIndex(int) - Method in enum net.openhft.chronicle.queue.NoExcerptHistory
 
sourceIndex(int) - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
sources() - Method in interface net.openhft.chronicle.queue.ExcerptHistory
 
sources() - Method in enum net.openhft.chronicle.queue.NoExcerptHistory
 
sources() - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
StoreAppender(SingleChronicleQueue) - Constructor for class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
storeFactory() - Method in interface net.openhft.chronicle.queue.ChronicleQueueBuilder
 
storeFactory(BiFunction<RollingChronicleQueue, Wire, WireStore>) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
storeFactory() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
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
 
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
 

T

TailerDirection - Enum in net.openhft.chronicle.queue
Created by Peter on 05/03/2016.
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
 
timeoutMS(long) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
timeoutMS() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
timeProvider() - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
timeProvider(TimeProvider) - Method in class net.openhft.chronicle.queue.impl.AbstractChronicleQueueBuilder
 
timing(int) - Method in interface net.openhft.chronicle.queue.ExcerptHistory
 
timing(int) - Method in enum net.openhft.chronicle.queue.NoExcerptHistory
 
timing(int) - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
timings() - Method in interface net.openhft.chronicle.queue.ExcerptHistory
 
timings() - Method in enum net.openhft.chronicle.queue.NoExcerptHistory
 
timings() - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
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.Excerpt
Wind to the upper.
toEnd() - Method in interface net.openhft.chronicle.queue.ExcerptTailer
Wind to the last entry int eh last entry
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
 
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.Excerpt
Replay from the lower.
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
 

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.MetaDataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
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.NoExcerptHistory
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.
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.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.NoDocumentContext
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.NoExcerptHistory
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.
VanillaExcerptHistory - Class in net.openhft.chronicle.queue
Created by peter on 27/03/16.
VanillaExcerptHistory() - Constructor for class net.openhft.chronicle.queue.VanillaExcerptHistory
 

W

wire() - Method in enum net.openhft.chronicle.queue.impl.single.NoDocumentContext
 
wire() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
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(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 class net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
 
withSupplier(WireStoreSupplier) - Static method in class net.openhft.chronicle.queue.impl.WireStorePool
 
write(T, WireOut) - Method in interface net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.WireWriter
 
writeBytes(WriteBytesMarshallable) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeBytes(Bytes<?>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writeBytes(long, Bytes<?>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Write an entry at a given index.
writeBytes(Bytes) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
writeBytes(long, 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
 
writeMap(Map<String, Object>) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
Write a Map as a marshallable
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
 
writeMarshallable(WireOut) - Method in class net.openhft.chronicle.queue.VanillaExcerptHistory
 
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
 
writeText(CharSequence) - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writingDocument() - Method in interface net.openhft.chronicle.queue.ExcerptAppender
 
writingDocument() - Method in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueExcerpts.StoreAppender
 
A B C D E F G I L M N O P Q R S T V W 
Skip navigation links

Copyright © 2016. All rights reserved.