MCPcopy Index your code
hub / github.com/OpenHFT/Chronicle-Queue

github.com/OpenHFT/Chronicle-Queue @chronicle-queue-2026.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release chronicle-queue-2026.5 ↗ · + Follow
3,697 symbols 15,832 edges 344 files 1,086 documented · 29% 1 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…

Extension points exported contracts — how you extend this code

RollCycle (Interface)
Interface defining the behavior of a roll cycle in Chronicle Queue. A roll cycle dictates how frequently data rolls over [7 …
src/main/java/net/openhft/chronicle/queue/RollCycle.java
HelloWorld (Interface)
(no doc) [2 implementers]
src/test/java/net/openhft/chronicle/queue/impl/single/HelloWorld.java
QueueEntryReader (Interface)
Interface for reading and processing entries from a queue. Implementations of this interface are responsible for read [7 …
src/main/java/net/openhft/chronicle/queue/reader/QueueEntryReader.java
OnEvents (Interface)
(no doc) [2 implementers]
src/test/java/net/openhft/chronicle/queue/impl/single/OnEvents.java
StoreFileListener (Interface)
The StoreFileListener interface provides a mechanism for receiving notifications when a store file is acquired o [5 implementers]
src/main/java/net/openhft/chronicle/queue/impl/StoreFileListener.java
HelloWorld (Interface)
(no doc) [1 implementers]
src/test/java/net/openhft/chronicle/queue/AppenderListenerTest.java
MessageConsumer (Interface)
Message consumers make a chain-of-responsibility pattern, they can filter or transform the input. The sink will be the f [4 …
src/main/java/net/openhft/chronicle/queue/reader/MessageConsumer.java
Say (Interface)
(no doc) [1 implementers]
src/test/java/net/openhft/chronicle/queue/internal/reader/Say.java

Core symbols most depended-on inside this repo

createAppender
called by 361
src/main/java/net/openhft/chronicle/queue/ChronicleQueue.java
createTailer
called by 342
src/main/java/net/openhft/chronicle/queue/ChronicleQueue.java
wire
called by 327
src/main/java/net/openhft/chronicle/queue/ExcerptAppender.java
rollCycle
called by 324
src/main/java/net/openhft/chronicle/queue/ChronicleQueue.java
get
called by 275
src/main/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueBuilder.java
readingDocument
called by 232
src/main/java/net/openhft/chronicle/queue/ExcerptTailer.java
testBlockSize
called by 183
src/main/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueBuilder.java
isPresent
called by 164
src/main/java/net/openhft/chronicle/queue/impl/single/StoreAppender.java

Shape

Method 3,192
Class 377
Interface 91
Enum 37

Languages

Java100%

Modules by API surface

src/test/java/net/openhft/chronicle/queue/SingleChroniclePerfMainTest.java348 symbols
src/test/java/net/openhft/chronicle/queue/bench/QueueSingleThreadedJLBHBenchmark.java343 symbols
src/test/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueTest.java140 symbols
src/main/java/net/openhft/chronicle/queue/impl/single/StoreTailer.java87 symbols
src/main/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueue.java87 symbols
src/main/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueBuilder.java76 symbols
src/main/java/net/openhft/chronicle/queue/impl/single/StoreAppender.java75 symbols
src/test/java/net/openhft/chronicle/queue/internal/reader/ChronicleReaderTest.java71 symbols
src/test/java/net/openhft/chronicle/queue/impl/single/StoreTailerTest.java49 symbols
src/main/java/net/openhft/chronicle/queue/impl/single/SCQIndexing.java49 symbols
src/main/java/net/openhft/chronicle/queue/reader/ChronicleReader.java47 symbols
src/test/java/net/openhft/chronicle/queue/TestDeleteQueueFile.java38 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add Chronicle-Queue \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page