Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<SwiftObject,MutableBlobMetadata> |
RegionScopedSwiftBlobStore.toBlobMetadata(String container) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
ToBlobMetadata.apply(SwiftObject from) |
Modifier and Type | Method and Description |
---|---|
SwiftObject |
SwiftObject.Builder.build() |
Modifier and Type | Method and Description |
---|---|
protected List<SwiftObject> |
ObjectList.delegate() |
Modifier and Type | Method and Description |
---|---|
int |
SwiftObject.compareTo(SwiftObject that) |
SwiftObject.Builder |
SwiftObject.Builder.fromObject(SwiftObject from) |
Modifier and Type | Method and Description |
---|---|
static ObjectList |
ObjectList.create(List<SwiftObject> objects,
Container container) |
Constructor and Description |
---|
ObjectList(List<SwiftObject> objects,
Container container) |
Modifier and Type | Method and Description |
---|---|
SwiftObject |
ObjectApi.get(String objectName)
Gets the
SwiftObject including its body . |
SwiftObject |
ObjectApi.get(String objectName,
GetOptions options)
Gets the
SwiftObject including its body . |
SwiftObject |
ObjectApi.getWithoutBody(String objectName)
Gets the
SwiftObject metadata without its body . |
Modifier and Type | Method and Description |
---|---|
SwiftObject |
ParseObjectFromResponse.apply(HttpResponse from) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.