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.
|
remove
public RealBasicEventStream(DataStream ds)
public Event next()
EventStream
public boolean hasNext()
EventStream
public static void main(String[] args) throws IOException
IOException
Copyright © 2019 The Apache Software Foundation. All rights reserved.