jar

net.openhft : chronicle-queue

Maven & Gradle

Aug 10, 2023
42 usages
2.9k stars

OpenHFT/Chronicle-Queue · Java library for persisted low latency messaging (Java 8+)

Table Of Contents

Latest Version

Download net.openhft : chronicle-queue JAR file - Latest Versions:

All Versions

Download net.openhft : chronicle-queue JAR file - All Versions:

Version Vulnerabilities Size Updated
5.23.x
5.22.x
5.21.x
5.20.x
5.19.x
5.17.x
5.16.x
5.24ea25
5.24ea24
5.24ea23
5.24ea22
5.24ea21
5.24ea20
5.24ea19
5.24ea18
5.24ea17
5.24ea16
5.24ea15
5.24ea14
5.24ea13
5.24ea12
5.24ea11
5.24ea10
5.24ea9
5.24ea8
5.24ea7
5.24ea6
5.24ea5
5.24ea4
5.24ea3
5.24ea2
5.24ea1
5.24ea0
5.23ea34
5.23ea33
5.23ea32
5.23ea31
5.23ea30
5.23ea25
5.23ea24
5.23ea23
5.23ea22
5.23ea21
5.23ea20
5.23ea8
5.23ea7
5.23ea6
5.23ea5
5.23ea4
5.23ea3
5.23ea2
5.23ea1
5.23ea0
5.22ea17
5.22ea16
5.22ea15
5.22ea14
5.22ea12
5.22ea11
5.22ea10
5.22ea9
5.22ea8
5.22ea7
5.22ea6
5.22ea5
5.22ea4
5.22ea3
5.22ea2
5.22ea1
5.21ea87
5.21ea86
5.21ea85
5.21ea84
5.21ea83
5.21ea82
5.21ea81
5.21ea80
5.21ea66
5.21ea65
5.21ea64
5.21ea63
5.21ea62
5.21ea61
5.21ea60
5.21ea48
5.21ea47
5.21ea46
5.21ea45
5.21ea5.x
5.21ea44
5.21ea43
5.21ea42
5.21ea41
5.21ea40
5.21ea10
5.21ea9
5.21ea8
5.21ea6
5.21ea5
5.21ea4
5.21ea3
5.21ea2
5.21ea1
5.21ea0
4.16.x
4.15.x
4.6.x
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window chronicle-queue-5.24ea25.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.openhft.chronicle.queue.channel

├─ net.openhft.chronicle.queue.channel.PipeHandler.class - [JAR]

├─ net.openhft.chronicle.queue.channel.PublishHandler.class - [JAR]

├─ net.openhft.chronicle.queue.channel.SubscribeHandler.class - [JAR]

net.openhft.chronicle.queue.internal.domestic

├─ net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec.class - [JAR]

├─ net.openhft.chronicle.queue.internal.domestic.package-info.class - [JAR]

net.openhft.chronicle.queue.internal.util

├─ net.openhft.chronicle.queue.internal.util.InternalFileUtil.class - [JAR]

net.openhft.chronicle.queue.reader.comparator

├─ net.openhft.chronicle.queue.reader.comparator.BinarySearchComparator.class - [JAR]

net.openhft.chronicle.queue.util

├─ net.openhft.chronicle.queue.util.FileState.class - [JAR]

├─ net.openhft.chronicle.queue.util.FileUtil.class - [JAR]

├─ net.openhft.chronicle.queue.util.MicroTouched.class - [JAR]

├─ net.openhft.chronicle.queue.util.PretouchUtil.class - [JAR]

├─ net.openhft.chronicle.queue.util.PretoucherFactory.class - [JAR]

├─ net.openhft.chronicle.queue.util.QueueUtil.class - [JAR]

├─ net.openhft.chronicle.queue.util.ToolsUtil.class - [JAR]

net.openhft.chronicle.queue.impl.table

├─ net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock.class - [JAR]

├─ net.openhft.chronicle.queue.impl.table.Metadata.class - [JAR]

├─ net.openhft.chronicle.queue.impl.table.ReadonlyTableStore.class - [JAR]

├─ net.openhft.chronicle.queue.impl.table.SingleTableBuilder.class - [JAR]

├─ net.openhft.chronicle.queue.impl.table.SingleTableStore.class - [JAR]

├─ net.openhft.chronicle.queue.impl.table.TableStoreIterator.class - [JAR]

├─ net.openhft.chronicle.queue.impl.table.UnlockMode.class - [JAR]

net.openhft.chronicle.queue.internal.reader.queueentryreaders

