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 |
B2BlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
B2BlobStore.setBlobAccess(String container,
String name,
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 |
PutOptions.getBlobAccess() |
BlobAccess |
PutOptions.ImmutablePutOptions.getBlobAccess() |
Modifier and Type | Method and Description |
---|---|
PutOptions |
PutOptions.setBlobAccess(BlobAccess blobAccess) |
PutOptions |
PutOptions.ImmutablePutOptions.setBlobAccess(BlobAccess blobAccess) |
Modifier and Type | Method and Description |
---|---|
BlobAccess |
ForwardingBlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyBlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
void |
ForwardingBlobStore.setBlobAccess(String container,
String name,
BlobAccess access) |
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 |
GoogleCloudStorageBlobStore.getBlobAccess(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
GoogleCloudStorageBlobStore.setBlobAccess(String container,
String name,
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-2018 The Apache Software Foundation. All Rights Reserved.