| Package | Description | 
|---|---|
| org.jclouds.snia.cdmi.v1.features | |
| org.jclouds.snia.cdmi.v1.queryparams | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Container> | 
ContainerAsyncApi.get(String containerName,
   ContainerQueryParams queryParams)
get CDMI Container 
 | 
Container | 
ContainerApi.get(String containerName,
   ContainerQueryParams queryParams)
get CDMI Container 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ContainerQueryParams | 
ContainerQueryParams.children()
Get CDMI container's children 
 | 
static ContainerQueryParams | 
ContainerQueryParams.Builder.children()  | 
ContainerQueryParams | 
ContainerQueryParams.children(int from,
        int to)
Get CDMI container's children within range 
 | 
static ContainerQueryParams | 
ContainerQueryParams.Builder.children(int from,
        int to)  | 
ContainerQueryParams | 
ContainerQueryParams.field(String fieldname)
Get CDMI container's field value 
 | 
static ContainerQueryParams | 
ContainerQueryParams.Builder.field(String fieldname)  | 
ContainerQueryParams | 
ContainerQueryParams.metadata()
Get CDMI container's metadata 
 | 
static ContainerQueryParams | 
ContainerQueryParams.Builder.metadata()  | 
ContainerQueryParams | 
ContainerQueryParams.metadata(String prefix)
Get CDMI container's metadata associated with prefix 
 | 
static ContainerQueryParams | 
ContainerQueryParams.Builder.metadata(String prefix)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.