Uses of Interface
org.apache.cassandra.utils.obs.IBitSet

Packages that use IBitSet
org.apache.cassandra.utils   
org.apache.cassandra.utils.obs   
 

Uses of IBitSet in org.apache.cassandra.utils
 

Fields in org.apache.cassandra.utils declared as IBitSet
 IBitSet BloomFilter.bitset
           
 

Methods in org.apache.cassandra.utils with parameters of type IBitSet
protected  BloomFilter Murmur2BloomFilter.Murmur2BloomFilterSerializer.createFilter(int hashes, IBitSet bs)
           
protected  BloomFilter Murmur3BloomFilter.Murmur3BloomFilterSerializer.createFilter(int hashes, IBitSet bs)
           
 

Constructors in org.apache.cassandra.utils with parameters of type IBitSet
Murmur2BloomFilter(int hashes, IBitSet bs)
           
Murmur3BloomFilter(int hashes, IBitSet bs)
           
 

Uses of IBitSet in org.apache.cassandra.utils.obs
 

Classes in org.apache.cassandra.utils.obs that implement IBitSet
 class OffHeapBitSet
          Off-heap bitset, file compatible with OpeBitSet
 class OpenBitSet
          An "open" BitSet implementation that allows direct access to the arrays of words storing the bits.
 



Copyright © 2012 The Apache Software Foundation