object NodeStatus

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeStatus
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(code: Int): NodeStatus
  2. object Arbiter extends NodeStatus with CanonicalNodeStatus

    Can vote.

    Can vote. Arbiters do not replicate data and exist solely to participate in elections.

  3. object Down extends NodeStatus with CanonicalNodeStatus

    Cannot vote.

    Cannot vote. Is not accessible to the set.

  4. object Fatal extends NodeStatus with CanonicalNodeStatus

    Cannot vote.

    Cannot vote. Has encountered an unrecoverable error.

  5. object NonQueryableUnknownStatus extends NodeStatus
  6. object Primary extends NodeStatus with QueryableNodeStatus with CanonicalNodeStatus

    Can vote.

    Can vote. The primary is the only member to accept write operations.

  7. object Recovering extends NodeStatus with CanonicalNodeStatus

    Can vote.

    Can vote. Members either perform startup self-checks, or transition from completing a rollback or resync.

  8. object Rollback extends NodeStatus with CanonicalNodeStatus

    Can vote.

    Can vote. Performs a rollback.

  9. object Secondary extends NodeStatus with QueryableNodeStatus with CanonicalNodeStatus

    Can vote.

    Can vote. The secondary replicates the data store.

  10. object Shunned extends NodeStatus with CanonicalNodeStatus

    Shunned.

  11. 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.

  12. object Startup2 extends NodeStatus with CanonicalNodeStatus

    Cannot vote.

    Cannot vote. Forks replication and election threads before becoming a secondary.

  13. object Uninitialized extends NodeStatus
  14. object Unknown extends NodeStatus with CanonicalNodeStatus

    Cannot vote.

    Cannot vote. Has never connected to the replica set.