public interface DFSConnection
| Modifier and Type | Method and Description |
|---|---|
boolean |
blobExists(BucketPath bucketPath) |
void |
deleteDatabase() |
Payload |
getBlob(BucketPath bucketPath) |
PayloadStream |
getBlobStream(BucketPath bucketPath) |
ConnectionProperties |
getConnectionProperties() |
List<BucketPath> |
list(BucketDirectory bucketDirectory,
ListRecursiveFlag listRecursiveFlag) |
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)
List<BucketPath> list(BucketDirectory bucketDirectory, ListRecursiveFlag listRecursiveFlag)
void deleteDatabase()
Copyright © 2019. All Rights Reserved.