public class CountSlidingBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
bufferSize |
protected int |
lastPublish |
protected boolean |
publish |
int |
windowSpacing
space in count between window publishes
|
protected int |
writePointer |
| Constructor and Description |
|---|
CountSlidingBuffer() |
public int bufferSize
public int windowSpacing
protected int lastPublish
protected int writePointer
protected boolean publish
public Object getBuffer()
Copyright © 2019. All rights reserved.