public class AggregationNthState extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
AggregationNthState() |
Modifier and Type | Method and Description |
---|---|
Object[] |
getCircularBuffer() |
int |
getCurrentBufferElementPointer() |
long |
getNumDataPoints() |
void |
setCircularBuffer(Object[] circularBuffer) |
void |
setCurrentBufferElementPointer(int currentBufferElementPointer) |
void |
setNumDataPoints(long numDataPoints) |
public static final EPTypeClass EPTYPE
public Object[] getCircularBuffer()
public int getCurrentBufferElementPointer()
public long getNumDataPoints()
public void setCircularBuffer(Object[] circularBuffer)
public void setCurrentBufferElementPointer(int currentBufferElementPointer)
public void setNumDataPoints(long numDataPoints)
Copyright © 2005–2021. All rights reserved.