| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoredObject |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DirectoryOrObject> |
ContainerDirectoryPaginationMap.list(java.lang.String prefix,
java.lang.String marker,
int blockSize) |
java.util.Collection<DirectoryOrObject> |
AbstractContainer.listDirectory() |
java.util.Collection<DirectoryOrObject> |
AbstractContainer.listDirectory(Directory directory) |
java.util.Collection<DirectoryOrObject> |
AbstractContainer.listDirectory(java.lang.String prefix,
java.lang.Character delimiter,
java.lang.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 java.util.Collection<DirectoryOrObject> |
ListDirectoryCommandImpl.getReturnObject(org.apache.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.util.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 |
|---|---|
java.util.Collection<DirectoryOrObject> |
Container.listDirectory()
Reads all directories and object in the root of a container
|
java.util.Collection<DirectoryOrObject> |
Container.listDirectory(Directory directory)
Reads a directory within the passed directory
|
java.util.Collection<DirectoryOrObject> |
Container.listDirectory(java.lang.String prefix,
java.lang.Character delimiter,
java.lang.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 java.util.Collection<DirectoryOrObject> |
SwiftStoredObject.convertToDirectories(Container container,
java.util.Collection<SwiftStoredObject> objects,
java.lang.String prefix,
java.lang.Character delimiter) |
SwiftResult<java.util.Collection<DirectoryOrObject>> |
SwiftContainer.listDirectories(Container container,
ListInstructions listInstructions) |
SwiftResult<java.util.Collection<DirectoryOrObject>> |
Swift.listDirectory(Container container,
ListInstructions listInstructions) |
Copyright © 2012-2020 42 BV. All Rights Reserved.