public interface DataStream
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
Object |
nextToken()
Returns the next slice of data held in this DataStream.
|
Object nextToken()
boolean hasNext()
Copyright © 2017 The Apache Software Foundation. All rights reserved.