| Interface | Description |
|---|---|
| S3Checkpointer |
Interface S3Checkpointer is used to retrieve and persist last known keys for any given S3 bucket.
|
| Class | Description |
|---|---|
| S3FileCheckpointer |
Class S3FileCheckpointer persists a map of bucket names and last seen keys to disk
so multiple starts of a given application or new Flow instances relying on a
S3Tap
will re-retrieve the same data as previous executions. |
| S3Tap |
Class S3Tap is a Cascading local-mode
Tap providing read and write access to data stored in Amazon S3 buckets. |
| S3TapProps |
Class S3TapProps provides S3 specific properties for overriding the AWS client
endpoint and region.
|
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.