public abstract class AbstractContainerCreateAction
extends org.apache.karaf.shell.console.AbstractAction
| Modifier and Type | Field and Description |
|---|---|
protected String |
bindAddress |
protected io.fabric8.api.ZooKeeperClusterService |
clusterService |
protected String[] |
dataStoreOption |
protected String |
dataStoreType |
protected io.fabric8.api.FabricService |
fabricService |
protected Boolean |
isEnsembleServer |
protected String |
jvmOpts |
protected String |
manualIp |
protected Set<String> |
profiles |
protected String |
resolver |
protected String |
version |
protected String |
zookeeperPassword |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContainerCreateAction(io.fabric8.api.FabricService fabricService,
io.fabric8.api.ZooKeeperClusterService clusterService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
displayContainers(io.fabric8.api.CreateContainerMetadata[] metadatas) |
protected Map<String,String> |
getDataStoreProperties() |
protected Set<String> |
getProfileNames() |
protected void |
preCreateContainer(String name)
Pre validates input before creating the container(s)
|
protected void |
rethrowAuthenticationErrors(io.fabric8.api.CreateContainerMetadata[] metadata) |
protected String version
protected String resolver
protected String manualIp
protected String bindAddress
protected Boolean isEnsembleServer
protected String zookeeperPassword
protected String jvmOpts
protected String dataStoreType
protected String[] dataStoreOption
protected final io.fabric8.api.FabricService fabricService
protected final io.fabric8.api.ZooKeeperClusterService clusterService
protected AbstractContainerCreateAction(io.fabric8.api.FabricService fabricService,
io.fabric8.api.ZooKeeperClusterService clusterService)
protected void preCreateContainer(String name) throws IllegalArgumentException
name - the name of the container to createIllegalArgumentException - is thrown if input is invalidprotected void displayContainers(io.fabric8.api.CreateContainerMetadata[] metadatas)
protected void rethrowAuthenticationErrors(io.fabric8.api.CreateContainerMetadata[] metadata)
Copyright © 2011–2014 Red Hat. All rights reserved.