Package | Description |
---|---|
org.apache.hadoop.hbase.master.snapshot |
Modifier and Type | Field and Description |
---|---|
private SnapshotFileCache.SnapshotFileInspector |
SnapshotFileCache.fileInspector |
Constructor and Description |
---|
SnapshotFileCache(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
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.