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