Uses of Interface
org.neo4j.kernel.ha.MasterClient

Packages that use MasterClient
org.neo4j.kernel.ha   
 

Uses of MasterClient in org.neo4j.kernel.ha
 

Classes in org.neo4j.kernel.ha that implement MasterClient
 class MasterClient153
          The Master a slave should use to communicate with its master.
 class MasterClient17
          The Master a slave should use to communicate with its master.
 class MasterClient18
          The Master a slave should use to communicate with its master.
 

Methods in org.neo4j.kernel.ha that return MasterClient
 MasterClient MasterClientFactory.instantiate(String hostNameOrIp, int port, org.neo4j.kernel.impl.nioneo.store.StoreId storeId)
           
 MasterClient MasterClientResolver.instantiate(String hostNameOrIp, int port, org.neo4j.kernel.impl.nioneo.store.StoreId storeId)
           
 MasterClient MasterClientResolver.F153.instantiate(String hostNameOrIp, int port, org.neo4j.kernel.impl.nioneo.store.StoreId storeId)
           
 MasterClient MasterClientResolver.F17.instantiate(String hostNameOrIp, int port, org.neo4j.kernel.impl.nioneo.store.StoreId storeId)
           
 MasterClient MasterClientResolver.F18.instantiate(String hostNameOrIp, int port, org.neo4j.kernel.impl.nioneo.store.StoreId storeId)
           
 



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