public class MasterClientResolver extends Object implements MasterClientFactory, org.neo4j.com.MismatchingVersionHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
MasterClientResolver.F153 |
static class |
MasterClientResolver.F17 |
static class |
MasterClientResolver.F18 |
static class |
MasterClientResolver.F20 |
protected static class |
MasterClientResolver.StaticMasterClientFactory |
| Constructor and Description |
|---|
MasterClientResolver(org.neo4j.kernel.logging.Logging logging,
int readTimeout,
int lockReadTimeout,
int channels,
int chunkSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
enableDowngradeBarrier() |
MasterClientFactory |
getDefault() |
MasterClientFactory |
getFor(int applicationProtocol,
int internalProtocol) |
MasterClient |
instantiate(String hostNameOrIp,
int port,
org.neo4j.kernel.impl.nioneo.store.StoreId storeId,
org.neo4j.kernel.lifecycle.LifeSupport life) |
void |
versionMismatched(int expected,
int received) |
public MasterClientResolver(org.neo4j.kernel.logging.Logging logging,
int readTimeout,
int lockReadTimeout,
int channels,
int chunkSize)
public MasterClient instantiate(String hostNameOrIp, int port, org.neo4j.kernel.impl.nioneo.store.StoreId storeId, org.neo4j.kernel.lifecycle.LifeSupport life)
instantiate in interface MasterClientFactorypublic void versionMismatched(int expected,
int received)
versionMismatched in interface org.neo4j.com.MismatchingVersionHandlerpublic MasterClientFactory getFor(int applicationProtocol, int internalProtocol)
public MasterClientFactory getDefault()
public void enableDowngradeBarrier()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.