Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.XATType
-
Packages that use XATType Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of XATType in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return XATType Modifier and Type Method Description XATTypeSetCommand. getXatType()static XATTypeXATType. valueOf(String name)Returns the enum constant of this type with the specified name.static XATType[]XATType. 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 XATType Modifier and Type Method Description voidSetCommand. setXatType(XATType xatType)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type XATType Constructor Description SetCommand(byte[] key, byte[] value, boolean keepTtl, ExpiredType expiredType, Long expiredValue, XATType xatType, Long xatValue, ExistType existType, boolean get)
-