org.apache.cassandra.io
Interface ICompactionInfo

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

public interface ICompactionInfo


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

Method Detail

getTotalBytes

long getTotalBytes()

getBytesComplete

long getBytesComplete()

getTaskType

java.lang.String getTaskType()


Copyright © 2011 The Apache Software Foundation