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