Package | Description |
---|---|
org.jclouds.blobstore | |
org.jclouds.blobstore.attr | |
org.jclouds.blobstore.internal |
Modifier and Type | Method and Description |
---|---|
ConsistencyModel |
BlobStoreContext.getConsistencyModel() |
Modifier and Type | Method and Description |
---|---|
static ConsistencyModel |
ConsistencyModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyModel[] |
ConsistencyModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConsistencyModel |
BlobStoreContextImpl.getConsistencyModel() |
Constructor and Description |
---|
BlobStoreContextImpl(BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
RestContext providerSpecificContext,
BlobRequestSigner blobRequestSigner) |
Copyright © 2009-2012 jclouds. All Rights Reserved.