public class SwitchToMaster extends Object
| Constructor and Description |
|---|
SwitchToMaster(org.neo4j.kernel.logging.Logging logging,
org.neo4j.kernel.impl.util.StringLogger msgLog,
org.neo4j.kernel.GraphDatabaseAPI graphDb,
HaIdGeneratorFactory idGeneratorFactory,
org.neo4j.kernel.configuration.Config config,
org.neo4j.graphdb.DependencyResolver resolver,
DelegateInvocationHandler<Master> masterDelegateHandler,
org.neo4j.cluster.member.ClusterMemberAvailability clusterMemberAvailability,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Modifier and Type | Method and Description |
|---|---|
URI |
switchToMaster(org.neo4j.kernel.lifecycle.LifeSupport haCommunicationLife,
URI me)
Performs a switch to the master state.
|
public SwitchToMaster(org.neo4j.kernel.logging.Logging logging,
org.neo4j.kernel.impl.util.StringLogger msgLog,
org.neo4j.kernel.GraphDatabaseAPI graphDb,
HaIdGeneratorFactory idGeneratorFactory,
org.neo4j.kernel.configuration.Config config,
org.neo4j.graphdb.DependencyResolver resolver,
DelegateInvocationHandler<Master> masterDelegateHandler,
org.neo4j.cluster.member.ClusterMemberAvailability clusterMemberAvailability,
org.neo4j.kernel.monitoring.Monitors monitors)
public URI switchToMaster(org.neo4j.kernel.lifecycle.LifeSupport haCommunicationLife, URI me)
haCommunicationLife - The LifeSupport instance to register communication endpoints.me - The URI that the communication endpoints should bind toCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.