Uses of Class
org.apache.cassandra.utils.FilterFactory.Type

Packages that use FilterFactory.Type
org.apache.cassandra.io.sstable   
org.apache.cassandra.utils   
 

Uses of FilterFactory.Type in org.apache.cassandra.io.sstable
 

Fields in org.apache.cassandra.io.sstable declared as FilterFactory.Type
 FilterFactory.Type Descriptor.Version.filterType
           
 

Methods in org.apache.cassandra.io.sstable with parameters of type FilterFactory.Type
static IFilter IndexHelper.defreezeBloomFilter(FileDataInput file, FilterFactory.Type type)
           
static IFilter IndexHelper.defreezeBloomFilter(FileDataInput file, long maxSize, FilterFactory.Type type)
          De-freeze the bloom filter.
static void IndexHelper.skipBloomFilter(java.io.DataInput in, FilterFactory.Type type)
          Skip the bloom filter
 

Uses of FilterFactory.Type in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return FilterFactory.Type
static FilterFactory.Type FilterFactory.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FilterFactory.Type[] FilterFactory.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.utils with parameters of type FilterFactory.Type
static IFilter FilterFactory.deserialize(java.io.DataInput input, FilterFactory.Type type, boolean offheap)
           
static void FilterFactory.serialize(IFilter bf, java.io.DataOutput output, FilterFactory.Type type)
           
static long FilterFactory.serializedSize(IFilter bf, FilterFactory.Type type)
           
 



Copyright © 2013 The Apache Software Foundation