T - public abstract class AbstractModeSwitcher<T> extends Object implements ModeSwitcher, org.neo4j.kernel.lifecycle.Lifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
shutdown() |
void |
start() |
void |
stop() |
void |
switchToMaster() |
void |
switchToPending() |
void |
switchToSlave() |
public void init()
throws Throwable
init in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void start()
throws Throwable
start in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void stop()
throws Throwable
stop in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void shutdown()
throws Throwable
shutdown in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void switchToMaster()
switchToMaster in interface ModeSwitcherpublic void switchToSlave()
switchToSlave in interface ModeSwitcherpublic void switchToPending()
switchToPending in interface ModeSwitcherCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.