org.apache.cassandra.utils
Class Filter

java.lang.Object
  extended by org.apache.cassandra.utils.Filter
Direct Known Subclasses:
BloomFilter, LegacyBloomFilter

public abstract class Filter
extends java.lang.Object


Constructor Summary
Filter()
           
 
Method Summary
abstract  void add(java.nio.ByteBuffer key)
           
abstract  boolean isPresent(java.nio.ByteBuffer key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()
Method Detail

add

public abstract void add(java.nio.ByteBuffer key)

isPresent

public abstract boolean isPresent(java.nio.ByteBuffer key)


Copyright © 2012 The Apache Software Foundation