Uses of Interface
org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache.SnapshotFileInspector
-
Uses of SnapshotFileCache.SnapshotFileInspector in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeFieldDescriptionprivate final SnapshotFileCache.SnapshotFileInspector
SnapshotFileCache.fileInspector
ModifierConstructorDescriptionSnapshotFileCache
(org.apache.hadoop.conf.Configuration conf, long cacheRefreshPeriod, long cacheRefreshDelay, String refreshThreadName, SnapshotFileCache.SnapshotFileInspector inspectSnapshotFiles) Create a snapshot file cache for all snapshots under the specified [root]/.snapshot on the filesystem.SnapshotFileCache
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.fs.FileSystem workingFs, org.apache.hadoop.fs.Path workingDir, long cacheRefreshPeriod, long cacheRefreshDelay, String refreshThreadName, SnapshotFileCache.SnapshotFileInspector inspectSnapshotFiles) Create a snapshot file cache for all snapshots under the specified [root]/.snapshot on the filesystem