Uses of Interface
org.apache.hadoop.mapreduce.lib.input.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. 
org.apache.hadoop.mapreduce.lib.input   
 

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

Subinterfaces of SequenceFileInputFilter.Filter in org.apache.hadoop.mapred
static interface SequenceFileInputFilter.Filter
          Deprecated. filter interface
 

Classes in org.apache.hadoop.mapred that implement SequenceFileInputFilter.Filter
static class SequenceFileInputFilter.MD5Filter
          Deprecated. This class returns a set of records by examing the MD5 digest of its key against a filtering frequency f.
static class SequenceFileInputFilter.PercentFilter
          Deprecated. 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
          Deprecated. Records filter by matching key to regex
 

Uses of SequenceFileInputFilter.Filter in org.apache.hadoop.mapreduce.lib.input
 

Classes in org.apache.hadoop.mapreduce.lib.input that implement SequenceFileInputFilter.Filter
static class SequenceFileInputFilter.FilterBase
          base class for Filters
 



Copyright © 2009 The Apache Software Foundation