Modifier and Type | Method and Description |
---|---|
BlobAccess |
AtmosBlobStore.getBlobAccess(String container,
String key) |
Modifier and Type | Method and Description |
---|---|
void |
AtmosBlobStore.setBlobAccess(String container,
String key,
BlobAccess access) |
Modifier and Type | Method and Description |
---|---|
BlobAccess |
AzureBlobStore.getBlobAccess(String container,
String key) |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobStore.setBlobAccess(String container,
String key,
BlobAccess access) |
Modifier and Type | Method and Description |
---|---|
BlobAccess |
TransientStorageStrategy.getBlobAccess(String containerName,
String blobName) |
BlobAccess |
LocalStorageStrategy.getBlobAccess(String container,
String key) |
BlobAccess |
BlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
TransientStorageStrategy.setBlobAccess(String containerName,
String blobName,
BlobAccess access) |
void |
LocalStorageStrategy.setBlobAccess(String container,
String key,
BlobAccess access) |
void |
BlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
Modifier and Type | Method and Description |
---|---|
BlobAccess |
LocalBlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
LocalBlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
Modifier and Type | Method and Description |
---|---|
static BlobAccess |
BlobAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobAccess[] |
BlobAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlobAccess |
FilesystemStorageStrategyImpl.getBlobAccess(String containerName,
String blobName) |
Modifier and Type | Method and Description |
---|---|
void |
FilesystemStorageStrategyImpl.setBlobAccess(String container,
String name,
BlobAccess access) |
Modifier and Type | Method and Description |
---|---|
BlobAccess |
SwiftBlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
SwiftBlobStore.setBlobAccess(String containe,
String namer,
BlobAccess access) |
Modifier and Type | Method and Description |
---|---|
BlobAccess |
RegionScopedSwiftBlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
RegionScopedSwiftBlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
Modifier and Type | Method and Description |
---|---|
BlobAccess |
S3BlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
S3BlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.