文件名称: chronicle-queue-5.23.37.jar中文-英文对照文档.zip
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-queue</artifactId>
<version>5.23.37</version>
</dependency>Gradle:
implementation group: 'net.openhft', name: 'chronicle-queue', version: '5.23.37'
Gradle (Short):
implementation 'net.openhft:chronicle-queue:5.23.37'
Gradle (Kotlin):
implementation("net.openhft:chronicle-queue:5.23.37")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
net.openhft.chronicle.queue
net.openhft.chronicle.queue.channel
net.openhft.chronicle.queue.channel.impl
net.openhft.chronicle.queue.impl
net.openhft.chronicle.queue.impl.single
net.openhft.chronicle.queue.impl.table
net.openhft.chronicle.queue.internal
net.openhft.chronicle.queue.internal.domestic
net.openhft.chronicle.queue.internal.domestic.backed.map
net.openhft.chronicle.queue.internal.main
net.openhft.chronicle.queue.internal.reader
net.openhft.chronicle.queue.internal.reader.queueentryreaders
net.openhft.chronicle.queue.internal.util
net.openhft.chronicle.queue.internal.writer
net.openhft.chronicle.queue.main
net.openhft.chronicle.queue.reader
net.openhft.chronicle.queue.reader.comparator
net.openhft.chronicle.queue.utilnet.openhft.chronicle.queue.AppenderListener
net.openhft.chronicle.queue.BufferMode
net.openhft.chronicle.queue.ChronicleHistoryReaderMain
net.openhft.chronicle.queue.ChronicleQueue
net.openhft.chronicle.queue.ChronicleReaderMain
net.openhft.chronicle.queue.ChronicleWriterMain
net.openhft.chronicle.queue.CycleCalculator
net.openhft.chronicle.queue.DefaultCycleCalculator
net.openhft.chronicle.queue.ExcerptAppender
net.openhft.chronicle.queue.ExcerptCommon
net.openhft.chronicle.queue.ExcerptTailer
net.openhft.chronicle.queue.NoMessageHistory
net.openhft.chronicle.queue.QueueSystemProperties
net.openhft.chronicle.queue.RollCycle
net.openhft.chronicle.queue.RollCycles
net.openhft.chronicle.queue.TailerDirection
net.openhft.chronicle.queue.TailerState
net.openhft.chronicle.queue.channel.PipeHandler
net.openhft.chronicle.queue.channel.PublishHandler
net.openhft.chronicle.queue.channel.SubscribeHandler
net.openhft.chronicle.queue.channel.impl.PublishQueueChannel
net.openhft.chronicle.queue.channel.impl.QueuesChannel
net.openhft.chronicle.queue.channel.impl.SubscribeQueueChannel
net.openhft.chronicle.queue.impl.CommonStore
net.openhft.chronicle.queue.impl.ExcerptContext
net.openhft.chronicle.queue.impl.RollingChronicleQueue
net.openhft.chronicle.queue.impl.RollingResourcesCache
net.openhft.chronicle.queue.impl.RollingResourcesCache.Resource
net.openhft.chronicle.queue.impl.StoreFileListener
net.openhft.chronicle.queue.impl.StoreFileListeners
net.openhft.chronicle.queue.impl.TableStore
net.openhft.chronicle.queue.impl.WireStore
net.openhft.chronicle.queue.impl.WireStoreFactory
net.openhft.chronicle.queue.impl.WireStorePool
net.openhft.chronicle.queue.impl.WireStoreSupplier
net.openhft.chronicle.queue.impl.single.BinarySearch
net.openhft.chronicle.queue.impl.single.DirectoryListing
net.openhft.chronicle.queue.impl.single.IndexNotAvailableException
net.openhft.chronicle.queue.impl.single.InternalAppender
net.openhft.chronicle.queue.impl.single.MetaDataField
net.openhft.chronicle.queue.impl.single.MetaDataKeys
net.openhft.chronicle.queue.impl.single.MicroToucher
net.openhft.chronicle.queue.impl.single.MissingStoreFileException
net.openhft.chronicle.queue.impl.single.NoOpCondition
net.openhft.chronicle.queue.impl.single.NoopQueueLock
net.openhft.chronicle.queue.impl.single.NotComparableException
net.openhft.chronicle.queue.impl.single.NotReachedException
net.openhft.chronicle.queue.impl.single.PrecreatedFiles
net.openhft.chronicle.queue.impl.single.Pretoucher
net.openhft.chronicle.queue.impl.single.QueueFileShrinkManager
net.openhft.chronicle.queue.impl.single.QueueLock
net.openhft.chronicle.queue.impl.single.QueueLockUnlockedCondition
net.openhft.chronicle.queue.impl.single.ReadOnlyWriteLock
net.openhft.chronicle.queue.impl.single.ReferenceCountedCache
net.openhft.chronicle.queue.impl.single.SCQMeta
net.openhft.chronicle.queue.impl.single.SCQTools
net.openhft.chronicle.queue.impl.single.ScanResult
net.openhft.chronicle.queue.impl.single.SingleChronicleQueue
net.openhft.chronicle.queue.impl.single.SingleChronicleQueueBuilder
net.openhft.chronicle.queue.impl.single.SingleChronicleQueueStore
net.openhft.chronicle.queue.impl.single.TSQueueLock
net.openhft.chronicle.queue.impl.single.TableStoreWriteLock
net.openhft.chronicle.queue.impl.single.WriteLock
net.openhft.chronicle.queue.impl.table.AbstractTSQueueLock
net.openhft.chronicle.queue.impl.table.Metadata
net.openhft.chronicle.queue.impl.table.Metadata.NoMeta
net.openhft.chronicle.queue.impl.table.ReadonlyTableStore
net.openhft.chronicle.queue.impl.table.SingleTableBuilder
net.openhft.chronicle.queue.impl.table.SingleTableStore
net.openhft.chronicle.queue.impl.table.TableStoreIterator
net.openhft.chronicle.queue.impl.table.UnlockMode
net.openhft.chronicle.queue.internal.AnalyticsHolder
net.openhft.chronicle.queue.internal.InternalPretouchHandler
net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec
net.openhft.chronicle.queue.internal.domestic.QueueOffsetSpec.Type
net.openhft.chronicle.queue.internal.domestic.backed.map.QueueBackedMaps
net.openhft.chronicle.queue.internal.domestic.backed.map.QueueEvents
net.openhft.chronicle.queue.internal.main.InternalBenchmarkMain
net.openhft.chronicle.queue.internal.main.InternalDumpMain
net.openhft.chronicle.queue.internal.main.InternalPingPongMain
net.openhft.chronicle.queue.internal.main.InternalRemovableRollFileCandidatesMain
net.openhft.chronicle.queue.internal.main.InternalUnlockMain
net.openhft.chronicle.queue.internal.reader.InternalDummyMethodReaderQueueEntryHandler
net.openhft.chronicle.queue.internal.reader.InternalMessageToTextQueueEntryHandler
net.openhft.chronicle.queue.internal.reader.MessageCountingMessageConsumer
net.openhft.chronicle.queue.internal.reader.PatternFilterMessageConsumer
net.openhft.chronicle.queue.internal.reader.queueentryreaders.AbstractTailerPollingQueueEntryReader
net.openhft.chronicle.queue.internal.reader.queueentryreaders.CustomPluginQueueEntryReader
net.openhft.chronicle.queue.internal.reader.queueentryreaders.MethodReaderQueueEntryReader
net.openhft.chronicle.queue.internal.reader.queueentryreaders.VanillaQueueEntryReader
net.openhft.chronicle.queue.internal.util.InternalFileUtil
net.openhft.chronicle.queue.internal.writer.ChronicleWriter
net.openhft.chronicle.queue.internal.writer.ChronicleWriterMain
net.openhft.chronicle.queue.main.BenchmarkMain
net.openhft.chronicle.queue.main.DumpMain
net.openhft.chronicle.queue.main.HistoryMain
net.openhft.chronicle.queue.main.PingPongMain
net.openhft.chronicle.queue.main.ReaderMain
net.openhft.chronicle.queue.main.RemovableRollFileCandidatesMain
net.openhft.chronicle.queue.main.UnlockMain
net.openhft.chronicle.queue.reader.ChronicleHistoryReader
net.openhft.chronicle.queue.reader.ChronicleReader
net.openhft.chronicle.queue.reader.ChronicleReaderPlugin
net.openhft.chronicle.queue.reader.ContentBasedLimiter
net.openhft.chronicle.queue.reader.HistoryReader
net.openhft.chronicle.queue.reader.MessageConsumer
net.openhft.chronicle.queue.reader.QueueEntryHandler
net.openhft.chronicle.queue.reader.QueueEntryReader
net.openhft.chronicle.queue.reader.Reader
net.openhft.chronicle.queue.reader.comparator.BinarySearchComparator
net.openhft.chronicle.queue.util.FileState
net.openhft.chronicle.queue.util.FileUtil
net.openhft.chronicle.queue.util.MicroTouched
net.openhft.chronicle.queue.util.PretouchUtil
net.openhft.chronicle.queue.util.QueueUtil
net.openhft.chronicle.queue.util.ToolsUtil