public class TableStats extends Object
| Constructor and Description |
|---|
TableStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
end(MasterState state) |
Map<org.apache.hadoop.io.Text,TableCounts> |
getLast() |
TableCounts |
getLast(org.apache.hadoop.io.Text tableId) |
MasterState |
getLastMasterState() |
long |
getScanTime() |
long |
lastScanFinished() |
void |
update(org.apache.hadoop.io.Text tableId,
TabletState state) |
public void begin()
public void update(org.apache.hadoop.io.Text tableId,
TabletState state)
public void end(MasterState state)
public Map<org.apache.hadoop.io.Text,TableCounts> getLast()
public MasterState getLastMasterState()
public TableCounts getLast(org.apache.hadoop.io.Text tableId)
public long getScanTime()
public long lastScanFinished()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.