Uses of Class
org.apache.hadoop.hbase.backup.HFileArchiver.File
Packages that use HFileArchiver.File
-
Uses of HFileArchiver.File in org.apache.hadoop.hbase.backup
Subclasses of HFileArchiver.File in org.apache.hadoop.hbase.backupModifier and TypeClassDescriptionprivate static class
private static class
Fields in org.apache.hadoop.hbase.backup with type parameters of type HFileArchiver.FileModifier and TypeFieldDescriptionprivate static final Function<HFileArchiver.File,
org.apache.hadoop.fs.Path> HFileArchiver.FUNC_FILE_TO_PATH
Methods in org.apache.hadoop.hbase.backup that return HFileArchiver.FileModifier and TypeMethodDescriptionHFileArchiver.FileStatusConverter.apply
(org.apache.hadoop.fs.FileStatus input) HFileArchiver.StoreToFile.apply
(HStoreFile input) Methods in org.apache.hadoop.hbase.backup that return types with arguments of type HFileArchiver.FileModifier and TypeMethodDescription(package private) abstract Collection<HFileArchiver.File>
HFileArchiver.File.getChildren()
HFileArchiver.FileablePath.getChildren()
HFileArchiver.FileableStoreFile.getChildren()
private static List<HFileArchiver.File>
HFileArchiver.resolveAndArchive
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path baseArchiveDir, Collection<HFileArchiver.File> toArchive, long start) Resolve any conflict with an existing archive file via timestamp-append renaming of the existing file and then archive the passed in files.Methods in org.apache.hadoop.hbase.backup with parameters of type HFileArchiver.FileModifier and TypeMethodDescriptionprivate static boolean
HFileArchiver.resolveAndArchiveFile
(org.apache.hadoop.fs.Path archiveDir, HFileArchiver.File currentFile, String archiveStartTime) Attempt to archive the passed in file to the archive directory.Method parameters in org.apache.hadoop.hbase.backup with type arguments of type HFileArchiver.FileModifier and TypeMethodDescriptionprivate static List<HFileArchiver.File>
HFileArchiver.resolveAndArchive
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path baseArchiveDir, Collection<HFileArchiver.File> toArchive, long start) Resolve any conflict with an existing archive file via timestamp-append renaming of the existing file and then archive the passed in files.