public class EntityConsumer<T> extends java.lang.Object implements DataPartitionConsumer<T>
| Constructor and Description |
|---|
EntityConsumer(T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Weather we have a next value
|
T |
next()
Return the next value
|
public EntityConsumer(T value)
public boolean hasNext()
DataPartitionConsumerhasNext in interface DataPartitionConsumer<T>public T next()
DataPartitionConsumernext in interface DataPartitionConsumer<T>