org.neo4j.kernel.ha.com.slave
Interface MasterClientFactory

All Known Implementing Classes:
MasterClientResolver, MasterClientResolver.F18, MasterClientResolver.F196, MasterClientResolver.StaticMasterClientFactory

public interface MasterClientFactory


Method Summary
 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)
           
 

Method Detail

instantiate

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)


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