public class PollCountStatisticImpl extends StatisticImpl implements CountStatistic
enabled
Constructor and Description |
---|
PollCountStatisticImpl(PollCountStatisticImpl parent,
String name,
String description) |
PollCountStatisticImpl(String name,
String description) |
PollCountStatisticImpl(String name,
String unit,
String description) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendFieldDescription(StringBuffer buffer) |
long |
getCount() |
double |
getFrequency() |
PollCountStatisticImpl |
getParent() |
double |
getPeriod() |
void |
setParent(PollCountStatisticImpl parent) |
getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, reset, setDoReset, setEnabled, toString, updateSampleTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLastSampleTime, getName, getStartTime, getUnit
public PollCountStatisticImpl(PollCountStatisticImpl parent, String name, String description)
public PollCountStatisticImpl(String name, String description)
public PollCountStatisticImpl(String name, String unit, String description)
public PollCountStatisticImpl getParent()
public void setParent(PollCountStatisticImpl parent)
public long getCount()
getCount
in interface CountStatistic
protected void appendFieldDescription(StringBuffer buffer)
appendFieldDescription
in class StatisticImpl
public double getPeriod()
public double getFrequency()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.