| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.config | |
| org.jclouds.blobstore.domain |
| 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.