Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.atmos.blobstore.functions | |
org.jclouds.atmos.domain | |
org.jclouds.atmos.functions | |
org.jclouds.atmos.xml |
Modifier and Type | Method and Description |
---|---|
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectories(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectories(ListOptions... options) |
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectory(String directoryName,
ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
DirectoryEntryListToResourceMetadataList.apply(BoundedSet<? extends DirectoryEntry> from) |
Modifier and Type | Class and Description |
---|---|
class |
SystemMetadata
Metadata of a Atmos Online object
|
Modifier and Type | Method and Description |
---|---|
int |
DirectoryEntry.compareTo(DirectoryEntry o) |
Modifier and Type | Method and Description |
---|---|
BoundedSet<DirectoryEntry> |
ParseDirectoryListFromContentAndHeaders.apply(HttpResponse from)
parses the http response headers to create a new
BoundedSet object. |
Modifier and Type | Method and Description |
---|---|
Set<DirectoryEntry> |
ListDirectoryResponseHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.