类 DefaultRdbValueVisitor
- java.lang.Object
-
- com.moilioncircle.redis.replicator.rdb.RdbValueVisitor
-
- com.moilioncircle.redis.replicator.rdb.DefaultRdbValueVisitor
-
public class DefaultRdbValueVisitor extends RdbValueVisitor
- 从以下版本开始:
- 3.1.0
- 作者:
- Leon Chen
-
-
字段概要
字段 修饰符和类型 字段 说明 protected static org.slf4j.Loggerloggerprotected Replicatorreplicator
-
构造器概要
构造器 构造器 说明 DefaultRdbValueVisitor(Replicator replicator)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <T> TapplyHash(RedisInputStream in, int version)<T> TapplyHashZipList(RedisInputStream in, int version)<T> TapplyHashZipMap(RedisInputStream in, int version)<T> TapplyList(RedisInputStream in, int version)<T> TapplyListQuickList(RedisInputStream in, int version)<T> TapplyListZipList(RedisInputStream in, int version)<T> TapplyModule(RedisInputStream in, int version)<T> TapplyModule2(RedisInputStream in, int version)<T> TapplySet(RedisInputStream in, int version)<T> TapplySetIntSet(RedisInputStream in, int version)<T> TapplyStreamListPacks(RedisInputStream in, int version)<T> TapplyString(RedisInputStream in, int version)<T> TapplyZSet(RedisInputStream in, int version)<T> TapplyZSet2(RedisInputStream in, int version)<T> TapplyZSetZipList(RedisInputStream in, int version)protected ModuleParser<? extends Module>lookupModuleParser(String moduleName, int moduleVersion)
-
-
-
字段详细资料
-
logger
protected static final org.slf4j.Logger logger
-
replicator
protected final Replicator replicator
-
-
构造器详细资料
-
DefaultRdbValueVisitor
public DefaultRdbValueVisitor(Replicator replicator)
-
-
方法详细资料
-
applyString
public <T> T applyString(RedisInputStream in, int version) throws IOException
- 覆盖:
applyString在类中RdbValueVisitor- 抛出:
IOException
-
applyList
public <T> T applyList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyList在类中RdbValueVisitor- 抛出:
IOException
-
applySet
public <T> T applySet(RedisInputStream in, int version) throws IOException
- 覆盖:
applySet在类中RdbValueVisitor- 抛出:
IOException
-
applyZSet
public <T> T applyZSet(RedisInputStream in, int version) throws IOException
- 覆盖:
applyZSet在类中RdbValueVisitor- 抛出:
IOException
-
applyZSet2
public <T> T applyZSet2(RedisInputStream in, int version) throws IOException
- 覆盖:
applyZSet2在类中RdbValueVisitor- 抛出:
IOException
-
applyHash
public <T> T applyHash(RedisInputStream in, int version) throws IOException
- 覆盖:
applyHash在类中RdbValueVisitor- 抛出:
IOException
-
applyHashZipMap
public <T> T applyHashZipMap(RedisInputStream in, int version) throws IOException
- 覆盖:
applyHashZipMap在类中RdbValueVisitor- 抛出:
IOException
-
applyListZipList
public <T> T applyListZipList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyListZipList在类中RdbValueVisitor- 抛出:
IOException
-
applySetIntSet
public <T> T applySetIntSet(RedisInputStream in, int version) throws IOException
- 覆盖:
applySetIntSet在类中RdbValueVisitor- 抛出:
IOException
-
applyZSetZipList
public <T> T applyZSetZipList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyZSetZipList在类中RdbValueVisitor- 抛出:
IOException
-
applyHashZipList
public <T> T applyHashZipList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyHashZipList在类中RdbValueVisitor- 抛出:
IOException
-
applyListQuickList
public <T> T applyListQuickList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyListQuickList在类中RdbValueVisitor- 抛出:
IOException
-
applyModule
public <T> T applyModule(RedisInputStream in, int version) throws IOException
- 覆盖:
applyModule在类中RdbValueVisitor- 抛出:
IOException
-
applyModule2
public <T> T applyModule2(RedisInputStream in, int version) throws IOException
- 覆盖:
applyModule2在类中RdbValueVisitor- 抛出:
IOException
-
lookupModuleParser
protected ModuleParser<? extends Module> lookupModuleParser(String moduleName, int moduleVersion)
-
applyStreamListPacks
public <T> T applyStreamListPacks(RedisInputStream in, int version) throws IOException
- 覆盖:
applyStreamListPacks在类中RdbValueVisitor- 抛出:
IOException
-
-