org.apache.accumulo.core.file
Class BloomFilterLayer

java.lang.Object
  extended by org.apache.accumulo.core.file.BloomFilterLayer

public class BloomFilterLayer
extends Object

A class that sits on top of different accumulo file formats and provides bloom filter functionality.


Nested Class Summary
static class BloomFilterLayer.Reader
           
static class BloomFilterLayer.Writer
           
 
Field Summary
static String BLOOM_FILE_NAME
           
static int HASH_COUNT
           
 
Constructor Summary
BloomFilterLayer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOOM_FILE_NAME

public static final String BLOOM_FILE_NAME
See Also:
Constant Field Values

HASH_COUNT

public static final int HASH_COUNT
See Also:
Constant Field Values
Constructor Detail

BloomFilterLayer

public BloomFilterLayer()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


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