Class KeyPublisherResult<K,R>
java.lang.Object
org.infinispan.reactive.publisher.impl.commands.reduction.KeyPublisherResult<K,R>
- All Implemented Interfaces:
PublisherResult<R>
A PublisherResult that was performed due to included keys. Note that this response is only ever created on the
originator node. This is because we can't have a partial response with key based publishers. Either all results
are returned or the node crashes or has an exception.
- Since:
- 10.0
- Author:
- wburns
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyPublisherResult
-
-
Method Details
-
getSuspectedSegments
public org.infinispan.commons.util.IntSet getSuspectedSegments()- Specified by:
getSuspectedSegmentsin interfacePublisherResult<K>
-
getSuspectedKeys
- Specified by:
getSuspectedKeysin interfacePublisherResult<K>
-
getResult
- Specified by:
getResultin interfacePublisherResult<K>
-
toString
-