Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.Op
-
Packages that use Op Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of Op in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return Op Modifier and Type Method Description OpBitOpCommand. getOp()static OpOp. valueOf(String name)Returns the enum constant of this type with the specified name.static Op[]Op. 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 Op Modifier and Type Method Description voidBitOpCommand. setOp(Op op)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type Op Constructor Description BitOpCommand(Op op, byte[] destkey, byte[][] keys)
-