Package | Description |
---|---|
org.jclouds.blobstore | |
org.jclouds.blobstore.internal |
Modifier and Type | Method and Description |
---|---|
InputStreamMap |
InputStreamMap.Factory.create(String containerName,
ListContainerOptions options) |
InputStreamMap |
BlobStoreContext.createInputStreamMap(String container)
Creates a
Map view of the specified container. |
InputStreamMap |
BlobStoreContext.createInputStreamMap(String container,
ListContainerOptions options)
Creates a
Map view of the specified container. |
Modifier and Type | Class and Description |
---|---|
class |
InputStreamMapImpl
Map representation of a live connection to a BlobStore.
|
Modifier and Type | Method and Description |
---|---|
InputStreamMap |
BlobStoreContextImpl.createInputStreamMap(String container) |
InputStreamMap |
BlobStoreContextImpl.createInputStreamMap(String container,
ListContainerOptions options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.