组织ID: |
org.apache.curator |
项目ID: |
curator-recipes |
版本: |
2.7.1 |
最后修改时间: |
2018-07-23 21:48:51 |
包类型: |
jar |
标题: |
Curator Recipes |
描述: |
All of the recipes listed on the ZooKeeper recipes doc (except two phase commit). |
大小: |
264.01KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>2.7.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.curator:curator-recipes:2.7.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.curator</groupId>
<artifactId>apache-curator</artifactId>
<version>2.7.1</version>
</parent>
<artifactId>curator-recipes</artifactId>
<version>2.7.1</version>
<packaging>bundle</packaging>
<name>Curator Recipes</name>
<description>All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).</description>
<inceptionYear>2011</inceptionYear>
<properties>
<osgi.import.package>
*
</osgi.import.package>
<osgi.export.package>
org.apache.curator.framework.recipes*;version="${project.version}";-noimport:=true
</osgi.export.package>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.curator/curator-recipes/pom.properties
META-INF/maven/org.apache.curator/curator-recipes/pom.xml
org.apache.curator.framework.recipes.AfterConnectionEstablished$1.class
org.apache.curator.framework.recipes.AfterConnectionEstablished.class
org.apache.curator.framework.recipes.atomic.AtomicStats.class
org.apache.curator.framework.recipes.atomic.AtomicValue.class
org.apache.curator.framework.recipes.atomic.CachedAtomicInteger.class
org.apache.curator.framework.recipes.atomic.CachedAtomicLong.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicInteger$1.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicInteger$AtomicInteger.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicInteger.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicLong$1.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicLong$AtomicLong.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicLong.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicNumber.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicValue$1.class
org.apache.curator.framework.recipes.atomic.DistributedAtomicValue.class
org.apache.curator.framework.recipes.atomic.MakeValue.class
org.apache.curator.framework.recipes.atomic.MutableAtomicValue.class
org.apache.curator.framework.recipes.atomic.PromotedToLock$1.class
org.apache.curator.framework.recipes.atomic.PromotedToLock$Builder.class
org.apache.curator.framework.recipes.atomic.PromotedToLock.class
org.apache.curator.framework.recipes.barriers.DistributedBarrier$1.class
org.apache.curator.framework.recipes.barriers.DistributedBarrier.class
org.apache.curator.framework.recipes.barriers.DistributedDoubleBarrier$1.class
org.apache.curator.framework.recipes.barriers.DistributedDoubleBarrier$2.class
org.apache.curator.framework.recipes.barriers.DistributedDoubleBarrier.class
org.apache.curator.framework.recipes.cache.ChildData.class
org.apache.curator.framework.recipes.cache.EventOperation.class
org.apache.curator.framework.recipes.cache.GetDataOperation.class
org.apache.curator.framework.recipes.cache.NodeCache$1.class
org.apache.curator.framework.recipes.cache.NodeCache$2.class
org.apache.curator.framework.recipes.cache.NodeCache$3.class
org.apache.curator.framework.recipes.cache.NodeCache$4.class
org.apache.curator.framework.recipes.cache.NodeCache$5.class
org.apache.curator.framework.recipes.cache.NodeCache$State.class
org.apache.curator.framework.recipes.cache.NodeCache.class
org.apache.curator.framework.recipes.cache.NodeCacheListener.class
org.apache.curator.framework.recipes.cache.Operation.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$1.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$10.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$2.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$3.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$4.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$5.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$6.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$7.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$8.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$9.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$RefreshMode.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$StartMode.class
org.apache.curator.framework.recipes.cache.PathChildrenCache$State.class
org.apache.curator.framework.recipes.cache.PathChildrenCache.class
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent$Type.class
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent.class
org.apache.curator.framework.recipes.cache.PathChildrenCacheListener.class
org.apache.curator.framework.recipes.cache.PathChildrenCacheMode.class
org.apache.curator.framework.recipes.cache.RefreshOperation.class
org.apache.curator.framework.recipes.cache.TreeCache$1.class
org.apache.curator.framework.recipes.cache.TreeCache$2.class
org.apache.curator.framework.recipes.cache.TreeCache$3.class
org.apache.curator.framework.recipes.cache.TreeCache$4.class
org.apache.curator.framework.recipes.cache.TreeCache$5.class
org.apache.curator.framework.recipes.cache.TreeCache$Builder.class
org.apache.curator.framework.recipes.cache.TreeCache$NodeState.class
org.apache.curator.framework.recipes.cache.TreeCache$TreeNode.class
org.apache.curator.framework.recipes.cache.TreeCache$TreeState.class
org.apache.curator.framework.recipes.cache.TreeCache.class
org.apache.curator.framework.recipes.cache.TreeCacheEvent$Type.class
org.apache.curator.framework.recipes.cache.TreeCacheEvent.class
org.apache.curator.framework.recipes.cache.TreeCacheListener.class
org.apache.curator.framework.recipes.leader.CancelLeadershipException.class
org.apache.curator.framework.recipes.leader.LeaderLatch$1.class
org.apache.curator.framework.recipes.leader.LeaderLatch$10.class
org.apache.curator.framework.recipes.leader.LeaderLatch$2.class
org.apache.curator.framework.recipes.leader.LeaderLatch$3.class
org.apache.curator.framework.recipes.leader.LeaderLatch$4.class
org.apache.curator.framework.recipes.leader.LeaderLatch$5.class
org.apache.curator.framework.recipes.leader.LeaderLatch$6.class
org.apache.curator.framework.recipes.leader.LeaderLatch$7.class
org.apache.curator.framework.recipes.leader.LeaderLatch$8.class
org.apache.curator.framework.recipes.leader.LeaderLatch$9.class
org.apache.curator.framework.recipes.leader.LeaderLatch$CloseMode.class
org.apache.curator.framework.recipes.leader.LeaderLatch$State.class
org.apache.curator.framework.recipes.leader.LeaderLatch.class
org.apache.curator.framework.recipes.leader.LeaderLatchListener.class
org.apache.curator.framework.recipes.leader.LeaderSelector$1.class
org.apache.curator.framework.recipes.leader.LeaderSelector$2.class
org.apache.curator.framework.recipes.leader.LeaderSelector$3.class
org.apache.curator.framework.recipes.leader.LeaderSelector$State.class
org.apache.curator.framework.recipes.leader.LeaderSelector$WrappedListener.class
org.apache.curator.framework.recipes.leader.LeaderSelector.class
org.apache.curator.framework.recipes.leader.LeaderSelectorListener.class
org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter.class
org.apache.curator.framework.recipes.leader.Participant.class
org.apache.curator.framework.recipes.locks.ChildReaper$1.class
org.apache.curator.framework.recipes.locks.ChildReaper$State.class
org.apache.curator.framework.recipes.locks.ChildReaper.class
org.apache.curator.framework.recipes.locks.InterProcessLock.class
org.apache.curator.framework.recipes.locks.InterProcessMultiLock.class
org.apache.curator.framework.recipes.locks.InterProcessMutex$1.class
org.apache.curator.framework.recipes.locks.InterProcessMutex$LockData.class
org.apache.curator.framework.recipes.locks.InterProcessMutex.class
org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock$1.class
org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock$2.class
org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock$InternalInterProcessMutex$1.class
org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock$InternalInterProcessMutex.class
org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock$SortingLockInternalsDriver.class
org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphore$1.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphore$2.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphore.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreMutex.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2$1.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2$2.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2$3.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2$4.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2$InternalAcquireResult.class
org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2.class
org.apache.curator.framework.recipes.locks.Lease.class
org.apache.curator.framework.recipes.locks.LockInternals$1.class
org.apache.curator.framework.recipes.locks.LockInternals$2.class
org.apache.curator.framework.recipes.locks.LockInternals$3.class
org.apache.curator.framework.recipes.locks.LockInternals$4.class
org.apache.curator.framework.recipes.locks.LockInternals$5.class
org.apache.curator.framework.recipes.locks.LockInternals.class
org.apache.curator.framework.recipes.locks.LockInternalsDriver.class
org.apache.curator.framework.recipes.locks.LockInternalsSorter.class
org.apache.curator.framework.recipes.locks.PredicateResults.class
org.apache.curator.framework.recipes.locks.Reaper$1.class
org.apache.curator.framework.recipes.locks.Reaper$Mode.class
org.apache.curator.framework.recipes.locks.Reaper$PathHolder.class
org.apache.curator.framework.recipes.locks.Reaper$State.class
org.apache.curator.framework.recipes.locks.Reaper.class
org.apache.curator.framework.recipes.locks.Revocable.class
org.apache.curator.framework.recipes.locks.RevocationListener.class
org.apache.curator.framework.recipes.locks.RevocationSpec.class
org.apache.curator.framework.recipes.locks.Revoker.class
org.apache.curator.framework.recipes.locks.StandardLockInternalsDriver.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$1.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$2.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$3.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$4.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$Mode$1.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$Mode$2.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$Mode$3.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$Mode$4.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$Mode.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode$State.class
org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.class
org.apache.curator.framework.recipes.queue.BlockingQueueConsumer.class
org.apache.curator.framework.recipes.queue.ChildrenCache$1.class
org.apache.curator.framework.recipes.queue.ChildrenCache$2.class
org.apache.curator.framework.recipes.queue.ChildrenCache$Data.class
org.apache.curator.framework.recipes.queue.ChildrenCache.class
org.apache.curator.framework.recipes.queue.DistributedDelayQueue$1$1.class
org.apache.curator.framework.recipes.queue.DistributedDelayQueue$1.class
org.apache.curator.framework.recipes.queue.DistributedDelayQueue.class
org.apache.curator.framework.recipes.queue.DistributedIdQueue$1.class
org.apache.curator.framework.recipes.queue.DistributedIdQueue$2.class
org.apache.curator.framework.recipes.queue.DistributedIdQueue$Parts.class
org.apache.curator.framework.recipes.queue.DistributedIdQueue.class
org.apache.curator.framework.recipes.queue.DistributedPriorityQueue.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|