Class CompactionInfo
- java.lang.Object
-
- org.apache.accumulo.tserver.tablet.CompactionInfo
-
public class CompactionInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEntriesRead()longgetEntriesWritten()KeyExtentgetExtent()longgetID()StringgetOutputFile()ThreadgetThread()ActiveCompactiontoThrift()
-
-
-
Method Detail
-
getID
public long getID()
-
getExtent
public KeyExtent getExtent()
-
getEntriesRead
public long getEntriesRead()
-
getEntriesWritten
public long getEntriesWritten()
-
getThread
public Thread getThread()
-
getOutputFile
public String getOutputFile()
-
toThrift
public ActiveCompaction toThrift()
-
-