public class MasterClientResolver extends Object implements MasterClientFactory, org.neo4j.com.MismatchingVersionHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
MasterClientResolver.F201 |
static class |
MasterClientResolver.F210 |
| Constructor and Description |
|---|
MasterClientResolver(org.neo4j.kernel.logging.Logging logging,
int readTimeout,
int lockReadTimeout,
int channels,
int chunkSize) |
| Modifier and Type | Method and Description |
|---|---|
MasterClientFactory |
assignDefaultFactory() |
MasterClientFactory |
getFor(int applicationProtocol,
int internalProtocol) |
MasterClient |
instantiate(String hostNameOrIp,
int port,
org.neo4j.kernel.monitoring.Monitors monitors,
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.monitoring.Monitors monitors, 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 assignDefaultFactory()
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.