object NodeStatus
- Alphabetic
- By Inheritance
- NodeStatus
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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.