org.jclouds.rest
Interface RestApiMetadata

All Superinterfaces:
ApiMetadata
All Known Implementing Classes:
AnonymousRestApiMetadata, BaseRestApiMetadata

Deprecated. please use HttpApiMetadata as async interface will be removed in jclouds 1.7.

@Deprecated
@Beta
public interface RestApiMetadata
extends ApiMetadata

Since:
1.5

Nested Class Summary
static interface RestApiMetadata.Builder<T extends RestApiMetadata.Builder<T>>
          Deprecated.  
 
Method Summary
 Class<?> getApi()
          Deprecated.  
 Class<?> getAsyncApi()
          Deprecated.  
 
Methods inherited from interface org.jclouds.apis.ApiMetadata
getBuildVersion, getContext, getCredentialName, getDefaultCredential, getDefaultEndpoint, getDefaultIdentity, getDefaultModules, getDefaultProperties, getDocumentation, getEndpointName, getId, getIdentityName, getName, getVersion, getViews, toBuilder
 

Method Detail

getApi

Class<?> getApi()
Deprecated. 
Returns:
the type of the api which blocks on all requests

getAsyncApi

Class<?> getAsyncApi()
Deprecated. 
Returns:
the type of the api, which is the same as getApi(), except all methods return ListenableFuture


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.