org.apache.cassandra.io
Interface ICompactionInfo

All Known Implementing Classes:
CompactionIterator, SSTableWriter.Builder, Table.IndexBuilder

public interface ICompactionInfo


Method Summary
 long getBytesRead()
           
 java.lang.String getTaskType()
           
 long getTotalBytes()
           
 

Method Detail

getTotalBytes

long getTotalBytes()

getBytesRead

long getBytesRead()

getTaskType

java.lang.String getTaskType()


Copyright © 2011 The Apache Software Foundation