This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.contrib.bloomfilter.BloomFilterFn (Apache Crunch 0.10.0 API)

Uses of Class
org.apache.crunch.contrib.bloomfilter.BloomFilterFn

Packages that use BloomFilterFn
org.apache.crunch.contrib.bloomfilter Support for creating Bloom Filters. 
 

Uses of BloomFilterFn in org.apache.crunch.contrib.bloomfilter
 

Methods in org.apache.crunch.contrib.bloomfilter with parameters of type BloomFilterFn
static PObject<Map<String,org.apache.hadoop.util.bloom.BloomFilter>> BloomFilterFactory.createFilter(org.apache.hadoop.fs.Path inputPath, BloomFilterFn<String> filterFn)
          The method will take an input path and generates BloomFilters for all text files in that path.
static
<T> PObject<org.apache.hadoop.util.bloom.BloomFilter>
BloomFilterFactory.createFilter(PCollection<T> collection, BloomFilterFn<T> filterFn)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.