|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstrumentSampleElementData
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 |
---|
static final int INSTRUMENT_SAMPLE_TYPE_COUNTER
static final int INSTRUMENT_SAMPLE_TYPE_MINIMUM
static final int INSTRUMENT_SAMPLE_TYPE_MAXIMUM
static final int INSTRUMENT_SAMPLE_TYPE_MEAN
Method Detail |
---|
long getInterval()
int getSize()
int getType()
int getValue()
long getTime()
long getLeaseExpirationTime()
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 |