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 Filter IndexHelper.defreezeBloomFilter(FileDataInput file, FilterFactory.Type type)
           
static Filter IndexHelper.defreezeBloomFilter(FileDataInput file, long maxSize, FilterFactory.Type type)
          De-freeze 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 Filter FilterFactory.deserialize(java.io.DataInput input, FilterFactory.Type type)
           
static void FilterFactory.serialize(Filter bf, java.io.DataOutput output, FilterFactory.Type type)
           
static long FilterFactory.serializedSize(Filter bf, FilterFactory.Type type)
           
 



Copyright © 2012 The Apache Software Foundation