| Package | Description |
|---|---|
| org.jimmutable.aws.blob_store | |
| org.jimmutable.aws.s3 | |
| org.jimmutable.aws.simple_object_store | |
| org.jimmutable.aws.simple_object_store.scan |
| Modifier and Type | Method and Description |
|---|---|
S3Path |
BlobStoreUploadRequest.getSimpleBasePath() |
| Constructor and Description |
|---|
BlobStoreUploadRequest(File src,
S3Path base_path,
String fixed_portion_of_name,
String extension) |
| Modifier and Type | Field and Description |
|---|---|
static S3Path |
S3Path.PATH_BUCKET_ROOT |
| Modifier and Type | Method and Description |
|---|---|
S3Path |
S3Path.MyConverter.fromString(String str,
S3Path default_value) |
S3Path |
S3Path.getOptionalParent(S3Path default_value)
Get the parent of this path
|
| Modifier and Type | Method and Description |
|---|---|
S3Path |
S3Path.MyConverter.fromString(String str,
S3Path default_value) |
S3Path |
S3Path.getOptionalParent(S3Path default_value)
Get the parent of this path
|
| Modifier and Type | Method and Description |
|---|---|
S3Path |
SimpleObjectStorable.getSimplePath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleObjectStore.delete(S3Path path)
Delete an object from the simple object store
|
org.jimmutable.core.objects.StandardObject |
SimpleObjectStore.get(S3Path path,
org.jimmutable.core.objects.StandardObject default_value)
Get an object from the datastore
|
boolean |
SimpleObjectStore.objectExists(S3Path path,
boolean default_value)
Check to see if a given object exists in the datastore
|
void |
SimpleObjectStoreScanListener.onS3ObjectScanned(S3Path path) |
org.jimmutable.core.threading.OperationRunnable.Result |
SimpleObjectStore.scan(S3Path path,
ScanListener listener,
int processing_threads)
Scan all objects in a given path
This function blocks until all objects are scanned
|
void |
SimpleObjectStore.startScanAsycn(S3Path path,
ScanListener listener,
int processing_threads)
Scan all objects in a given path
This function blocks until all objects are scanned
|
| Modifier and Type | Method and Description |
|---|---|
S3Path |
ScanRequest.getSimpleRootPath() |
| Constructor and Description |
|---|
ScanRequest(SimpleObjectStore store,
S3Path root_path,
ScanListener listener,
int processing_threads) |
Copyright © 2017. All rights reserved.