Uses of Class
com.moilioncircle.redis.replicator.Status
-
Packages that use Status Package Description com.moilioncircle.redis.replicator -
-
Uses of Status in com.moilioncircle.redis.replicator
Fields in com.moilioncircle.redis.replicator with type parameters of type Status Modifier and Type Field Description protected AtomicReference<Status>AbstractReplicator. connectedMethods in com.moilioncircle.redis.replicator that return Status Modifier and Type Method Description StatusAbstractReplicator. getStatus()StatusAsyncRedisReplicator. getStatus()StatusRedisReplicator. getStatus()StatusReplicatorRegister. getStatus()static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.moilioncircle.redis.replicator with parameters of type Status Modifier and Type Method Description protected booleanAbstractReplicator. compareAndSet(Status prev, Status next)protected voidAbstractReplicatorListener. doStatusListener(Replicator replicator, Status status)voidStatusListener. handle(Replicator replicator, Status status)protected voidAbstractReplicator. setStatus(Status next)
-