org.apache.accumulo.server.master.state
Class TableStats

java.lang.Object
  extended by org.apache.accumulo.server.master.state.TableStats

public class TableStats
extends Object


Constructor Summary
TableStats()
           
 
Method Summary
 void begin()
           
 void end()
           
 Map<org.apache.hadoop.io.Text,TableCounts> getLast()
           
 TableCounts getLast(org.apache.hadoop.io.Text tableId)
           
 long getScanTime()
           
 long lastScanFinished()
           
 void update(org.apache.hadoop.io.Text tableId, TabletState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableStats

public TableStats()
Method Detail

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.