| Package | Description | 
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.columniterator | |
| org.apache.cassandra.io.sstable | 
| Modifier and Type | Method and Description | 
|---|---|
| IndexInfo | RowIndexEntry.IndexInfoRetriever. columnsIndex(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RowIndexEntry<IndexInfo> | RowIndexEntry. create(long dataFilePosition,
      long indexFilePosition,
      DeletionTime deletionTime,
      long headerLength,
      int columnIndexCount,
      int indexedPartSize,
      java.util.List<IndexInfo> indexSamples,
      int[] offsets,
      ISerializer<IndexInfo> idxInfoSerializer) | 
| RowIndexEntry<IndexInfo> | RowIndexEntry.Serializer. deserialize(DataInputPlus in,
           long indexFilePosition) | 
| RowIndexEntry<IndexInfo> | RowIndexEntry.Serializer. deserializeForCache(DataInputPlus in) | 
| java.util.Comparator<IndexInfo> | ClusteringComparator. indexComparator(boolean reversed) | 
| java.util.List<IndexInfo> | ColumnIndex. indexSamples() | 
| Modifier and Type | Method and Description | 
|---|---|
| static RowIndexEntry<IndexInfo> | RowIndexEntry. create(long dataFilePosition,
      long indexFilePosition,
      DeletionTime deletionTime,
      long headerLength,
      int columnIndexCount,
      int indexedPartSize,
      java.util.List<IndexInfo> indexSamples,
      int[] offsets,
      ISerializer<IndexInfo> idxInfoSerializer) | 
| static RowIndexEntry<IndexInfo> | RowIndexEntry. create(long dataFilePosition,
      long indexFilePosition,
      DeletionTime deletionTime,
      long headerLength,
      int columnIndexCount,
      int indexedPartSize,
      java.util.List<IndexInfo> indexSamples,
      int[] offsets,
      ISerializer<IndexInfo> idxInfoSerializer) | 
| void | RowIndexEntry.Serializer. serialize(RowIndexEntry<IndexInfo> rie,
         DataOutputPlus out,
         java.nio.ByteBuffer indexInfo) | 
| void | RowIndexEntry.Serializer. serializeForCache(RowIndexEntry<IndexInfo> rie,
                 DataOutputPlus out) | 
| Constructor and Description | 
|---|
| ColumnIndex(SerializationHeader header,
           SequentialWriter writer,
           Version version,
           java.util.Collection<SSTableFlushObserver> observers,
           ISerializer<IndexInfo> indexInfoSerializer) | 
| Modifier and Type | Method and Description | 
|---|---|
| IndexInfo | AbstractSSTableIterator.IndexState. currentIndex() | 
| IndexInfo | AbstractSSTableIterator.IndexState. index(int i) | 
| Modifier and Type | Method and Description | 
|---|---|
| IndexInfo | IndexInfo.Serializer. deserialize(DataInputPlus in) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IndexInfo.Serializer. serialize(IndexInfo info,
         DataOutputPlus out) | 
| long | IndexInfo.Serializer. serializedSize(IndexInfo info) | 
Copyright © 2018 The Apache Software Foundation