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

Packages that use Filter
org.apache.cassandra.io.sstable   
org.apache.cassandra.utils   
 

Uses of Filter in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable that return Filter
static Filter IndexHelper.defreezeBloomFilter(FileDataInput file, boolean usesOldBloomFilter)
           
static Filter IndexHelper.defreezeBloomFilter(FileDataInput file, long maxSize, boolean useOldBuffer)
          De-freeze the bloom filter.
 Filter SSTableReader.getBloomFilter()
           
 

Uses of Filter in org.apache.cassandra.utils
 

Subclasses of Filter in org.apache.cassandra.utils
 class BloomFilter
           
 class LegacyBloomFilter
           
 



Copyright © 2012 The Apache Software Foundation