Package | Description |
---|---|
io.fabric8.api |
Modifier and Type | Class and Description |
---|---|
class |
CreateChildContainerOptions |
class |
CreateContainerBasicOptions<T extends CreateContainerBasicOptions> |
Modifier and Type | Method and Description |
---|---|
CreateEnsembleOptions |
CreateEnsembleOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
ZooKeeperClusterService.addToCluster(java.util.List<java.lang.String> containers,
CreateEnsembleOptions options)
Adds the containers to the cluster.
|
void |
ZooKeeperClusterBootstrap.create(CreateEnsembleOptions options)
Creates a new ZooKeeper cluster locally.
|
void |
ZooKeeperClusterService.createCluster(java.util.List<java.lang.String> containers,
CreateEnsembleOptions options)
Creates a Zookeeper cluster, with the specified containers as servers.
|
void |
ZooKeeperClusterService.removeFromCluster(java.util.List<java.lang.String> containers,
CreateEnsembleOptions options)
Removes the containers from the cluster.
|
Copyright © 2016 Red Hat. All Rights Reserved.