类 DumpRdbValueVisitor
- java.lang.Object
-
- com.moilioncircle.redis.replicator.rdb.RdbValueVisitor
-
- com.moilioncircle.redis.replicator.rdb.DefaultRdbValueVisitor
-
- com.moilioncircle.redis.replicator.rdb.dump.DumpRdbValueVisitor
-
public class DumpRdbValueVisitor extends DefaultRdbValueVisitor
- 从以下版本开始:
- 3.1.0
- 作者:
- Leon Chen
-
-
字段概要
-
从类继承的字段 com.moilioncircle.redis.replicator.rdb.DefaultRdbValueVisitor
logger, replicator
-
-
构造器概要
构造器 构造器 说明 DumpRdbValueVisitor(Replicator replicator)DumpRdbValueVisitor(Replicator replicator, int version)DumpRdbValueVisitor(Replicator replicator, int version, int size)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <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)-
从类继承的方法 com.moilioncircle.redis.replicator.rdb.DefaultRdbValueVisitor
lookupModuleParser
-
-
-
-
构造器详细资料
-
DumpRdbValueVisitor
public DumpRdbValueVisitor(Replicator replicator)
-
DumpRdbValueVisitor
public DumpRdbValueVisitor(Replicator replicator, int version)
-
DumpRdbValueVisitor
public DumpRdbValueVisitor(Replicator replicator, int version, int size)
-
-
方法详细资料
-
applyString
public <T> T applyString(RedisInputStream in, int version) throws IOException
- 覆盖:
applyString在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyList
public <T> T applyList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyList在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applySet
public <T> T applySet(RedisInputStream in, int version) throws IOException
- 覆盖:
applySet在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyZSet
public <T> T applyZSet(RedisInputStream in, int version) throws IOException
- 覆盖:
applyZSet在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyZSet2
public <T> T applyZSet2(RedisInputStream in, int version) throws IOException
- 覆盖:
applyZSet2在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyHash
public <T> T applyHash(RedisInputStream in, int version) throws IOException
- 覆盖:
applyHash在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyHashZipMap
public <T> T applyHashZipMap(RedisInputStream in, int version) throws IOException
- 覆盖:
applyHashZipMap在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyListZipList
public <T> T applyListZipList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyListZipList在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applySetIntSet
public <T> T applySetIntSet(RedisInputStream in, int version) throws IOException
- 覆盖:
applySetIntSet在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyZSetZipList
public <T> T applyZSetZipList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyZSetZipList在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyHashZipList
public <T> T applyHashZipList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyHashZipList在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyListQuickList
public <T> T applyListQuickList(RedisInputStream in, int version) throws IOException
- 覆盖:
applyListQuickList在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyModule
public <T> T applyModule(RedisInputStream in, int version) throws IOException
- 覆盖:
applyModule在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyModule2
public <T> T applyModule2(RedisInputStream in, int version) throws IOException
- 覆盖:
applyModule2在类中DefaultRdbValueVisitor- 抛出:
IOException
-
applyStreamListPacks
public <T> T applyStreamListPacks(RedisInputStream in, int version) throws IOException
- 覆盖:
applyStreamListPacks在类中DefaultRdbValueVisitor- 抛出:
IOException
-
-