Uses of Class
org.apache.cassandra.io.sstable.IndexHelper.IndexInfo

Packages that use IndexHelper.IndexInfo
org.apache.cassandra.io.sstable   
 

Uses of IndexHelper.IndexInfo in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable that return IndexHelper.IndexInfo
static IndexHelper.IndexInfo IndexHelper.IndexInfo.deserialize(FileDataInput dis)
           
 

Methods in org.apache.cassandra.io.sstable that return types with arguments of type IndexHelper.IndexInfo
static java.util.ArrayList<IndexHelper.IndexInfo> IndexHelper.deserializeIndex(FileDataInput in)
          Deserialize the index into a structure and return it
static java.util.Comparator<IndexHelper.IndexInfo> IndexHelper.getComparator(AbstractType nameComparator)
           
 

Method parameters in org.apache.cassandra.io.sstable with type arguments of type IndexHelper.IndexInfo
static int IndexHelper.indexFor(java.nio.ByteBuffer name, java.util.List<IndexHelper.IndexInfo> indexList, AbstractType comparator, boolean reversed)
          the index of the IndexInfo in which @name will be found.
 



Copyright © 2011 The Apache Software Foundation