Uses of Interface
org.apache.hadoop.mapred.SequenceFileInputFilter.Filter

Packages that use SequenceFileInputFilter.Filter
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of SequenceFileInputFilter.Filter in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement SequenceFileInputFilter.Filter
static class SequenceFileInputFilter.FilterBase
          base class for Filters
static class SequenceFileInputFilter.MD5Filter
          This class returns a set of records by examing the MD5 digest of its key against a filtering frequency f.
static class SequenceFileInputFilter.PercentFilter
          This class returns a percentage of records The percentage is determined by a filtering frequency f using the criteria record# % f == 0.
static class SequenceFileInputFilter.RegexFilter
          Records filter by matching key to regex
 



Copyright © 2009 The Apache Software Foundation