| Class | Description |
|---|---|
| HFileArchiveTableMonitor |
Monitor the actual tables for which HFiles are archived for long-term retention (always kept
unless ZK state changes).
|
| LongTermArchivingHFileCleaner |
BaseHFileCleanerDelegate that only cleans HFiles that don't belong to a table that is
currently being archived. |
| TableHFileArchiveTracker |
Track HFile archiving state changes in ZooKeeper.
|
| TestZooKeeperTableArchiveClient |
Spin up a small cluster and check that the hfiles of region are properly long-term archived as
specified via the
ZKTableArchiveClient. |
| ZKTableArchiveClient |
Example class for how to use the table archiving coordinated via zookeeper
|