org.apache.cassandra.db
Class Table.IndexBuilder

java.lang.Object
  extended by org.apache.cassandra.db.Table.IndexBuilder
All Implemented Interfaces:
ICompactionInfo
Enclosing class:
Table

public class Table.IndexBuilder
extends java.lang.Object
implements ICompactionInfo


Constructor Summary
Table.IndexBuilder(ColumnFamilyStore cfs, java.util.SortedSet<java.nio.ByteBuffer> columns, ReducingKeyIterator iter)
           
 
Method Summary
 void build()
           
 long getBytesComplete()
           
 java.lang.String getTaskType()
           
 long getTotalBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table.IndexBuilder

public Table.IndexBuilder(ColumnFamilyStore cfs,
                          java.util.SortedSet<java.nio.ByteBuffer> columns,
                          ReducingKeyIterator iter)
Method Detail

build

public void build()

getTotalBytes

public long getTotalBytes()
Specified by:
getTotalBytes in interface ICompactionInfo

getBytesComplete

public long getBytesComplete()
Specified by:
getBytesComplete in interface ICompactionInfo

getTaskType

public java.lang.String getTaskType()
Specified by:
getTaskType in interface ICompactionInfo


Copyright © 2011 The Apache Software Foundation