├─ net.openhft.chronicle.queue.internal.reader.queueentryreaders.AbstractTailerPollingQueueEntryReader.class - [JAR]

├─ net.openhft.chronicle.queue.internal.reader.queueentryreaders.CustomPluginQueueEntryReader.class - [JAR]

├─ net.openhft.chronicle.queue.internal.reader.queueentryreaders.MethodReaderQueueEntryReader.class - [JAR]

├─ net.openhft.chronicle.queue.internal.reader.queueentryreaders.VanillaQueueEntryReader.class - [JAR]

net.openhft.chronicle.queue.internal

├─ net.openhft.chronicle.queue.internal.AnalyticsHolder.class - [JAR]

├─ net.openhft.chronicle.queue.internal.package-info.class - [JAR]

net.openhft.chronicle.queue.rollcycles

├─ net.openhft.chronicle.queue.rollcycles.LargeRollCycles.class - [JAR]

├─ net.openhft.chronicle.queue.rollcycles.LegacyRollCycles.class - [JAR]

├─ net.openhft.chronicle.queue.rollcycles.RollCycleArithmetic.class - [JAR]

├─ net.openhft.chronicle.queue.rollcycles.SparseRollCycles.class - [JAR]

├─ net.openhft.chronicle.queue.rollcycles.TestRollCycles.class - [JAR]

net.openhft.chronicle.queue.reader

├─ net.openhft.chronicle.queue.reader.ChronicleHistoryReader.class - [JAR]

├─ net.openhft.chronicle.queue.reader.ChronicleReader.class - [JAR]

├─ net.openhft.chronicle.queue.reader.ChronicleReaderPlugin.class - [JAR]

├─ net.openhft.chronicle.queue.reader.ContentBasedLimiter.class - [JAR]

├─ net.openhft.chronicle.queue.reader.HistoryReader.class - [JAR]

├─ net.openhft.chronicle.queue.reader.MessageConsumer.class - [JAR]

├─ net.openhft.chronicle.queue.reader.QueueEntryHandler.class - [JAR]

├─ net.openhft.chronicle.queue.reader.QueueEntryReader.class - [JAR]

├─ net.openhft.chronicle.queue.reader.Reader.class - [JAR]

net.openhft.chronicle.queue.impl.single

├─ net.openhft.chronicle.queue.impl.single.BinarySearch.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.DirectoryListing.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.FileSystemDirectoryListing.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.IndexNotAvailableException.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.InternalAppender.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.MetaDataField.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.MetaDataKeys.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.MicroToucher.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.MissingStoreFileException.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.NoOpCondition.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.NoopQueueLock.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.NotComparableException.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.NotReachedException.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.PrecreatedFiles.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.Pretoucher.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.QueueLock.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.ReferenceCountedCache.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.RollCycleEncodeSequence.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.SCQIndexing.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.SCQMeta.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.SCQRoll.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.SCQTools.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.ScanResult.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.SingleChronicleQueue.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.StoreAppender.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.StoreTailer.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.TSQueueLock.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.TableDirectoryListing.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.TableDirectoryListingReadOnly.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.TableStoreWriteLock.class - [JAR]

├─ net.openhft.chronicle.queue.impl.single.WriteLock.class - [JAR]

net.openhft.chronicle.queue.internal.main

├─ net.openhft.chronicle.queue.internal.main.InternalBenchmarkMain.class - [JAR]

├─ net.openhft.chronicle.queue.internal.main.InternalDumpMain.class - [JAR]

├─ net.openhft.chronicle.queue.internal.main.InternalPingPongMain.class - [JAR]

├─ net.openhft.chronicle.queue.internal.main.InternalRemovableRollFileCandidatesMain.class - [JAR]

├─ net.openhft.chronicle.queue.internal.main.InternalUnlockMain.class - [JAR]

net.openhft.chronicle.queue.internal.writer

├─ net.openhft.chronicle.queue.internal.writer.ChronicleWriter.class - [JAR]

├─ net.openhft.chronicle.queue.internal.writer.ChronicleWriterMain.class - [JAR]

net.openhft.chronicle.queue

├─ net.openhft.chronicle.queue.AppenderListener.class - [JAR]

├─ net.openhft.chronicle.queue.BufferMode.class - [JAR]

├─ net.openhft.chronicle.queue.ChronicleHistoryReaderMain.class - [JAR]

├─ net.openhft.chronicle.queue.ChronicleQueue.class - [JAR]

├─ net.openhft.chronicle.queue.ChronicleReaderMain.class - [JAR]

├─ net.openhft.chronicle.queue.ChronicleWriterMain.class - [JAR]

