|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
INSTRUMENT_SAMPLE_TYPE_COUNTER
Type which identifies CounterInstrumentSamples. |
static int |
INSTRUMENT_SAMPLE_TYPE_MAXIMUM
Type which identifies MaximumInstrumentSamples. |
static int |
INSTRUMENT_SAMPLE_TYPE_MEAN
Type which identifies MeanInstrumentSamples. |
static int |
INSTRUMENT_SAMPLE_TYPE_MINIMUM
Type which identifies MinimumInstrumentSamples. |
Method Summary | |
int |
getInstrumentType()
Returns the Type of the Instrument which can use the sample. |
long |
getInterval()
Returns the sample interval. |
long |
getLeaseExpirationTime()
Obtain the UNIX time when the lease expires. |
int |
getSize()
Returns the number of samples in the sample history. |
long |
getTime()
Obtain the UNIX time of the beginning of the sample. |
int |
getType()
Returns the type of the Instrument Sample. |
int |
getValue()
Obtain the value of the sample. |
Methods inherited from interface org.apache.excalibur.instrument.client.ElementData |
getName, getParent, isConfigured |
Methods inherited from interface org.apache.excalibur.instrument.client.Data |
getDescription, getStateVersion, update |
Field Detail |
public static final int INSTRUMENT_SAMPLE_TYPE_COUNTER
public static final int INSTRUMENT_SAMPLE_TYPE_MINIMUM
public static final int INSTRUMENT_SAMPLE_TYPE_MAXIMUM
public static final int INSTRUMENT_SAMPLE_TYPE_MEAN
Method Detail |
public long getInterval()
public int getSize()
public int getType()
public int getValue()
public long getTime()
public long getLeaseExpirationTime()
public int getInstrumentType()
Should be one of the following: InstrumentData.PROFILE_POINT_TYPE_COUNTER or InstrumentData.PROFILE_POINT_TYPE_VALUE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |