Modifier and Type | Class and Description |
---|---|
class |
AtmosBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
AWSS3BlobStore
Provide AWS S3 specific extensions.
|
Constructor and Description |
---|
AWSS3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Class and Description |
---|---|
class |
AzureBlobStore |
Modifier and Type | Method and Description |
---|---|
BlobStore |
BlobStoreContext.getBlobStore() |
Modifier and Type | Method and Description |
---|---|
static Iterable<StorageMetadata> |
BlobStores.listAll(BlobStore blobStore,
String container,
ListContainerOptions containerOptions) |
static Iterable<StorageMetadata> |
BlobStores.listAll(BlobStore blobStore,
String container,
ListContainerOptions containerOptions,
ListAllOptions listAllOptions)
A variant of BlobStore.list(String, ListContainerOptions) that
produces an Iterable over the entire set of results, not just one
page, making multiple calls to BlobStore.list as needed.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
BaseBlobStore |
Modifier and Type | Method and Description |
---|---|
BlobStore |
BlobStoreContextImpl.getBlobStore() |
Constructor and Description |
---|
BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Field and Description |
---|---|
protected BlobStore |
GetAllBlobsInListAndRetryOnFailure.blobstore |
protected BlobStore |
FetchBlobMetadata.blobstore |
protected BlobStore |
DeleteAllKeysInList.blobStore |
protected BlobStore |
ConcatenateContainerLists.connection |
Constructor and Description |
---|
ConcatenateContainerLists(BlobStore connection) |
MarkersGetDirectoryStrategy(BlobStore connection,
ResourceMetadataToRelativePathResourceMetadata resource2Directory) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingBlobStore |
class |
ReadOnlyBlobStore |
Modifier and Type | Method and Description |
---|---|
protected BlobStore |
ForwardingBlobStore.delegate() |
static BlobStore |
ReadOnlyBlobStore.newReadOnlyBlobStore(BlobStore blobStore) |
Modifier and Type | Method and Description |
---|---|
static BlobStore |
ReadOnlyBlobStore.newReadOnlyBlobStore(BlobStore blobStore) |
Constructor and Description |
---|
ForwardingBlobStore(BlobStore blobStore) |
Modifier and Type | Class and Description |
---|---|
class |
RegionScopedSwiftBlobStore |
Modifier and Type | Method and Description |
---|---|
BlobStore |
RegionScopedBlobStoreContext.getBlobStore() |
BlobStore |
RegionScopedBlobStoreContext.getBlobStore(String regionId) |
Constructor and Description |
---|
RegionScopedBlobStoreContext(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
com.google.common.base.Supplier<Set<String>> regionIds,
com.google.common.base.Supplier<String> implicitRegionId,
com.google.common.base.Function<String,BlobStore> blobStore,
com.google.common.base.Function<String,BlobRequestSigner> blobRequestSigner,
Utils utils,
ConsistencyModel consistencyModel) |
Modifier and Type | Class and Description |
---|---|
class |
S3BlobStore |
Constructor and Description |
---|
S3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.