Class RemoteGetSingleKeyCollector

java.lang.Object
org.infinispan.interceptors.distribution.RemoteGetSingleKeyCollector
All Implemented Interfaces:
ResponseCollector<SuccessfulResponse>

public class RemoteGetSingleKeyCollector extends Object implements ResponseCollector<SuccessfulResponse>
Return the first successful response for a staggered remote get, used in dist mode. Throw an OutdatedTopologyException if all responses are either UnsureResponse or CacheNotFoundResponse. Throw an exception immediately if a response is exceptional or unexpected.
Since:
9.4
Author:
Dan Berindei
  • Constructor Details

    • RemoteGetSingleKeyCollector

      public RemoteGetSingleKeyCollector()
  • Method Details