Uses of Class
de.caluga.morphium.replicaset.ReplicaSetStatus
-
Packages that use ReplicaSetStatus Package Description de.caluga.morphium de.caluga.morphium.replicaset -
-
Uses of ReplicaSetStatus in de.caluga.morphium
Methods in de.caluga.morphium that return ReplicaSetStatus Modifier and Type Method Description ReplicaSetStatusMorphium. getCurrentRSState() -
Uses of ReplicaSetStatus in de.caluga.morphium.replicaset
Methods in de.caluga.morphium.replicaset that return ReplicaSetStatus Modifier and Type Method Description ReplicaSetStatusRSMonitor. getCurrentStatus()ReplicaSetStatusRSMonitor. getReplicaSetStatus(boolean full)get the current replicaset status - issues the replSetGetStatus command to mongo if full==true, also the configuration is read.Methods in de.caluga.morphium.replicaset with parameters of type ReplicaSetStatus Modifier and Type Method Description voidReplicasetStatusListener. gotNewStatus(Morphium morphium, ReplicaSetStatus status)
-