public class CountersTable extends Object
Constructor and Description |
---|
CountersTable() |
CountersTable(List<MonitoringCounter> counters) |
Modifier and Type | Method and Description |
---|---|
void |
addCounter(MonitoringCounter counter) |
List<MonitoringCounter> |
getCounters() |
static CountersTable |
readCounters(DataInputStream stream) |
void |
writeCounters(DataOutputStream stream) |
public CountersTable()
public CountersTable(List<MonitoringCounter> counters)
public List<MonitoringCounter> getCounters()
public void addCounter(MonitoringCounter counter)
public void writeCounters(DataOutputStream stream)
public static CountersTable readCounters(DataInputStream stream)
Copyright © 2017 ICF Olson. All rights reserved.