public class BasicEventStream extends AbstractEventStream
cp_1 cp_2 ... cp_n outcome
cp_1,cp_2,...,cp_n,outcome
Constructor and Description |
---|
BasicEventStream(DataStream ds) |
BasicEventStream(DataStream ds,
String sep) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
Event |
next()
Returns the next Event object held in this EventStream.
|
remove
public BasicEventStream(DataStream ds, String sep)
public BasicEventStream(DataStream ds)
public Event next()
public boolean hasNext()
Copyright © 2015 The Apache Software Foundation. All rights reserved.