- teardown() - Method in class org.apache.curator.test.BaseClassForTests
-
- TestingCluster - Class in org.apache.curator.test
-
manages an internally running ensemble of ZooKeeper servers.
- TestingCluster(int) - Constructor for class org.apache.curator.test.TestingCluster
-
Creates an ensemble comprised of n servers.
- TestingCluster(InstanceSpec...) - Constructor for class org.apache.curator.test.TestingCluster
-
Creates an ensemble using the given server specs
- TestingCluster(Collection<InstanceSpec>) - Constructor for class org.apache.curator.test.TestingCluster
-
Creates an ensemble using the given server specs
- TestingCluster(Map<InstanceSpec, Collection<InstanceSpec>>) - Constructor for class org.apache.curator.test.TestingCluster
-
Creates an ensemble using the given server specs
- TestingServer - Class in org.apache.curator.test
-
manages an internally running ZooKeeper server.
- TestingServer() - Constructor for class org.apache.curator.test.TestingServer
-
Create the server using a random port
- TestingServer(boolean) - Constructor for class org.apache.curator.test.TestingServer
-
Create the server using a random port
- TestingServer(int) - Constructor for class org.apache.curator.test.TestingServer
-
Create and start the server using the given port
- TestingServer(int, boolean) - Constructor for class org.apache.curator.test.TestingServer
-
Create the server using the given port
- TestingServer(int, File) - Constructor for class org.apache.curator.test.TestingServer
-
Create and start the server using the given port
- TestingServer(int, File, boolean) - Constructor for class org.apache.curator.test.TestingServer
-
Create the server using the given port
- TestingServer(InstanceSpec, boolean) - Constructor for class org.apache.curator.test.TestingServer
-
Create the server using the given port
- TestingZooKeeperMain - Class in org.apache.curator.test
-
- TestingZooKeeperMain() - Constructor for class org.apache.curator.test.TestingZooKeeperMain
-
- TestingZooKeeperServer - Class in org.apache.curator.test
-
Thanks to Jeremie BORDIER (ahfeel) for this code
- TestingZooKeeperServer(QuorumConfigBuilder) - Constructor for class org.apache.curator.test.TestingZooKeeperServer
-
- TestingZooKeeperServer(QuorumConfigBuilder, int) - Constructor for class org.apache.curator.test.TestingZooKeeperServer
-
- Timing - Class in org.apache.curator.test
-
Utility to get various testing times
- Timing() - Constructor for class org.apache.curator.test.Timing
-
Use the default base time
- Timing(double) - Constructor for class org.apache.curator.test.Timing
-
Use a multiple of the default base time
- Timing(double, int) - Constructor for class org.apache.curator.test.Timing
-
Use a multiple of the default base time
- Timing(long, TimeUnit) - Constructor for class org.apache.curator.test.Timing
-
- Timing(long, TimeUnit, int) - Constructor for class org.apache.curator.test.Timing
-
- toString() - Method in class org.apache.curator.test.InstanceSpec
-