Class SetTypeOffsetValue
- java.lang.Object
-
- com.moilioncircle.redis.replicator.cmd.impl.SetTypeOffsetValue
-
- All Implemented Interfaces:
Statement,Serializable
public class SetTypeOffsetValue extends Object implements Statement
- Since:
- 2.1.0
- Author:
- Leon Chen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetTypeOffsetValue()SetTypeOffsetValue(byte[] type, byte[] offset, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getOffset()byte[]getType()longgetValue()voidsetOffset(byte[] offset)voidsetType(byte[] type)voidsetValue(long value)
-