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

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

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

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

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

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



Copyright © 2009 The Apache Software Foundation