org.apache.cassandra.utils
Interface IFilter

All Superinterfaces:
java.io.Closeable
All Known Implementing Classes:
AlwaysPresentFilter, BloomFilter, LegacyBloomFilter, Murmur2BloomFilter, Murmur3BloomFilter

public interface IFilter
extends java.io.Closeable


Method Summary
 void add(java.nio.ByteBuffer key)
           
 void clear()
           
 boolean isPresent(java.nio.ByteBuffer key)
           
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

add

void add(java.nio.ByteBuffer key)

isPresent

boolean isPresent(java.nio.ByteBuffer key)

clear

void clear()


Copyright © 2012 The Apache Software Foundation