| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoredObject |
| Modifier and Type | Method and Description |
|---|---|
Collection<DirectoryOrObject> |
ContainerDirectoryPaginationMap.list(String prefix,
String marker,
int blockSize) |
Collection<DirectoryOrObject> |
AbstractContainer.listDirectory() |
Collection<DirectoryOrObject> |
AbstractContainer.listDirectory(Directory directory) |
Collection<DirectoryOrObject> |
AbstractContainer.listDirectory(String prefix,
Character delimiter,
String marker,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractStoredObject.compareTo(DirectoryOrObject o) |
| Modifier and Type | Class and Description |
|---|---|
class |
StoredObjectImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
StoredObjectMock |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<DirectoryOrObject> |
ListDirectoryCommandImpl.getReturnObject(org.apache.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<Collection<DirectoryOrObject>> |
ListDirectoryCommandMock.callSwift() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StoredObject
StoredObject is a handler for the actual content in the Object Store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Directory |
| Modifier and Type | Method and Description |
|---|---|
Collection<DirectoryOrObject> |
Container.listDirectory()
Reads all directories and object in the root of a container
|
Collection<DirectoryOrObject> |
Container.listDirectory(Directory directory)
Reads a directory within the passed directory
|
Collection<DirectoryOrObject> |
Container.listDirectory(String prefix,
Character delimiter,
String marker,
int pageSize)
Returns a number equal to pageSize of Container elements, starting with the first element
after the Container named the same as marker.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Directory.compareTo(DirectoryOrObject o) |
| Modifier and Type | Class and Description |
|---|---|
class |
SwiftStoredObject |
| Modifier and Type | Method and Description |
|---|---|
static Collection<DirectoryOrObject> |
SwiftStoredObject.convertToDirectories(Container container,
Collection<SwiftStoredObject> objects,
String prefix,
Character delimiter) |
SwiftResult<Collection<DirectoryOrObject>> |
SwiftContainer.listDirectories(Container container,
ListInstructions listInstructions) |
SwiftResult<Collection<DirectoryOrObject>> |
Swift.listDirectory(Container container,
ListInstructions listInstructions) |
Copyright © 2012-2016 42 BV. All Rights Reserved.