Package | Description |
---|---|
org.jclouds.openstack.trove.v1.domain | |
org.jclouds.openstack.trove.v1.features | |
org.jclouds.openstack.trove.v1.predicates | |
org.jclouds.openstack.trove.v1.utils |
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Instance.compareTo(Instance that) |
Instance.Builder |
Instance.Builder.fromInstance(Instance in) |
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceApi.create(int flavor,
int volumeSize,
String name)
Same as
InstanceApi.create(String, int, String) but accept an integer Flavor ID. |
Instance |
InstanceApi.create(String flavor,
int volumeSize,
String name)
Create a database instance by flavor type and volume size.
|
Instance |
InstanceApi.get(String instanceId)
Returns an Instance by id.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<Instance> |
InstanceApi.list()
Returns a summary list of Instances.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Instance> |
InstancePredicates.awaitAvailable(InstanceApi instanceApi)
Wait until an Instance is Available.
|
static com.google.common.base.Predicate<Instance> |
InstancePredicates.awaitDeleted(InstanceApi instanceApi)
Wait until an Instance no longer exists.
|
static com.google.common.base.Predicate<Instance> |
InstancePredicates.awaitStatus(InstanceApi instanceApi,
Instance.Status status,
long maxWaitInSec,
long periodInSec)
Wait until instance is in the status specified.
|
Modifier and Type | Method and Description |
---|---|
Instance |
TroveUtils.getWorkingInstance(String region)
This will return a small working instance.
|
Instance |
TroveUtils.getWorkingInstance(String region,
String name,
String flavorId,
int size)
Create an ACTIVE operational instance.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.