|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.excalibur.instrument.manager.InstrumentSampleSnapshot
Constructor Summary | |
InstrumentSampleSnapshot(java.lang.String InstrumentSampleName,
long interval,
int size,
long time,
int[] samples,
int stateVersion)
|
Method Summary | |
java.lang.String |
getInstrumentSampleName()
Returns the name used to reference the InstrumentSample. |
long |
getInterval()
Returns the interval, in milliseconds, between each sample. |
int[] |
getSamples()
Returns the samples as an array of integers. |
int |
getSize()
Returns the number of samples in the InstrumentSample. |
int |
getStateVersion()
Returns the stateVersion of the sample. |
long |
getTime()
Returns the time that the last sample starts. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InstrumentSampleSnapshot(java.lang.String InstrumentSampleName, long interval, int size, long time, int[] samples, int stateVersion)
InstrumentSampleName
- The name used to reference the InstrumentSample.interval
- The interval between each sample.size
- The number of samples in the InstrumentSample.time
- The time that the last sample starts.samples
- The samples as an array of integers.stateVersion
- The current state version of the sample.Method Detail |
public java.lang.String getInstrumentSampleName()
public long getInterval()
public int getSize()
public long getTime()
public int[] getSamples()
public int getStateVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |