Class IterationNextResponse<K,E>
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.operations.IterationNextResponse<K,E>
-
public class IterationNextResponse<K,E> extends Object
- Since:
- 8.0
- Author:
- gustavonalle
-
-
Constructor Summary
Constructors Constructor Description IterationNextResponse(short status, List<Map.Entry<K,E>> entries, org.infinispan.commons.util.IntSet completedSegments, boolean hasMore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commons.util.IntSetgetCompletedSegments()List<Map.Entry<K,E>>getEntries()shortgetStatus()booleanhasMore()
-