Interface PublisherResult<R>
-
- All Known Implementing Classes:
KeyPublisherResult,SegmentPublisherResult
public interface PublisherResult<R>A result from a publisher. It may or may not contain a result. Also depending on the type of publisher operation it may or may not contain either suspected segments or suspected keys, but never both.- Since:
- 10.0
- Author:
- wburns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgetResult()Set<?>getSuspectedKeys()org.infinispan.commons.util.IntSetgetSuspectedSegments()
-