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