Class ValueIterableRdbValueVisitor
- java.lang.Object
-
- com.moilioncircle.redis.replicator.rdb.RdbValueVisitor
-
- com.moilioncircle.redis.replicator.rdb.DefaultRdbValueVisitor
-
- com.moilioncircle.redis.replicator.rdb.iterable.ValueIterableRdbValueVisitor
-
public class ValueIterableRdbValueVisitor extends DefaultRdbValueVisitor
- Since:
- 3.1.0
- Author:
- Leon Chen
-
-
Field Summary
-
Fields inherited from class com.moilioncircle.redis.replicator.rdb.DefaultRdbValueVisitor
logger, replicator
-
-
Constructor Summary
Constructors Constructor Description ValueIterableRdbValueVisitor(Replicator replicator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TapplyHash(RedisInputStream in, int version)<T> TapplyHashListPack(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> TapplyListQuickList2(RedisInputStream in, int version)<T> TapplyListZipList(RedisInputStream in, int version)<T> TapplySet(RedisInputStream in, int version)<T> TapplySetIntSet(RedisInputStream in, int version)<T> TapplySetListPack(RedisInputStream in, int version)<T> TapplyZSet(RedisInputStream in, int version)<T> TapplyZSet2(RedisInputStream in, int version)<T> TapplyZSetListPack(RedisInputStream in, int version)<T> TapplyZSetZipList(RedisInputStream in, int version)-
Methods inherited from class com.moilioncircle.redis.replicator.rdb.DefaultRdbValueVisitor
applyFunction, applyFunction2, applyModule, applyModule2, applyStreamListPacks, applyStreamListPacks, applyStreamListPacks2, applyStreamListPacks3, applyString, lookupModuleParser
-
-
-
-
Constructor Detail
-
ValueIterableRdbValueVisitor
public ValueIterableRdbValueVisitor(Replicator replicator)
-
-
Method Detail
-
applyList
public <T> T applyList(RedisInputStream in, int version) throws IOException
- Overrides:
applyListin classDefaultRdbValueVisitor- Throws:
IOException
-
applySet
public <T> T applySet(RedisInputStream in, int version) throws IOException
- Overrides:
applySetin classDefaultRdbValueVisitor- Throws:
IOException
-
applySetListPack
public <T> T applySetListPack(RedisInputStream in, int version) throws IOException
- Overrides:
applySetListPackin classDefaultRdbValueVisitor- Throws:
IOException
-
applyZSet
public <T> T applyZSet(RedisInputStream in, int version) throws IOException
- Overrides:
applyZSetin classDefaultRdbValueVisitor- Throws:
IOException
-
applyZSet2
public <T> T applyZSet2(RedisInputStream in, int version) throws IOException
- Overrides:
applyZSet2in classDefaultRdbValueVisitor- Throws:
IOException
-
applyHash
public <T> T applyHash(RedisInputStream in, int version) throws IOException
- Overrides:
applyHashin classDefaultRdbValueVisitor- Throws:
IOException
-
applyHashZipMap
public <T> T applyHashZipMap(RedisInputStream in, int version) throws IOException
- Overrides:
applyHashZipMapin classDefaultRdbValueVisitor- Throws:
IOException
-
applyListZipList
public <T> T applyListZipList(RedisInputStream in, int version) throws IOException
- Overrides:
applyListZipListin classDefaultRdbValueVisitor- Throws:
IOException
-
applySetIntSet
public <T> T applySetIntSet(RedisInputStream in, int version) throws IOException
- Overrides:
applySetIntSetin classDefaultRdbValueVisitor- Throws:
IOException
-
applyZSetZipList
public <T> T applyZSetZipList(RedisInputStream in, int version) throws IOException
- Overrides:
applyZSetZipListin classDefaultRdbValueVisitor- Throws:
IOException
-
applyZSetListPack
public <T> T applyZSetListPack(RedisInputStream in, int version) throws IOException
- Overrides:
applyZSetListPackin classDefaultRdbValueVisitor- Throws:
IOException
-
applyHashZipList
public <T> T applyHashZipList(RedisInputStream in, int version) throws IOException
- Overrides:
applyHashZipListin classDefaultRdbValueVisitor- Throws:
IOException
-
applyHashListPack
public <T> T applyHashListPack(RedisInputStream in, int version) throws IOException
- Overrides:
applyHashListPackin classDefaultRdbValueVisitor- Throws:
IOException
-
applyListQuickList
public <T> T applyListQuickList(RedisInputStream in, int version) throws IOException
- Overrides:
applyListQuickListin classDefaultRdbValueVisitor- Throws:
IOException
-
applyListQuickList2
public <T> T applyListQuickList2(RedisInputStream in, int version) throws IOException
- Overrides:
applyListQuickList2in classDefaultRdbValueVisitor- Throws:
IOException
-
-