Uses of Class
com.moilioncircle.redis.replicator.client.RESP2.Type
-
Packages that use RESP2.Type Package Description com.moilioncircle.redis.replicator.client -
-
Uses of RESP2.Type in com.moilioncircle.redis.replicator.client
Fields in com.moilioncircle.redis.replicator.client declared as RESP2.Type Modifier and Type Field Description RESP2.TypeRESP2.Node. typeMethods in com.moilioncircle.redis.replicator.client that return RESP2.Type Modifier and Type Method Description static RESP2.TypeRESP2.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RESP2.Type[]RESP2.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-