Package | Description |
---|---|
sirius.biz.jdbc.storage |
Modifier and Type | Method and Description |
---|---|
Optional<BucketInfo> |
Storage.getBucket(String bucket)
Returns the bucket infos for the bucket with the given name.
|
Collection<BucketInfo> |
Storage.getBuckets()
Returns a list of all known buckets known to the system.
|
Modifier and Type | Method and Description |
---|---|
void |
Storage.list(BucketInfo bucket,
Tenant tenant,
Function<StoredObject,Boolean> iterator)
Lists all objects within the given bucket for the given tenant.
|
Copyright © 2018. All rights reserved.