org.apache.accumulo.server.master.state
Class TableStats
java.lang.Object
org.apache.accumulo.server.master.state.TableStats
public class TableStats
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableStats
public TableStats()
begin
public void begin()
update
public void update(org.apache.hadoop.io.Text tableId,
TabletState state)
end
public void end()
getLast
public Map<org.apache.hadoop.io.Text,TableCounts> getLast()
getLast
public TableCounts getLast(org.apache.hadoop.io.Text tableId)
getScanTime
public long getScanTime()
lastScanFinished
public long lastScanFinished()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.