Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.detachAllHardDisks(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.detachAllVolumes(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<String> |
InfrastructureAsyncApi.getHypervisorTypeFromMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
DatacenterOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.replaceHardDisks(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine,
com.abiquo.server.core.infrastructure.storage.DiskManagementDto... hardDisks) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.replaceVolumes(com.abiquo.server.core.cloud.VirtualMachineDto virtualMachine,
VirtualMachineOptions options,
com.abiquo.server.core.infrastructure.storage.VolumeManagementDto... volumes) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
VirtualMachineTemplateAsyncApi.requestConversion(com.abiquo.server.core.appslibrary.VirtualMachineTemplateDto template,
com.abiquo.model.enumerator.DiskFormatType targetFormat,
com.abiquo.server.core.appslibrary.ConversionDto conversion) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.updateVirtualMachine(com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto virtualMachine) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.updateVirtualMachine(com.abiquo.server.core.cloud.VirtualMachineWithNodeExtendedDto virtualMachine,
VirtualMachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.updateVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SystemMetadata> |
AtmosAsyncClient.getSystemMetadata(String path) |
com.google.common.util.concurrent.ListenableFuture<UserMetadata> |
AtmosAsyncClient.getUserMetadata(String path) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.headFile(String path) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncClient.isPublic(String path) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectories(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.readFile(String path,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.captureRole(String serviceName,
String deploymentName,
String roleName,
String imageName,
String imageLabel) |
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.createDeployment(String serviceName,
DeploymentParams deploymentParams) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location,
CreateHostedServiceOptions options) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.delete(String serviceName) |
com.google.common.util.concurrent.ListenableFuture<String> |
DiskAsyncApi.delete(String imageName) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.deleteDeployment(String serviceName,
String deploymentName) |
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.restartRole(String serviceName,
String deploymentName,
String roleName) |
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.shutdownRole(String serviceName,
String deploymentName,
String roleName) |
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.startRole(String serviceName,
String deploymentName,
String roleName) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
AzureBlobAsyncClient.getBlob(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
AzureBlobAsyncClient.getBlobProperties(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
AzureBlobAsyncClient.getContainerProperties(String container) |
byte[] |
AzureBlobUtil.getMD5(URI container,
String key) |
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
AzureBlobAsyncClient.getPublicAccessForContainer(String container) |
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.enableCDN(String container,
long ttl,
boolean logRetention) |
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
boolean logRetention) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CloudFilesAsyncClient.updateCDN(String container,
long ttl,
boolean logRetention) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.createStaticIP() |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.createVLAN(String name) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.getDriveInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ProfileInfo> |
CloudSigmaAsyncClient.getProfileInfo() |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.getServerInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> |
CloudSigmaAsyncClient.getStaticIPInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.getVLANInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> |
CloudSigmaAsyncClient.listDriveInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listDrives() |
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
CloudSigmaAsyncClient.listServerInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listServers() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStandardCds() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStandardDrives() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStandardImages() |
com.google.common.util.concurrent.ListenableFuture<Set<StaticIPInfo>> |
CloudSigmaAsyncClient.listStaticIPInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listStaticIPs() |
com.google.common.util.concurrent.ListenableFuture<Set<VLANInfo>> |
CloudSigmaAsyncClient.listVLANInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
CloudSigmaAsyncClient.listVLANs() |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.renameVLAN(String uuid,
String name) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.setDriveData(String uuid,
DriveData createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Modifier and Type | Method and Description |
---|---|
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>> |
AsyncJobAsyncClient.getAsyncJob(String id) |
com.google.common.util.concurrent.ListenableFuture<Map.Entry<String,String>> |
GuestOSAsyncClient.getOSCategory(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<AsyncJob<?>>> |
AsyncJobAsyncClient.listAsyncJobs(ListAsyncJobsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
EventAsyncClient.listEventTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisors() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisorsInZone(String zoneId) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
GuestOSAsyncClient.listOSCategories() |
com.google.common.util.concurrent.ListenableFuture<LoginResponse> |
SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<RecordId>> |
RecordAsyncApi.list() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createAndStartServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.getDriveInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.getServerInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> |
ElasticStackAsyncClient.listDriveInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
ElasticStackAsyncClient.listDrives() |
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
ElasticStackAsyncClient.listServerInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
ElasticStackAsyncClient.listServers() |
com.google.common.util.concurrent.ListenableFuture<Payload> |
ElasticStackAsyncClient.readDrive(String uuid,
long offset,
long size) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.setDriveData(String uuid,
DriveData setDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
ElasticStackAsyncClient.setServerConfiguration(String uuid,
Server setServer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<OSTemplate>> |
ServerAsyncApi.listTemplates() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.addLoadBalancer(String name,
IpPortPair virtualIp,
List<IpPortPair> realIps,
AddLoadBalancerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.deleteById(long id) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.deleteById(Long id) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.deleteByName(String name) |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.editImageDescription(String idOrName,
String newDescription) |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.editImageFriendlyName(String idOrName,
String newFriendlyName) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancer(long id,
List<IpPortPair> realIps) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
GridLoadBalancerAsyncClient.editLoadBalancerNamed(String name,
List<IpPortPair> realIps) |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getAssignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridLoadBalancerAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridIpAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridImageAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImageList(GetImageListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImagesById(Long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImagesByName(String... names) |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getIpList(GetIpListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobList(GetJobListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsById(long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsForObjectName(String objectName) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancerList() |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancersById(Long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> |
GridLoadBalancerAsyncClient.getLoadBalancersByName(String... names) |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getRamSizes() |
com.google.common.util.concurrent.ListenableFuture<Credentials> |
GridServerAsyncClient.getServerCredentials(long id) |
com.google.common.util.concurrent.ListenableFuture<Map<String,Credentials>> |
GridServerAsyncClient.getServerCredentialsList() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedPublicIpList() |
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.saveImageFromServer(String friendlyName,
String idOrName,
SaveImageOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.enable(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.enable(String container,
long ttl) |
com.google.common.util.concurrent.ListenableFuture<CDNContainer> |
CDNContainerAsyncApi.get(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
CDNContainerAsyncApi.update(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ImageDetails> |
ImageAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> |
ImageAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Image>> |
ImageAsyncApi.list(ListImageOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends ImageDetails>> |
ImageAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends ImageDetails>> |
ImageAsyncApi.listInDetail(ListImageOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticate(String user,
String key) |
com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> |
OpenStackAuthAsyncClient.authenticateStorage(String user,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends User>> |
UserAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Tenant>> |
TenantAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends User>> |
UserAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> |
TenantAsyncApi.list(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAdminAsyncApi.createBackup(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.disable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.enable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends KeyPair>> |
KeyPairAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.reboot(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.shutdown(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.startMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.startup(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.stopMaintenance(String hostId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.createImageFromServer(String name,
String id) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.base.Optional<Map<String,String>>> |
ServerAsyncApi.getDiagnostics(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.getMetadata(String id,
String key) |
com.google.common.util.concurrent.ListenableFuture<String> |
ImageAsyncApi.getMetadata(String id,
String key) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
ServerAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
ImageAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Resource>> |
FlavorAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> |
ServerAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> |
ImageAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Resource>> |
FlavorAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Server>> |
ServerAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Image>> |
ImageAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Flavor>> |
FlavorAsyncApi.listInDetail() |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Server>> |
ServerAsyncApi.listInDetail(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Image>> |
ImageAsyncApi.listInDetail(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Flavor>> |
FlavorAsyncApi.listInDetail(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.updateMetadata(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<String> |
ImageAsyncApi.updateMetadata(String id,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AccountMetadata> |
CommonSwiftAsyncClient.getAccountStatistics() |
com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> |
CommonSwiftAsyncClient.getContainerMetadata(String container) |
com.google.common.util.concurrent.ListenableFuture<SwiftObject> |
CommonSwiftAsyncClient.getObject(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<MutableObjectInfoWithMetadata> |
CommonSwiftAsyncClient.getObjectInfo(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> |
CommonSwiftAsyncClient.listObjects(String container,
ListContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object) |
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObjectManifest(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
TemporaryUrlKeyAsyncApi.getTemporaryUrlKey() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Account> |
AccountAsyncApi.get() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncApi.create(LoadBalancerRequest lb) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncApi.get(int id) |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<Node>> |
NodeAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<LoadBalancer>> |
LoadBalancerAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<LoadBalancer>> |
NodeAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<LoadBalancer>> |
LoadBalancerAsyncApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
LoadBalancerAsyncApi.update(int id,
LoadBalancerAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.post(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.put(URI location,
Payload payload) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<String>> |
RimuHostingAsyncClient.destroyServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
RimuHostingAsyncClient.getImageList() |
com.google.common.util.concurrent.ListenableFuture<Set<PricingPlan>> |
RimuHostingAsyncClient.getPricingPlanList() |
com.google.common.util.concurrent.ListenableFuture<Server> |
RimuHostingAsyncClient.getServer(Long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
RimuHostingAsyncClient.getServerList() |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
RimuHostingAsyncClient.restartServer(Long id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VCloudSession> |
LoginAsyncApi.login()
This request returns a token to use in subsequent requests.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Payload> |
DataNonCDMIContentTypeAsyncApi.getValue(String dataObjectName) |
com.google.common.util.concurrent.ListenableFuture<Payload> |
DataNonCDMIContentTypeAsyncApi.getValue(String dataObjectName,
String range) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
QueueAsyncApi.create(String queueName) |
com.google.common.util.concurrent.ListenableFuture<URI> |
QueueAsyncApi.create(String queueName,
CreateQueueOptions options) |
com.google.common.util.concurrent.ListenableFuture<URI> |
QueueAsyncApi.get(String queueName) |
com.google.common.util.concurrent.ListenableFuture<URI> |
QueueAsyncApi.getInAccount(String queueName,
String accountId) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<URI>> |
QueueAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<URI>> |
QueueAsyncApi.list(ListQueuesOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends MessageIdAndMD5> |
MessageAsyncApi.send(String message) |
com.google.common.util.concurrent.ListenableFuture<? extends MessageIdAndMD5> |
MessageAsyncApi.send(String message,
SendMessageOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelays(Map<String,Integer> messageBodyDelaySeconds) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelays(com.google.common.collect.Table<String,String,Integer> idMessageBodyDelaySeconds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.configureVApp(VApp vApp,
VAppConfiguration configuration) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TerremarkVCloudAsyncClient.deleteVApp(URI vAppId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VCloudSession> |
TerremarkVCloudLoginAsyncClient.login()
This request returns a token to use in subsequent requests.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
MetadataAsyncApi.Readable.get(String key) |
com.google.common.util.concurrent.ListenableFuture<byte[]> |
VmAsyncApi.getScreenImage(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<byte[]> |
VmAsyncApi.getScreenImage(URI vmHref) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SessionWithToken> |
SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl,
String user,
String org,
String password) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VCloudSession> |
VCloudLoginAsyncClient.login()
This request returns a token to use in subsequent requests.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.