public interface ScanListener
| Modifier and Type | Method and Description |
|---|---|
void |
onScanComplete(OperationScan scan)
Called when the scan, and all operations in the scan thread pool are
complete
|
void |
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 |
processObject(OperationScan scan,
com.amazonaws.services.s3.model.S3ObjectSummary object_summary)
Invoked whenever an object is listed.
|
void processObject(OperationScan scan, com.amazonaws.services.s3.model.S3ObjectSummary object_summary)
scan - The scan operationobject_summary - The object summary of an S3 object that has been listedvoid onScanComplete(OperationScan scan)
scan - The scan operationvoid onScanHearbeat(OperationScan scan)
scan - The scan that is underwayCopyright © 2017. All rights reserved.