Modifier and Type | Method and Description |
---|---|
ContainerAccess |
AtmosBlobStore.getContainerAccess(String container) |
Modifier and Type | Method and Description |
---|---|
void |
AtmosBlobStore.setContainerAccess(String container,
ContainerAccess access) |
Modifier and Type | Method and Description |
---|---|
ContainerAccess |
AzureBlobStore.getContainerAccess(String container) |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobStore.setContainerAccess(String container,
ContainerAccess access) |
Modifier and Type | Method and Description |
---|---|
ContainerAccess |
TransientStorageStrategy.getContainerAccess(String container) |
ContainerAccess |
LocalStorageStrategy.getContainerAccess(String container) |
ContainerAccess |
BlobStore.getContainerAccess(String container) |
Modifier and Type | Method and Description |
---|---|
void |
TransientStorageStrategy.setContainerAccess(String container,
ContainerAccess access) |
void |
LocalStorageStrategy.setContainerAccess(String container,
ContainerAccess access) |
void |
BlobStore.setContainerAccess(String container,
ContainerAccess access) |
Modifier and Type | Method and Description |
---|---|
ContainerAccess |
LocalBlobStore.getContainerAccess(String container) |
Modifier and Type | Method and Description |
---|---|
void |
LocalBlobStore.setContainerAccess(String container,
ContainerAccess access) |
Modifier and Type | Method and Description |
---|---|
static ContainerAccess |
ContainerAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerAccess[] |
ContainerAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainerAccess |
ForwardingBlobStore.getContainerAccess(String container) |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyBlobStore.setContainerAccess(String container,
ContainerAccess containerAccess) |
void |
ForwardingBlobStore.setContainerAccess(String container,
ContainerAccess containerAccess) |
Modifier and Type | Method and Description |
---|---|
ContainerAccess |
FilesystemStorageStrategyImpl.getContainerAccess(String container) |
Modifier and Type | Method and Description |
---|---|
void |
FilesystemStorageStrategyImpl.setContainerAccess(String container,
ContainerAccess access) |
Modifier and Type | Method and Description |
---|---|
ContainerAccess |
RegionScopedSwiftBlobStore.getContainerAccess(String name) |
Modifier and Type | Method and Description |
---|---|
void |
RegionScopedSwiftBlobStore.setContainerAccess(String name,
ContainerAccess access) |
Modifier and Type | Method and Description |
---|---|
ContainerAccess |
S3BlobStore.getContainerAccess(String container) |
Modifier and Type | Method and Description |
---|---|
void |
S3BlobStore.setContainerAccess(String container,
ContainerAccess access) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.