| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.config | |
| org.jclouds.blobstore.domain | |
| org.jclouds.blobstore.util |
| Modifier and Type | Method and Description |
|---|---|
ContainerAccess |
LocalStorageStrategy.getContainerAccess(String container) |
ContainerAccess |
BlobStore.getContainerAccess(String container) |
ContainerAccess |
TransientStorageStrategy.getContainerAccess(String container) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalStorageStrategy.setContainerAccess(String container,
ContainerAccess access) |
void |
BlobStore.setContainerAccess(String container,
ContainerAccess access) |
void |
TransientStorageStrategy.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 |
ForwardingBlobStore.setContainerAccess(String container,
ContainerAccess containerAccess) |
void |
ReadOnlyBlobStore.setContainerAccess(String container,
ContainerAccess containerAccess) |
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.