org.apache.accumulo.server.tabletserver
Class CompactionStats

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.CompactionStats

public class CompactionStats
extends Object


Constructor Summary
CompactionStats()
           
 
Method Summary
 void add(CompactionStats mcs)
           
 long getEntriesRead()
           
 long getEntriesWritten()
           
 long getFileSize()
           
 void setFileSize(long fileSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompactionStats

public CompactionStats()
Method Detail

getEntriesRead

public long getEntriesRead()

getEntriesWritten

public long getEntriesWritten()

add

public void add(CompactionStats mcs)

setFileSize

public void setFileSize(long fileSize)

getFileSize

public long getFileSize()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.