Uses of Class
com.opencloud.sentinel.multileg.SessionReplicationMode
-
Packages that use SessionReplicationMode Package Description com.opencloud.sentinel.multileg This package contains the interfaces required for leg management operations in the Sentinel services. -
-
Uses of SessionReplicationMode in com.opencloud.sentinel.multileg
Methods in com.opencloud.sentinel.multileg that return SessionReplicationMode Modifier and Type Method Description static SessionReplicationMode
SessionReplicationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SessionReplicationMode[]
SessionReplicationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-