org.apache.accumulo.core.file
Class BloomFilterLayer

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

public class BloomFilterLayer
extends java.lang.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 java.lang.String BLOOM_FILE_NAME
           
static int HASH_COUNT
           
 
Constructor Summary
BloomFilterLayer()
           
 
Method Summary
static void main(java.lang.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 java.lang.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(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


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