Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.OverFlowType
-
Packages that use OverFlowType Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of OverFlowType in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return OverFlowType Modifier and Type Method Description OverFlowTypeOverFlow. getOverFlowType()static OverFlowTypeOverFlowType. valueOf(String name)Returns the enum constant of this type with the specified name.static OverFlowType[]OverFlowType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type OverFlowType Modifier and Type Method Description voidOverFlow. setOverFlowType(OverFlowType overFlowType)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type OverFlowType Constructor Description OverFlow(OverFlowType overFlowType, List<Statement> statements)
-