Class SkipRdbParser
- java.lang.Object
-
- com.moilioncircle.redis.replicator.rdb.skip.SkipRdbParser
-
public class SkipRdbParser extends Object
- Since:
- 2.4.6
- Author:
- Leon Chen
-
-
Field Summary
Fields Modifier and Type Field Description protected RedisInputStreamin
-
Constructor Summary
Constructors Constructor Description SkipRdbParser(RedisInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrdbGenericLoadStringObject()voidrdbLoadBinaryDoubleValue()floatrdbLoadBinaryFloatValue()voidrdbLoadCheckModuleValue()voidrdbLoadDoubleValue()voidrdbLoadEncodedStringObject()voidrdbLoadIntegerObject(int enctype)BaseRdbParser.LenrdbLoadLen()voidrdbLoadLzfStringObject()voidrdbLoadMillisecondTime()voidrdbLoadPlainStringObject()voidrdbLoadTime()
-
-
-
Field Detail
-
in
protected final RedisInputStream in
-
-
Constructor Detail
-
SkipRdbParser
public SkipRdbParser(RedisInputStream in)
-
-
Method Detail
-
rdbLoadTime
public void rdbLoadTime() throws IOException- Throws:
IOException
-
rdbLoadMillisecondTime
public void rdbLoadMillisecondTime() throws IOException- Throws:
IOException
-
rdbLoadLen
public BaseRdbParser.Len rdbLoadLen() throws IOException
- Throws:
IOException
-
rdbLoadIntegerObject
public void rdbLoadIntegerObject(int enctype) throws IOException- Throws:
IOException
-
rdbLoadLzfStringObject
public void rdbLoadLzfStringObject() throws IOException- Throws:
IOException
-
rdbGenericLoadStringObject
public void rdbGenericLoadStringObject() throws IOException- Throws:
IOException
-
rdbLoadPlainStringObject
public void rdbLoadPlainStringObject() throws IOException- Throws:
IOException
-
rdbLoadEncodedStringObject
public void rdbLoadEncodedStringObject() throws IOException- Throws:
IOException
-
rdbLoadDoubleValue
public void rdbLoadDoubleValue() throws IOException- Throws:
IOException
-
rdbLoadBinaryDoubleValue
public void rdbLoadBinaryDoubleValue() throws IOException- Throws:
IOException
-
rdbLoadBinaryFloatValue
public float rdbLoadBinaryFloatValue() throws IOException- Throws:
IOException
-
rdbLoadCheckModuleValue
public void rdbLoadCheckModuleValue() throws IOException- Throws:
IOException
-
-