Class IterationNextResponse<K,E>
- java.lang.Object
-
- org.infinispan.hotrod.impl.operations.IterationNextResponse<K,E>
-
public class IterationNextResponse<K,E> extends Object
- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description IterationNextResponse(short status, List<org.infinispan.api.common.CacheEntry<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<org.infinispan.api.common.CacheEntry<K,E>>getEntries()shortgetStatus()booleanhasMore()
-