| Class | Description | 
|---|---|
| HFileArchiver | Utility class to handle the removal of HFiles (or the respective  StoreFiles)
 for a HRegion from theFileSystem. | 
| HFileArchiver.File | Wrapper to handle file operations uniformly | 
| HFileArchiver.FileablePath | |
| HFileArchiver.FileableStoreFile | |
| HFileArchiver.FileConverter<T> | Adapt a type to match the  HFileArchiver.Fileinterface, which is used internally for handling
 archival/removal of files | 
| HFileArchiver.FileStatusConverter | Convert a FileStatus to something we can manage in the archiving | 
| HFileArchiver.StoreToFile | Convert the  HStoreFileinto something we can manage in the archive
 methods | 
| Enum | Description | 
|---|---|
| BackupType | 
| Exception | Description | 
|---|---|
| FailedArchiveException | Exception indicating that some files in the requested set could not be archived. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.