org.neo4j.kernel.ha.com.slave
Class MasterClientResolver.StaticMasterClientFactory

java.lang.Object
  extended by org.neo4j.kernel.ha.com.slave.MasterClientResolver.StaticMasterClientFactory
All Implemented Interfaces:
MasterClientFactory
Direct Known Subclasses:
MasterClientResolver.F153, MasterClientResolver.F17, MasterClientResolver.F18, MasterClientResolver.F20
Enclosing class:
MasterClientResolver

protected abstract static class MasterClientResolver.StaticMasterClientFactory
extends Object
implements MasterClientFactory


Field Summary
protected  int chunkSize
           
protected  int lockReadTimeout
           
protected  org.neo4j.kernel.logging.Logging logging
           
protected  int maxConcurrentChannels
           
protected  int readTimeoutSeconds
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neo4j.kernel.ha.com.slave.MasterClientFactory
instantiate
 

Field Detail

logging

protected final org.neo4j.kernel.logging.Logging logging

readTimeoutSeconds

protected final int readTimeoutSeconds

lockReadTimeout

protected final int lockReadTimeout

maxConcurrentChannels

protected final int maxConcurrentChannels

chunkSize

protected final int chunkSize


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.