org.neo4j.kernel.ha
Class MasterClientResolver.F17

java.lang.Object
  extended by org.neo4j.kernel.ha.MasterClientResolver.StaticMasterClientFactory
      extended by org.neo4j.kernel.ha.MasterClientResolver.F17
All Implemented Interfaces:
MasterClientFactory
Enclosing class:
MasterClientResolver

public static final class MasterClientResolver.F17
extends MasterClientResolver.StaticMasterClientFactory


Field Summary
 
Fields inherited from class org.neo4j.kernel.ha.MasterClientResolver.StaticMasterClientFactory
chunkSize, lockReadTimeout, maxConcurrentChannels, readTimeoutSeconds, stringLogger
 
Constructor Summary
MasterClientResolver.F17(org.neo4j.kernel.impl.util.StringLogger stringLogger, int readTimeoutSeconds, int lockReadTimeout, int maxConcurrentChannels, int chunkSize)
           
 
Method Summary
 MasterClient instantiate(String hostNameOrIp, int port, org.neo4j.kernel.impl.nioneo.store.StoreId storeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterClientResolver.F17

public MasterClientResolver.F17(org.neo4j.kernel.impl.util.StringLogger stringLogger,
                                int readTimeoutSeconds,
                                int lockReadTimeout,
                                int maxConcurrentChannels,
                                int chunkSize)
Method Detail

instantiate

public MasterClient instantiate(String hostNameOrIp,
                                int port,
                                org.neo4j.kernel.impl.nioneo.store.StoreId storeId)


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