| Modifier and Type | Method and Description |
|---|---|
Server |
RimuHostingClient.getServer(Long id)
Gets a server based on its id.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
RimuHostingAsyncClient.getServer(Long id) |
Set<? extends Server> |
RimuHostingClient.getServerList()
Returns a list of servers that belong to this identity.
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
RimuHostingAsyncClient.getServerList() |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<Server,Iterable<String>> |
ServerToNodeMetadata.getPublicAddresses |
| Modifier and Type | Method and Description |
|---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from) |
protected OperatingSystem |
ServerToNodeMetadata.parseOperatingSystem(Server from,
Location location) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<Server,NodeMetadata> |
RimuHostingCreateNodeWithGroupEncodedIntoName.serverToNodeMetadata |
| Constructor and Description |
|---|
RimuHostingCreateNodeWithGroupEncodedIntoName(RimuHostingClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata) |
RimuHostingGetNodeMetadataStrategy(RimuHostingClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata) |
RimuHostingListNodesStrategy(RimuHostingClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata) |
| Modifier and Type | Method and Description |
|---|---|
Server |
ResizeResponse.getAboutOrder() |
Server |
NewServerResponse.getServer() |
| Modifier and Type | Method and Description |
|---|---|
int |
Server.compareTo(Server server) |
void |
ResizeResponse.setAboutOrder(Server about_orders) |
void |
NewServerResponse.setServer(Server server) |
| Modifier and Type | Method and Description |
|---|---|
Server |
ParseServerFromJsonResponse.apply(HttpResponse arg0) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<Server> |
ParseServersFromJsonResponse.apply(HttpResponse arg0) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerRunning.apply(Server server) |
boolean |
ServerDestroyed.apply(Server server) |
Copyright © 2009-2012 jclouds. All Rights Reserved.