|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.excalibur.instrument.manager.InstrumentSampleSnapshot
public class InstrumentSampleSnapshot
| Field Summary | |
|---|---|
private java.lang.String |
m_InstrumentSampleName
The name used to reference the InstrumentSample. |
private long |
m_interval
The interval between each sample. |
private int[] |
m_samples
The samples as an array of integers. |
private int |
m_size
The number of samples in the InstrumentSample. |
private int |
m_stateVersion
State Version. |
private long |
m_time
The time that the last sample starts. |
(package private) static long |
serialVersionUID
|
| 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 |
| Field Detail |
|---|
static final long serialVersionUID
private java.lang.String m_InstrumentSampleName
private long m_interval
private int m_size
private long m_time
private int[] m_samples
private int m_stateVersion
| 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 | ||||||||