|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundedSet | |
---|---|
org.jclouds.atmos | |
org.jclouds.atmos.blobstore.functions | |
org.jclouds.atmos.functions |
Uses of BoundedSet in org.jclouds.atmos |
---|
Methods in org.jclouds.atmos that return BoundedSet | |
---|---|
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectories(ListOptions... options)
|
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectory(String directoryName,
ListOptions... options)
|
Methods in org.jclouds.atmos that return types with arguments of type BoundedSet | |
---|---|
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectories(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options)
|
Uses of BoundedSet in org.jclouds.atmos.blobstore.functions |
---|
Methods in org.jclouds.atmos.blobstore.functions with parameters of type BoundedSet | |
---|---|
PageSet<? extends StorageMetadata> |
DirectoryEntryListToResourceMetadataList.apply(BoundedSet<? extends DirectoryEntry> from)
|
Uses of BoundedSet in org.jclouds.atmos.functions |
---|
Methods in org.jclouds.atmos.functions that return BoundedSet | |
---|---|
BoundedSet<DirectoryEntry> |
ParseDirectoryListFromContentAndHeaders.apply(HttpResponse from)
parses the http response headers to create a new BoundedSet object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |