类的使用
com.moilioncircle.redis.replicator.cmd.impl.ExistType
-
使用ExistType的程序包 程序包 说明 com.moilioncircle.redis.replicator.cmd.impl -
-
com.moilioncircle.redis.replicator.cmd.impl中ExistType的使用
返回ExistType的com.moilioncircle.redis.replicator.cmd.impl中的方法 修饰符和类型 方法 说明 ExistTypeSetCommand. getExistType()ExistTypeZAddCommand. getExistType()static ExistTypeExistType. valueOf(String name)返回带有指定名称的该类型的枚举常量。static ExistType[]ExistType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为ExistType的com.moilioncircle.redis.replicator.cmd.impl中的方法 修饰符和类型 方法 说明 voidSetCommand. setExistType(ExistType existType)voidZAddCommand. setExistType(ExistType existType)参数类型为ExistType的com.moilioncircle.redis.replicator.cmd.impl中的构造器 构造器 说明 SetCommand(byte[] key, byte[] value, boolean keepTtl, ExpiredType expiredType, Long expiredValue, ExistType existType)ZAddCommand(byte[] key, ExistType existType, boolean ch, boolean incr, ZSetEntry[] zSetEntries)
-