org.apache.hadoop.hbase.snapshot
Class SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter
java.lang.Object
org.apache.hadoop.hbase.util.FSUtils.DirFilter
org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter
- All Implemented Interfaces:
- org.apache.hadoop.fs.PathFilter
- Enclosing class:
- SnapshotDescriptionUtils
public static class SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter
- extends FSUtils.DirFilter
Filter that only accepts completed snapshot directories
Method Summary |
boolean |
accept(org.apache.hadoop.fs.Path path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter
public SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter(org.apache.hadoop.fs.FileSystem fs)
- Parameters:
fs
-
accept
public boolean accept(org.apache.hadoop.fs.Path path)
- Specified by:
accept
in interface org.apache.hadoop.fs.PathFilter
- Overrides:
accept
in class FSUtils.DirFilter
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.