Class SegmentPublisherResult<R>
java.lang.Object
org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult<R>
- All Implemented Interfaces:
PublisherResult<R>
A PublisherResult that was performed due to segments only
- Since:
- 10.0
- Author:
- wburns
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSegmentPublisherResult(org.infinispan.commons.util.IntSet suspectedSegments, R result) -
Method Summary
-
Constructor Details
-
SegmentPublisherResult
-
-
Method Details
-
getSuspectedSegments
public org.infinispan.commons.util.IntSet getSuspectedSegments()- Specified by:
getSuspectedSegmentsin interfacePublisherResult<R>
-
getSuspectedKeys
- Specified by:
getSuspectedKeysin interfacePublisherResult<R>
-
getResult
- Specified by:
getResultin interfacePublisherResult<R>
-
toString
-