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

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

Filter that only accepts completed snapshot directories


Constructor Summary
SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter(org.apache.hadoop.fs.FileSystem fs)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hbase.util.FSUtils.BlackListDirFilter
accept, isValidName
 
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 -


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.