reactor-core-2.0.1.RELEASE.jar中文-英文对照文档.zip

io.projectreactorreactor-core2.0.1.RELEASEAPI文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: reactor-core-2.0.1.RELEASE.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 972.39 KB

选择下载方式

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

文件简介

reactor-core-2.0.1.RELEASE.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Core Reactor components
  • 描述: 核心 Reactor 组件
  • 版本: 2.0.1.RELEASE

Maven依赖

<dependency>
	<groupId>io.projectreactor</groupId>
	<artifactId>reactor-core</artifactId>
	<version>2.0.1.RELEASE</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'io.projectreactor', name: 'reactor-core', version: '2.0.1.RELEASE'
Gradle (Short):
	implementation 'io.projectreactor:reactor-core:2.0.1.RELEASE'
Gradle (Kotlin):
	implementation("io.projectreactor:reactor-core:2.0.1.RELEASE")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

reactor
reactor.core
reactor.core.alloc
reactor.core.alloc.factory
reactor.core.alloc.spec
reactor.core.config
reactor.core.convert
reactor.core.dispatch
reactor.core.dispatch.wait
reactor.core.internal
reactor.core.processor
reactor.core.processor.util
reactor.core.queue
reactor.core.queue.internal
reactor.core.reactivestreams
reactor.core.support
reactor.fn
reactor.fn.batch
reactor.fn.support
reactor.fn.timer
reactor.fn.tuple
reactor.io.buffer
reactor.io.codec
reactor.io.codec.compress
reactor.io.codec.json
reactor.io.codec.kryo
reactor.io.codec.protobuf
reactor.io.queue
reactor.io.queue.spec

本组件包含的 Java class(类)

