Modifier and Type | Method and Description |
---|---|
ServerInfo |
ElasticStackClient.createAndStartServer(Server server)
create and start a new server
|
ServerInfo |
ElasticStackClient.createServer(Server server)
create a new server
|
ServerInfo |
ElasticStackClient.getServerInfo(String uuid) |
ServerInfo |
ElasticStackClient.setServerConfiguration(String uuid,
Server server)
set server configuration
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createAndStartServer(Server createServer)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.getServerInfo(String uuid)
Deprecated.
|
Set<? extends ServerInfo> |
ElasticStackClient.listServerInfo()
Get all servers info
|
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
ElasticStackAsyncClient.listServerInfo()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServerInfo |
ElasticStackComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> |
ElasticStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Iterable<ServerInfo> |
ElasticStackComputeServiceAdapter.listNodes() |
Iterable<ServerInfo> |
ElasticStackComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerInfoToNodeMetadata.apply(ServerInfo from) |
Modifier and Type | Method and Description |
---|---|
ServerInfo |
ServerInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ServerInfo |
KeyValuesDelimitedByBlankLinesToServerInfo.apply(HttpResponse response) |
ServerInfo |
MapToServerInfo.apply(Map<String,String> from) |
Modifier and Type | Method and Description |
---|---|
Set<ServerInfo> |
ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(HttpResponse response) |
Copyright © 2009-2013 jclouds. All Rights Reserved.