object NodeStatus
- Alphabetic
- By Inheritance
- NodeStatus
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(code: Int): NodeStatus
- object Arbiter extends NodeStatus with CanonicalNodeStatus
Can vote.
Can vote. Arbiters do not replicate data and exist solely to participate in elections.
- object Down extends NodeStatus with CanonicalNodeStatus
Cannot vote.
Cannot vote. Is not accessible to the set.
- object Fatal extends NodeStatus with CanonicalNodeStatus
Cannot vote.
Cannot vote. Has encountered an unrecoverable error.
- object NonQueryableUnknownStatus extends NodeStatus
- object Primary extends NodeStatus with QueryableNodeStatus with CanonicalNodeStatus
Can vote.
Can vote. The primary is the only member to accept write operations.
- object Recovering extends NodeStatus with CanonicalNodeStatus
Can vote.
Can vote. Members either perform startup self-checks, or transition from completing a rollback or resync.
- object Rollback extends NodeStatus with CanonicalNodeStatus
Can vote.
Can vote. Performs a rollback.
- object Secondary extends NodeStatus with QueryableNodeStatus with CanonicalNodeStatus
Can vote.
Can vote. The secondary replicates the data store.
- object Shunned extends NodeStatus with CanonicalNodeStatus
Shunned.
- object Startup extends NodeStatus with CanonicalNodeStatus
Cannot vote.
Cannot vote. All members start up in this state. The mongod parses the replica set configuration document while in STARTUP.
- object Startup2 extends NodeStatus with CanonicalNodeStatus
Cannot vote.
Cannot vote. Forks replication and election threads before becoming a secondary.
- object Uninitialized extends NodeStatus
- object Unknown extends NodeStatus with CanonicalNodeStatus
Cannot vote.
Cannot vote. Has never connected to the replica set.