Class RemoteGetSingleKeyCollector

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

public class RemoteGetSingleKeyCollector extends Object implements ResponseCollector<Address, 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