Uses of Enum Class
com.loomcache.server.replication.ReadReplicaManager.ReplicaState
Packages that use ReadReplicaManager.ReplicaState
-
Uses of ReadReplicaManager.ReplicaState in com.loomcache.server.replication
Subclasses with type arguments of type ReadReplicaManager.ReplicaState in com.loomcache.server.replicationModifier and TypeClassDescriptionstatic enumEnumeration of read replica states.Methods in com.loomcache.server.replication that return ReadReplicaManager.ReplicaStateModifier and TypeMethodDescriptionReadReplicaManager.ReplicaInfo.state()Returns the value of thestaterecord component.Returns the enum constant of this class with the specified name.static ReadReplicaManager.ReplicaState[]ReadReplicaManager.ReplicaState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.replication with parameters of type ReadReplicaManager.ReplicaStateModifierConstructorDescriptionReplicaInfo(String replicaId, String address, ReadReplicaManager.ReplicaState state, long lastSyncedIndex, long lagMs, long leaderLastObservedIndex, long connectedAt) Creates an instance of aReplicaInforecord class.