protected class CoStreamWindow.StreamWindow extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
batchPerSlide |
protected CircularFifoList<IN1> |
circularList1 |
protected CircularFifoList<IN2> |
circularList2 |
protected int |
granularity |
protected long |
minibatchCounter |
protected long |
numberOfBatches |
| Constructor and Description |
|---|
StreamWindow() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToBuffer1(IN1 nextValue) |
void |
addToBuffer2(IN2 nextValue) |
protected void |
checkWindowEnd(long timeStamp) |
Iterable<IN1> |
getIterable1() |
Iterable<IN2> |
getIterable2() |
protected boolean |
miniBatchEnd() |
void |
reduceLastBatch() |
String |
toString() |
boolean |
windowEnd() |
protected int granularity
protected int batchPerSlide
protected long numberOfBatches
protected long minibatchCounter
protected CircularFifoList<IN1> circularList1
protected CircularFifoList<IN2> circularList2
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.