reactor.Environment
reactor.core.Dispatcher
reactor.core.DispatcherSupplier
reactor.core.alloc.AbstractReference
reactor.core.alloc.Allocator
reactor.core.alloc.Recyclable
reactor.core.alloc.RecyclableNumber
reactor.core.alloc.RecyclableString
reactor.core.alloc.Reference
reactor.core.alloc.ReferenceCountingAllocator
reactor.core.alloc.RingBufferAllocator
reactor.core.alloc.factory.BatchFactorySupplier
reactor.core.alloc.factory.Factories
reactor.core.alloc.factory.NoArgConstructorFactory
reactor.core.alloc.spec.RingBufferAllocatorSpec
reactor.core.config.ConfigurationReader
reactor.core.config.DispatcherConfiguration
reactor.core.config.DispatcherType
reactor.core.config.PropertiesConfigurationReader
reactor.core.config.ReactorConfiguration
reactor.core.convert.ConversionFailedException
reactor.core.convert.Converter
reactor.core.convert.DelegatingConverter
reactor.core.convert.StandardConverters
reactor.core.convert.StandardConverters.ConstructorParameterConverter
reactor.core.convert.StandardConverters.StringToNumberConverter
reactor.core.convert.StandardConverters.ToStringConverter
reactor.core.dispatch.AbstractLifecycleDispatcher
reactor.core.dispatch.InsufficientCapacityException
reactor.core.dispatch.MpscDispatcher
reactor.core.dispatch.MultiThreadDispatcher
reactor.core.dispatch.RingBufferDispatcher
reactor.core.dispatch.SingleThreadDispatcher
reactor.core.dispatch.SynchronousDispatcher
reactor.core.dispatch.TailRecurseDispatcher
reactor.core.dispatch.ThreadPoolExecutorDispatcher
reactor.core.dispatch.TraceableDelegatingDispatcher
reactor.core.dispatch.WorkQueueDispatcher
reactor.core.dispatch.wait.AgileWaitingStrategy
reactor.core.dispatch.wait.ParkWaitStrategy
reactor.core.dispatch.wait.WaitingMood
reactor.core.internal.PlatformDependent
reactor.core.processor.CancelException
reactor.core.processor.MutableSignal
reactor.core.processor.MutableSignal.Type
reactor.core.processor.ReactorProcessor
reactor.core.processor.RingBufferProcessor
reactor.core.processor.RingBufferWorkProcessor
reactor.core.processor.util.RingBufferSubscriberUtils
reactor.core.processor.util.SingleUseExecutor
reactor.core.queue.CompletableBlockingQueue
reactor.core.queue.CompletableLinkedQueue
reactor.core.queue.CompletableQueue
reactor.core.queue.internal.MpscLinkedQueue
reactor.core.queue.internal.MpscLinkedQueueNode
reactor.core.reactivestreams.SerializedSubscriber
reactor.core.support.Assert
reactor.core.support.CollectionUtils
reactor.core.support.Exceptions
reactor.core.support.Exceptions.ValueCause
reactor.core.support.Identifiable
reactor.core.support.IoUtils
reactor.core.support.LinkedCaseInsensitiveMap
reactor.core.support.LinkedMultiValueMap
reactor.core.support.MultiValueMap
reactor.core.support.NamedDaemonThreadFactory
reactor.core.support.NonBlocking
reactor.core.support.ObjectUtils
reactor.core.support.SpecificationExceptions
reactor.core.support.StringUtils
reactor.core.support.TypeReference
reactor.core.support.TypeUtils
reactor.core.support.UUIDUtils
reactor.fn.BiConsumer
reactor.fn.BiFunction
reactor.fn.Consumer
reactor.fn.Fn
reactor.fn.Function
reactor.fn.Functions
reactor.fn.Pausable
reactor.fn.Predicate
reactor.fn.Predicates
reactor.fn.Resource
reactor.fn.Supplier
reactor.fn.Suppliers
reactor.fn.batch.BatchConsumer
reactor.fn.support.DelegatingConsumer
reactor.fn.support.Resequencer
reactor.fn.support.SingleUseConsumer
reactor.fn.support.Tap
reactor.fn.support.UriUtils
reactor.fn.timer.HashWheelTimer
reactor.fn.timer.HashWheelTimer.BusySpinWait
reactor.fn.timer.HashWheelTimer.SleepWait
reactor.fn.timer.HashWheelTimer.TimerPausable
reactor.fn.timer.HashWheelTimer.WaitStrategy
reactor.fn.timer.HashWheelTimer.YieldingWait
reactor.fn.timer.TimeUtils
reactor.fn.timer.Timer
reactor.fn.tuple.Tuple
reactor.fn.tuple.Tuple1
reactor.fn.tuple.Tuple2
reactor.fn.tuple.Tuple3
reactor.fn.tuple.Tuple4
reactor.fn.tuple.Tuple5
reactor.fn.tuple.Tuple6
reactor.fn.tuple.Tuple7
reactor.fn.tuple.Tuple8
reactor.fn.tuple.TupleN
reactor.io.buffer.Buffer
reactor.io.buffer.BufferAllocator
reactor.io.codec.ByteArrayCodec
reactor.io.codec.Codec
reactor.io.codec.DelimitedCodec
reactor.io.codec.Frame
reactor.io.codec.FrameCodec
reactor.io.codec.FrameCodec.LengthField
reactor.io.codec.JavaSerializationCodec
reactor.io.codec.LengthFieldCodec
reactor.io.codec.PassThroughCodec
reactor.io.codec.SerializationCodec
reactor.io.codec.StandardCodecs
reactor.io.codec.StringCodec
reactor.io.codec.compress.CompressionCodec
reactor.io.codec.compress.GzipCodec
reactor.io.codec.compress.SnappyCodec
reactor.io.codec.json.JacksonJsonCodec
reactor.io.codec.json.JsonCodec
reactor.io.codec.kryo.KryoCodec
reactor.io.codec.protobuf.ProtobufCodec
reactor.io.queue.ChronicleQueuePersistor
reactor.io.queue.InMemoryQueuePersistor
reactor.io.queue.PersistentQueue
reactor.io.queue.QueuePersistor
reactor.io.queue.spec.PersistentQueueSpec