| Package | Description |
|---|---|
| org.jimmutable.aws.simple_object_store | |
| org.jimmutable.aws.simple_object_store.scan |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ScanListener |
ScanRequest.getSimpleScanListener() |
| Constructor and Description |
|---|
ScanRequest(SimpleObjectStore store,
S3Path root_path,
ScanListener listener,
int processing_threads) |
Copyright © 2017. All rights reserved.