org.apache.whirr.service
Class BlobStoreContextBuilder

java.lang.Object
  extended by org.apache.whirr.service.BlobStoreContextBuilder

public class BlobStoreContextBuilder
extends Object


Field Summary
static Iterable<String> BLOBSTORE_APIS
          All APIs that are independently configurable.
static Iterable<String> BLOBSTORE_KEYS
          jclouds providers and apis that can be used in BlobStoreContextFactory
static Iterable<String> PROVIDER_PROPERTIES
          configurable properties, scoped to a provider.
 
Constructor Summary
BlobStoreContextBuilder()
           
 
Method Summary
static org.jclouds.blobstore.BlobStoreContext build(ClusterSpec spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOBSTORE_APIS

public static final Iterable<String> BLOBSTORE_APIS
All APIs that are independently configurable.

See Also:

BLOBSTORE_KEYS

public static final Iterable<String> BLOBSTORE_KEYS
jclouds providers and apis that can be used in BlobStoreContextFactory


PROVIDER_PROPERTIES

public static final Iterable<String> PROVIDER_PROPERTIES
configurable properties, scoped to a provider.

Constructor Detail

BlobStoreContextBuilder

public BlobStoreContextBuilder()
Method Detail

build

public static org.jclouds.blobstore.BlobStoreContext build(ClusterSpec spec)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.