Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.ExistType
-
Packages that use ExistType Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of ExistType in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return ExistType Modifier and Type Method Description ExistTypeGeoAddCommand. getExistType()ExistTypeSetCommand. getExistType()ExistTypeZAddCommand. getExistType()static ExistTypeExistType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExistType[]ExistType. 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 ExistType Modifier and Type Method Description voidGeoAddCommand. setExistType(ExistType existType)voidSetCommand. setExistType(ExistType existType)voidZAddCommand. setExistType(ExistType existType)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type ExistType Constructor Description GeoAddCommand(byte[] key, Geo[] geos, ExistType existType, boolean ch)SetCommand(byte[] key, byte[] value, boolean keepTtl, ExpiredType expiredType, Long expiredValue, ExistType existType)SetCommand(byte[] key, byte[] value, boolean keepTtl, ExpiredType expiredType, Long expiredValue, ExistType existType, boolean get)SetCommand(byte[] key, byte[] value, boolean keepTtl, ExpiredType expiredType, Long expiredValue, XATType xatType, Long xatValue, ExistType existType, boolean get)ZAddCommand(byte[] key, ExistType existType, boolean ch, boolean incr, ZSetEntry[] zSetEntries)ZAddCommand(byte[] key, ExistType existType, CompareType compareType, boolean ch, boolean incr, ZSetEntry[] zSetEntries)
-