Package | Description |
---|---|
org.jclouds.openstack.swift.v1.blobstore.functions | |
org.jclouds.openstack.swift.v1.features | |
org.jclouds.openstack.swift.v1.options |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
ToListContainerOptions.apply(ListContainerOptions from) |
Modifier and Type | Method and Description |
---|---|
ObjectList |
ObjectApi.list(ListContainerOptions options)
Lists up to 10,000 objects.
|
com.google.common.collect.FluentIterable<Container> |
ContainerApi.list(ListContainerOptions options)
Lists containers with the supplied
ListContainerOptions . |
Modifier and Type | Field and Description |
---|---|
static ListContainerOptions |
ListContainerOptions.NONE |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
ListContainerOptions.delimiter(char delimiter)
object names nested in the container are returned.
|
static ListContainerOptions |
ListContainerOptions.Builder.delimiter(char delimiter) |
ListContainerOptions |
ListContainerOptions.endMarker(String endMarker)
object names less in value than the specified marker are returned.
|
static ListContainerOptions |
ListContainerOptions.Builder.endMarker(String endMarker) |
ListContainerOptions |
ListContainerOptions.limit(int limit)
list operation returns no more than this amount.
|
static ListContainerOptions |
ListContainerOptions.Builder.limit(int limit) |
ListContainerOptions |
ListContainerOptions.marker(String marker)
object names greater in value than the specified marker are returned.
|
static ListContainerOptions |
ListContainerOptions.Builder.marker(String marker) |
ListContainerOptions |
ListContainerOptions.path(String path)
object names nested in the pseudo path are returned.
|
static ListContainerOptions |
ListContainerOptions.Builder.path(String path) |
ListContainerOptions |
ListContainerOptions.prefix(String prefix)
object names beginning with this substring are returned.
|
static ListContainerOptions |
ListContainerOptions.Builder.prefix(String prefix) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.