public class CatchUpClient
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
| Constructor and Description |
|---|
CatchUpClient(TopologyService discoveryService,
org.neo4j.logging.LogProvider logProvider,
Clock clock,
long inactivityTimeoutMillis,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
makeBlockingRequest(MemberId target,
CatchUpRequest request,
CatchUpResponseCallback<T> responseHandler) |
void |
start() |
void |
stop() |
public CatchUpClient(TopologyService discoveryService, org.neo4j.logging.LogProvider logProvider, Clock clock, long inactivityTimeoutMillis, org.neo4j.kernel.monitoring.Monitors monitors)
public <T> T makeBlockingRequest(MemberId target, CatchUpRequest request, CatchUpResponseCallback<T> responseHandler) throws CatchUpClientException
CatchUpClientExceptionpublic void start()
start in interface org.neo4j.kernel.lifecycle.Lifecyclestart in class org.neo4j.kernel.lifecycle.LifecycleAdapterCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.