public interface DFSConnection
| Modifier and Type | Method and Description |
|---|---|
boolean |
blobExists(BucketPath bucketPath) |
boolean |
containerExists(BucketDirectory bucketDirectory) |
void |
createContainer(BucketDirectory bucketDirectory) |
void |
deleteContainer(BucketDirectory bucketDirectory) |
Payload |
getBlob(BucketPath bucketPath) |
PayloadStream |
getBlobStream(BucketPath bucketPath) |
ConnectionProperties |
getConnectionProperties() |
ExtendedStoreConnectionType |
getType() |
List<BucketPath> |
list(BucketDirectory bucketDirectory,
ListRecursiveFlag listRecursiveFlag) |
List<BucketDirectory> |
listAllBuckets() |
void |
putBlob(BucketPath bucketPath,
Payload payload) |
void |
putBlobStream(BucketPath bucketPath,
PayloadStream payloadStream) |
void |
removeBlob(BucketPath bucketPath) |
void |
removeBlobFolder(BucketDirectory bucketDirectory) |
ConnectionProperties getConnectionProperties()
void putBlob(BucketPath bucketPath, Payload payload)
Payload getBlob(BucketPath bucketPath)
void putBlobStream(BucketPath bucketPath, PayloadStream payloadStream)
PayloadStream getBlobStream(BucketPath bucketPath)
boolean blobExists(BucketPath bucketPath)
void removeBlob(BucketPath bucketPath)
void removeBlobFolder(BucketDirectory bucketDirectory)
void createContainer(BucketDirectory bucketDirectory)
boolean containerExists(BucketDirectory bucketDirectory)
void deleteContainer(BucketDirectory bucketDirectory)
List<BucketPath> list(BucketDirectory bucketDirectory, ListRecursiveFlag listRecursiveFlag)
List<BucketDirectory> listAllBuckets()
ExtendedStoreConnectionType getType()
Copyright © 2019. All Rights Reserved.