public class RealBasicEventStream extends AbstractEventStream
| Constructor and Description |
|---|
RealBasicEventStream(DataStream ds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
static void |
main(String[] args) |
Event |
next()
Returns the next Event object held in this EventStream.
|
removepublic RealBasicEventStream(DataStream ds)
public Event next()
EventStreampublic boolean hasNext()
EventStreampublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.