public interface CreateContainerOptions extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
String |
getBindAddress() |
String |
getJvmOpts() |
String |
getManualIp() |
int |
getMaximumPort() |
Map<String,? extends CreateContainerMetadata> |
getMetadataMap() |
int |
getMinimumPort() |
String |
getName() |
Integer |
getNumber() |
String |
getParent() |
String |
getPreferredAddress() |
Set<String> |
getProfiles() |
String |
getProviderType() |
URI |
getProxyUri() |
String |
getResolver() |
Map<String,Properties> |
getSystemProperties() |
String |
getVersion() |
String |
getZookeeperPassword() |
String |
getZookeeperUrl() |
boolean |
isAdminAccess() |
boolean |
isEnsembleServer() |
CreateContainerOptions |
updateCredentials(String user,
String credential)
Creates a new instance of
CreateContainerOptions with updated credentials. |
CreateContainerOptions updateCredentials(String user, String credential)
CreateContainerOptions with updated credentials.user - credential - String getName()
String getParent()
String getProviderType()
boolean isEnsembleServer()
String getResolver()
String getManualIp()
Map<String,Properties> getSystemProperties()
String getPreferredAddress()
String getBindAddress()
int getMinimumPort()
int getMaximumPort()
Integer getNumber()
URI getProxyUri()
String getZookeeperUrl()
String getZookeeperPassword()
String getJvmOpts()
boolean isAdminAccess()
Map<String,? extends CreateContainerMetadata> getMetadataMap()
String getVersion()
Copyright © 2011–2014 Red Hat. All rights reserved.