| Package | Description |
|---|---|
| de.adorsys.dfs.connection.api.complextypes | |
| de.adorsys.dfs.connection.api.service.api | |
| de.adorsys.dfs.connection.api.service.impl |
| Modifier and Type | Method and Description |
|---|---|
BucketPath |
BucketPath.add(String suffix) |
BucketPath |
BucketDirectory.addSuffix(String suffix) |
BucketPath |
BucketPath.append(BucketPath bucketPath) |
BucketPath |
BucketDirectory.append(BucketPath bucketPath) |
BucketPath |
BucketPath.append(String path) |
BucketPath |
BucketDirectory.appendName(String name) |
static BucketPath |
BucketPath.fromHandle(ObjectHandle objectHandle) |
| Modifier and Type | Method and Description |
|---|---|
BucketPath |
BucketPath.append(BucketPath bucketPath) |
BucketPath |
BucketDirectory.append(BucketPath bucketPath) |
static String |
BucketPathUtil.getAsString(BucketPath bucketPath) |
| Constructor and Description |
|---|
BucketDirectory(BucketPath bucketPath) |
BucketPath(BucketPath bucketPath) |
| Modifier and Type | Method and Description |
|---|---|
List<BucketPath> |
DFSConnection.list(BucketDirectory bucketDirectory,
ListRecursiveFlag listRecursiveFlag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DFSConnection.blobExists(BucketPath bucketPath) |
Payload |
DFSConnection.getBlob(BucketPath bucketPath) |
PayloadStream |
DFSConnection.getBlobStream(BucketPath bucketPath) |
void |
DFSConnection.putBlob(BucketPath bucketPath,
Payload payload) |
void |
DFSConnection.putBlobStream(BucketPath bucketPath,
PayloadStream payloadStream) |
void |
DFSConnection.removeBlob(BucketPath bucketPath) |
| Modifier and Type | Method and Description |
|---|---|
static Set<BucketDirectory> |
StoreConnectionListHelper.findAllSubDirs(BucketDirectory rootdir,
List<BucketPath> bucketPaths) |
Copyright © 2019. All Rights Reserved.