org.apache.cassandra.db
Class ColumnIndex

java.lang.Object
  extended by org.apache.cassandra.db.ColumnIndex

public class ColumnIndex
extends java.lang.Object


Nested Class Summary
static class ColumnIndex.Builder
          Help to create an index for a column family based on size of columns, and write said columns to disk.
 
Field Summary
 IFilter bloomFilter
           
 java.util.List<IndexHelper.IndexInfo> columnsIndex
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnsIndex

public final java.util.List<IndexHelper.IndexInfo> columnsIndex

bloomFilter

public final IFilter bloomFilter


Copyright © 2013 The Apache Software Foundation