org.apache.hadoop.hbase.util
Interface FileStatusFilter

All Known Implementing Classes:
AbstractFileStatusFilter, FSUtils.BlackListDirFilter, FSUtils.DirFilter, FSUtils.FamilyDirFilter, FSUtils.HFileFilter, FSUtils.ReferenceFileFilter, FSUtils.RegionDirFilter, FSUtils.UserTableDirFilter, SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter

@InterfaceAudience.Private
@InterfaceStability.Evolving
public interface FileStatusFilter


Method Summary
 boolean accept(org.apache.hadoop.fs.FileStatus f)
          Tests whether or not the specified filestatus should be included in a filestatus list.
 

Method Detail

accept

boolean accept(org.apache.hadoop.fs.FileStatus f)
Tests whether or not the specified filestatus should be included in a filestatus list.

Parameters:
f - The filestatus to be tested
Returns:
true if and only if the filestatus should be included


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.