Interface ClusterFanIn.PeerAccessor

All Known Implementing Classes:
HttpClusterPeerAccessor
Enclosing class:
ClusterFanIn

public static interface ClusterFanIn.PeerAccessor
Queries a single peer's LOCAL log. Implementations MUST request the peer in a "local-only" mode so it does not fan out again (infinite recursion guard). Any failure (unreachable, timeout, non-2xx, parse error) MUST throw.