|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.ColumnIndexer
public class ColumnIndexer
Help to create an index for a column family based on size of columns
Constructor Summary | |
---|---|
ColumnIndexer()
|
Method Summary | |
---|---|
static void |
serialize(IIterableColumns columns,
java.io.DataOutput dos)
Given a column family this, function creates an in-memory structure that represents the column index for the column family, and subsequently writes it to disk. |
static void |
serializeInternal(IIterableColumns columns,
java.io.DataOutput dos)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnIndexer()
Method Detail |
---|
public static void serialize(IIterableColumns columns, java.io.DataOutput dos)
columns
- Column family to create index fordos
- data output stream
java.io.IOException
public static void serializeInternal(IIterableColumns columns, java.io.DataOutput dos) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |