org.apache.hadoop.hbase.snapshot
Class SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter

java.lang.Object
  extended by org.apache.hadoop.hbase.util.FSUtils.DirFilter
      extended by 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


Constructor Summary
SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter(org.apache.hadoop.fs.FileSystem fs)
           
 
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
 

Constructor Detail

SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter

public SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter(org.apache.hadoop.fs.FileSystem fs)
Parameters:
fs -
Method Detail

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.