chronicle-queue-5.23.37.jar中文-英文对照文档.zip

net.openhftchronicle-queue5.23.37API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: chronicle-queue-5.23.37.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.09 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

chronicle-queue-5.23.37.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:chronicle-queue-5.23.37.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:chronicle-queue-5.23.37.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:chronicle-queue-5.23.37.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:chronicle-queue-5.23.37-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 chronicle-queue-5.23.37.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: OpenHFT/Chronicle-Queue
  • 描述: 用于持久化低延迟消息传递的Java库(Java 8+)
  • 版本: 5.23.37

Maven依赖

<dependency>
	<groupId>net.openhft</groupId>
	<artifactId>chronicle-queue</artifactId>
	<version>5.23.37</version>
</dependency>

Gradle依赖

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")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

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.util

本组件包含的 Java class(类)

net.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