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 Detail

      • getSuspectedSegments

        org.infinispan.commons.util.IntSet getSuspectedSegments()
      • getSuspectedKeys

        Set<?> getSuspectedKeys()
      • getResult

        R getResult()