Modifier and Type | Method and Description |
---|---|
OperatingSystem |
DatasetToOperatingSystem.apply(Dataset from) |
Constructor and Description |
---|
DatasetInDatacenterToImage(com.google.common.base.Function<Dataset,OperatingSystem> imageToOs,
com.google.common.base.Supplier<Map<String,Location>> locationIndex) |
Modifier and Type | Method and Description |
---|---|
Dataset |
Dataset.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Dataset.compareTo(Dataset other) |
Dataset.Builder |
Dataset.Builder.fromDataset(Dataset in) |
Modifier and Type | Field and Description |
---|---|
protected Dataset |
DatasetInDatacenter.dataset |
Modifier and Type | Method and Description |
---|---|
Dataset |
DatasetInDatacenter.get() |
Constructor and Description |
---|
DatasetInDatacenter(Dataset dataset,
String datacenterId) |
Modifier and Type | Method and Description |
---|---|
Dataset |
DatasetClient.get(String id)
Gets an individual dataset by id.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Dataset> |
DatasetAsyncClient.get(String id) |
Set<Dataset> |
DatasetClient.list()
Provides a list of datasets available in this datacenter.
|
com.google.common.util.concurrent.ListenableFuture<Set<Dataset>> |
DatasetAsyncClient.list() |
Copyright © 2009-2012 jclouds. All Rights Reserved.