文件名称: curator-recipes-4.3.0.jar中文-英文对照文档.zip
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>4.3.0</version>
</dependency>Gradle:
implementation group: 'org.apache.curator', name: 'curator-recipes', version: '4.3.0'
Gradle (Short):
implementation 'org.apache.curator:curator-recipes:4.3.0'
Gradle (Kotlin):
implementation("org.apache.curator:curator-recipes:4.3.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.apache.curator.framework.recipes
org.apache.curator.framework.recipes.atomic
org.apache.curator.framework.recipes.barriers
org.apache.curator.framework.recipes.cache
org.apache.curator.framework.recipes.leader
org.apache.curator.framework.recipes.locks
org.apache.curator.framework.recipes.nodes
org.apache.curator.framework.recipes.queue
org.apache.curator.framework.recipes.sharedorg.apache.curator.framework.recipes.AfterConnectionEstablished
org.apache.curator.framework.recipes.atomic.AtomicStats
org.apache.curator.framework.recipes.atomic.AtomicValue
org.apache.curator.framework.recipes.atomic.CachedAtomicInteger
org.apache.curator.framework.recipes.atomic.CachedAtomicLong
org.apache.curator.framework.recipes.atomic.DistributedAtomicInteger
org.apache.curator.framework.recipes.atomic.DistributedAtomicLong
org.apache.curator.framework.recipes.atomic.DistributedAtomicNumber
org.apache.curator.framework.recipes.atomic.DistributedAtomicValue
org.apache.curator.framework.recipes.atomic.PromotedToLock
org.apache.curator.framework.recipes.atomic.PromotedToLock.Builder
org.apache.curator.framework.recipes.barriers.DistributedBarrier
org.apache.curator.framework.recipes.barriers.DistributedDoubleBarrier
org.apache.curator.framework.recipes.cache.ChildData
org.apache.curator.framework.recipes.cache.DefaultTreeCacheSelector
org.apache.curator.framework.recipes.cache.NodeCache
org.apache.curator.framework.recipes.cache.NodeCacheListener
org.apache.curator.framework.recipes.cache.PathChildrenCache
org.apache.curator.framework.recipes.cache.PathChildrenCache.StartMode
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent.Type
org.apache.curator.framework.recipes.cache.PathChildrenCacheListener
org.apache.curator.framework.recipes.cache.PathChildrenCacheMode
org.apache.curator.framework.recipes.cache.TreeCache
org.apache.curator.framework.recipes.cache.TreeCache.Builder
org.apache.curator.framework.recipes.cache.TreeCacheEvent
org.apache.curator.framework.recipes.cache.TreeCacheEvent.Type
org.apache.curator.framework.recipes.cache.TreeCacheListener
org.apache.curator.framework.recipes.cache.TreeCacheSelector
org.apache.curator.framework.recipes.leader.CancelLeadershipException
org.apache.curator.framework.recipes.leader.LeaderLatch
org.apache.curator.framework.recipes.leader.LeaderLatch.CloseMode
org.apache.curator.framework.recipes.leader.LeaderLatch.State
org.apache.curator.framework.recipes.leader.LeaderLatchListener
org.apache.curator.framework.recipes.leader.LeaderSelector
org.apache.curator.framework.recipes.leader.LeaderSelectorListener
org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter
org.apache.curator.framework.recipes.leader.Participant
org.apache.curator.framework.recipes.locks.ChildReaper
org.apache.curator.framework.recipes.locks.InterProcessLock
org.apache.curator.framework.recipes.locks.InterProcessMultiLock
org.apache.curator.framework.recipes.locks.InterProcessMutex
org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock
org.apache.curator.framework.recipes.locks.InterProcessSemaphore
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreMutex
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2
org.apache.curator.framework.recipes.locks.Lease
org.apache.curator.framework.recipes.locks.LockInternals
org.apache.curator.framework.recipes.locks.LockInternalsDriver
org.apache.curator.framework.recipes.locks.LockInternalsSorter
org.apache.curator.framework.recipes.locks.Locker
org.apache.curator.framework.recipes.locks.PredicateResults
org.apache.curator.framework.recipes.locks.Reaper
org.apache.curator.framework.recipes.locks.Reaper.Mode
org.apache.curator.framework.recipes.locks.Revocable
org.apache.curator.framework.recipes.locks.RevocationListener
org.apache.curator.framework.recipes.locks.Revoker
org.apache.curator.framework.recipes.locks.StandardLockInternalsDriver
org.apache.curator.framework.recipes.nodes.GroupMember
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.Mode
org.apache.curator.framework.recipes.nodes.PersistentNode
org.apache.curator.framework.recipes.nodes.PersistentNodeListener
org.apache.curator.framework.recipes.nodes.PersistentTtlNode
org.apache.curator.framework.recipes.queue.BlockingQueueConsumer
org.apache.curator.framework.recipes.queue.DistributedDelayQueue
org.apache.curator.framework.recipes.queue.DistributedIdQueue
org.apache.curator.framework.recipes.queue.DistributedPriorityQueue
org.apache.curator.framework.recipes.queue.DistributedQueue
org.apache.curator.framework.recipes.queue.DistributedQueue.ProcessType
org.apache.curator.framework.recipes.queue.ErrorMode
org.apache.curator.framework.recipes.queue.MultiItem
org.apache.curator.framework.recipes.queue.QueueAllocator
org.apache.curator.framework.recipes.queue.QueueBase
org.apache.curator.framework.recipes.queue.QueueBuilder
org.apache.curator.framework.recipes.queue.QueueConsumer
org.apache.curator.framework.recipes.queue.QueuePutListener
org.apache.curator.framework.recipes.queue.QueueSafety
org.apache.curator.framework.recipes.queue.QueueSerializer
org.apache.curator.framework.recipes.queue.QueueSharder
org.apache.curator.framework.recipes.queue.QueueSharderPolicies
org.apache.curator.framework.recipes.queue.QueueSharderPolicies.Builder
org.apache.curator.framework.recipes.queue.SimpleDistributedQueue
org.apache.curator.framework.recipes.shared.SharedCount
org.apache.curator.framework.recipes.shared.SharedCountListener
org.apache.curator.framework.recipes.shared.SharedCountReader
org.apache.curator.framework.recipes.shared.SharedValue
org.apache.curator.framework.recipes.shared.SharedValueListener
org.apache.curator.framework.recipes.shared.SharedValueReader
org.apache.curator.framework.recipes.shared.VersionedValue