Uses of Class
org.apache.cassandra.utils.BloomFilter

Packages that use BloomFilter
org.apache.cassandra.io   
org.apache.cassandra.utils   
 

Uses of BloomFilter in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io with parameters of type BloomFilter
 void SSTable.close(BloomFilter bf)
           
 void SSTable.closeRename(BloomFilter bf)
          Renames a temporary SSTable file to a valid data and index file
static void SSTable.storeBloomFilter(java.lang.String filename, BloomFilter bf)
           
 

Uses of BloomFilter in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return types with arguments of type BloomFilter
static ICompactSerializer<BloomFilter> BloomFilter.serializer()
           
 



Copyright © 2009 The Apache Software Foundation