|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of InstanceSpec in org.apache.curator.test |
|---|
| Methods in org.apache.curator.test that return InstanceSpec | |
|---|---|
InstanceSpec |
TestingCluster.findConnectionInstance(org.apache.zookeeper.ZooKeeper client)
Given a ZooKeeper instance, returns which server it is connected to |
InstanceSpec |
TestingZooKeeperServer.getInstanceSpec()
|
InstanceSpec |
QuorumConfigBuilder.getInstanceSpec(int index)
|
static InstanceSpec |
InstanceSpec.newInstanceSpec()
|
| Methods in org.apache.curator.test that return types with arguments of type InstanceSpec | |
|---|---|
Collection<InstanceSpec> |
TestingCluster.getInstances()
Returns the set of servers in the ensemble |
Collection<InstanceSpec> |
TestingZooKeeperServer.getInstanceSpecs()
|
List<InstanceSpec> |
QuorumConfigBuilder.getInstanceSpecs()
|
| Methods in org.apache.curator.test with parameters of type InstanceSpec | |
|---|---|
boolean |
TestingCluster.killServer(InstanceSpec instance)
Kills the given server. |
boolean |
TestingCluster.restartServer(InstanceSpec instance)
Restart the given server of the cluster |
| Constructors in org.apache.curator.test with parameters of type InstanceSpec | |
|---|---|
QuorumConfigBuilder(InstanceSpec... specs)
|
|
TestingCluster(InstanceSpec... specs)
Creates an ensemble using the given server specs |
|
TestingServer(InstanceSpec spec,
boolean start)
Create the server using the given port |
|
| Constructor parameters in org.apache.curator.test with type arguments of type InstanceSpec | |
|---|---|
QuorumConfigBuilder(Collection<InstanceSpec> specs)
|
|
TestingCluster(Collection<InstanceSpec> specs)
Creates an ensemble using the given server specs |
|
TestingCluster(Map<InstanceSpec,Collection<InstanceSpec>> specs)
Creates an ensemble using the given server specs |
|
TestingCluster(Map<InstanceSpec,Collection<InstanceSpec>> specs)
Creates an ensemble using the given server specs |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||