public interface NodeStateManager
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate the node.
|
void |
deactivate()
Deactivate the node.
|
void |
quiesce() |
void |
restart() |
void |
shutdownNode()
Shutdowns the node in the db.
|
void activate()
throws ClusterStateException
ClusterStateException - when we can't become active as requestedvoid deactivate()
throws NotClusteredException
NotClusteredException - if the instance is not clusteredvoid quiesce()
throws NotClusteredException
NotClusteredExceptionvoid restart()
void shutdownNode()
Copyright © 2002-2023 Atlassian. All Rights Reserved.