NodeStatus

reactivemongo.core.nodeset.NodeStatus$
See theNodeStatus companion trait
object NodeStatus

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Arbiter.type
object Down extends NodeStatus with CanonicalNodeStatus

Cannot vote. Is not accessible to the set.

Cannot vote. Is not accessible to the set.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Down.type

Cannot vote. Has encountered an unrecoverable error.

Cannot vote. Has encountered an unrecoverable error.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Fatal.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Primary.type

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Can vote. Performs a rollback.

Can vote. Performs a rollback.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Can vote. The secondary replicates the data store.

Can vote. The secondary replicates the data store.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Shunned.

Shunned.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Shunned.type

Cannot vote. All members start up in this state. The mongod parses the replica set configuration document while in STARTUP.

Cannot vote. All members start up in this state. The mongod parses the replica set configuration document while in STARTUP.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Startup.type

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Uninitialized extends NodeStatus

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Cannot vote. Has never connected to the replica set.

Cannot vote. Has never connected to the replica set.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Unknown.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror