public class IterationNextResponse<K,E> extends Object
| Constructor and Description |
|---|
IterationNextResponse(short status,
List<Map.Entry<K,E>> entries,
IntSet completedSegments,
boolean hasMore) |
| Modifier and Type | Method and Description |
|---|---|
IntSet |
getCompletedSegments() |
List<Map.Entry<K,E>> |
getEntries() |
short |
getStatus() |
boolean |
hasMore() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.