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