Class IterationNextResponse<K,E>
java.lang.Object
org.infinispan.hotrod.impl.operations.IterationNextResponse<K,E>
- Since:
- 14.0
-
Constructor Summary
ConstructorsConstructorDescriptionIterationNextResponse(short status, List<org.infinispan.api.common.CacheEntry<K, E>> entries, org.infinispan.commons.util.IntSet completedSegments, boolean hasMore) -
Method Summary
-
Constructor Details
-
IterationNextResponse
-
-
Method Details
-
hasMore
public boolean hasMore() -
getEntries
-
getStatus
public short getStatus() -
getCompletedSegments
public org.infinispan.commons.util.IntSet getCompletedSegments()
-