├─ net.openhft.chronicle.queue.CycleCalculator.class - [JAR]

├─ net.openhft.chronicle.queue.DefaultCycleCalculator.class - [JAR]

├─ net.openhft.chronicle.queue.ExcerptAppender.class - [JAR]

├─ net.openhft.chronicle.queue.ExcerptCommon.class - [JAR]

├─ net.openhft.chronicle.queue.ExcerptTailer.class - [JAR]

├─ net.openhft.chronicle.queue.NoMessageHistory.class - [JAR]

├─ net.openhft.chronicle.queue.QueueSystemProperties.class - [JAR]

├─ net.openhft.chronicle.queue.RollCycle.class - [JAR]

├─ net.openhft.chronicle.queue.RollCycles.class - [JAR]

├─ net.openhft.chronicle.queue.TailerDirection.class - [JAR]

├─ net.openhft.chronicle.queue.TailerState.class - [JAR]

├─ net.openhft.chronicle.queue.package-info.class - [JAR]

net.openhft.chronicle.queue.internal.domestic.backed.map

├─ net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps.class - [JAR]

├─ net.openhft.chronicle.queue.internal.domestic.backed.map.QueueEvents.class - [JAR]

net.openhft.chronicle.queue.channel.impl

├─ net.openhft.chronicle.queue.channel.impl.PublishQueueChannel.class - [JAR]

├─ net.openhft.chronicle.queue.channel.impl.QueuesChannel.class - [JAR]

├─ net.openhft.chronicle.queue.channel.impl.SubscribeQueueChannel.class - [JAR]

net.openhft.chronicle.queue.internal.reader

├─ net.openhft.chronicle.queue.internal.reader.InternalDummyMethodReaderQueueEntryHandler.class - [JAR]

├─ net.openhft.chronicle.queue.internal.reader.InternalMessageToTextQueueEntryHandler.class - [JAR]

├─ net.openhft.chronicle.queue.internal.reader.MessageCountingMessageConsumer.class - [JAR]

├─ net.openhft.chronicle.queue.internal.reader.PatternFilterMessageConsumer.class - [JAR]

net.openhft.chronicle.queue.impl

├─ net.openhft.chronicle.queue.impl.CommonStore.class - [JAR]

├─ net.openhft.chronicle.queue.impl.ExcerptContext.class - [JAR]

├─ net.openhft.chronicle.queue.impl.RollingChronicleQueue.class - [JAR]

├─ net.openhft.chronicle.queue.impl.RollingResourcesCache.class - [JAR]

├─ net.openhft.chronicle.queue.impl.StoreFileListener.class - [JAR]

├─ net.openhft.chronicle.queue.impl.StoreFileListeners.class - [JAR]

├─ net.openhft.chronicle.queue.impl.TableStore.class - [JAR]

├─ net.openhft.chronicle.queue.impl.WireStore.class - [JAR]

├─ net.openhft.chronicle.queue.impl.WireStoreFactory.class - [JAR]

├─ net.openhft.chronicle.queue.impl.WireStorePool.class - [JAR]

├─ net.openhft.chronicle.queue.impl.WireStoreSupplier.class - [JAR]

├─ net.openhft.chronicle.queue.impl.package-info.class - [JAR]

net.openhft.chronicle.queue.main

├─ net.openhft.chronicle.queue.main.BenchmarkMain.class - [JAR]

├─ net.openhft.chronicle.queue.main.DumpMain.class - [JAR]

├─ net.openhft.chronicle.queue.main.HistoryMain.class - [JAR]

├─ net.openhft.chronicle.queue.main.PingPongMain.class - [JAR]

├─ net.openhft.chronicle.queue.main.ReaderMain.class - [JAR]

├─ net.openhft.chronicle.queue.main.RemovableRollFileCandidatesMain.class - [JAR]

├─ net.openhft.chronicle.queue.main.UnlockMain.class - [JAR]

├─ net.openhft.chronicle.queue.main.package-info.class - [JAR]

Advertisement

Dependencies from Group

Jan 12, 2023
60 usages
1.7k stars
Aug 10, 2023
42 usages
2.9k stars
Jul 14, 2022
41 usages
614 stars
Jul 27, 2022
37 usages
727 stars
Apr 26, 2023
34 usages
2.5k stars

Discover Dependencies

May 10, 2023
35 usages
1.1k stars
Jul 24, 2018
31 usages
5.1k stars
Aug 10, 2023
42 usages
328 stars
Sep 08, 2016
30 usages
1.9k stars
Oct 27, 2016
30 usages
4.6k stars
Apr 19, 2020
35 usages
1k stars