| Package | Description |
|---|---|
| org.jimmutable.aws.simple_object_store.scan |
| Modifier and Type | Method and Description |
|---|---|
void |
ScanListener.onScanComplete(OperationScan scan)
Called when the scan, and all operations in the scan thread pool are
complete
|
void |
ScanListener.onScanHearbeat(OperationScan scan)
This method is called every so often (approx 1/sec) and is typcially used
to print out log statements that monitor the scanning process.
|
void |
ScanListener.processObject(OperationScan scan,
com.amazonaws.services.s3.model.S3ObjectSummary object_summary)
Invoked whenever an object is listed.
|
| Constructor and Description |
|---|
OperationList(OperationScan scan_operation) |
OperationProcessObject(OperationScan scan_operation,
com.amazonaws.services.s3.model.S3ObjectSummary object_summary) |
Copyright © 2017. All rights reserved.