Uses of Class
com.moilioncircle.redis.replicator.rdb.datatype.KeyValuePair
-
-
Uses of KeyValuePair in com.moilioncircle.redis.replicator.rdb
Methods in com.moilioncircle.redis.replicator.rdb that return KeyValuePair Modifier and Type Method Description protected KeyValuePair<?,?>DefaultRdbVisitor. rdbLoadObject(RedisInputStream in, int version, ContextKeyValuePair context) -
Uses of KeyValuePair in com.moilioncircle.redis.replicator.rdb.datatype
Subclasses of KeyValuePair in com.moilioncircle.redis.replicator.rdb.datatype Modifier and Type Class Description classContextKeyValuePairclassKeyStringValueHashclassKeyStringValueListclassKeyStringValueModuleclassKeyStringValueSetclassKeyStringValueStreamclassKeyStringValueStringclassKeyStringValueZSetMethods in com.moilioncircle.redis.replicator.rdb.datatype that return KeyValuePair Modifier and Type Method Description static KeyValuePair<byte[],Map<byte[],byte[]>>KeyValuePairs. hash(KeyValuePair<byte[],?> raw, Map<byte[],byte[]> value)static KeyValuePair<byte[],List<byte[]>>KeyValuePairs. list(KeyValuePair<byte[],?> raw, List<byte[]> value)static KeyValuePair<byte[],Module>KeyValuePairs. module(KeyValuePair<byte[],?> raw, Module value)static KeyValuePair<byte[],Set<byte[]>>KeyValuePairs. set(KeyValuePair<byte[],?> raw, Set<byte[]> value)static KeyValuePair<byte[],Stream>KeyValuePairs. stream(KeyValuePair<byte[],?> raw, Stream value)static KeyValuePair<byte[],byte[]>KeyValuePairs. string(KeyValuePair<byte[],?> raw, byte[] value)<K,V>
KeyValuePair<K,V>ContextKeyValuePair. valueOf(KeyValuePair<K,V> kv)static KeyValuePair<byte[],Set<ZSetEntry>>KeyValuePairs. zset(KeyValuePair<byte[],?> raw, Set<ZSetEntry> value)Methods in com.moilioncircle.redis.replicator.rdb.datatype with parameters of type KeyValuePair Modifier and Type Method Description static KeyValuePair<byte[],Map<byte[],byte[]>>KeyValuePairs. hash(KeyValuePair<byte[],?> raw, Map<byte[],byte[]> value)static BatchedKeyStringValueHashKeyValuePairs. hash(KeyValuePair<byte[],?> raw, Map<byte[],byte[]> value, int batch, boolean last)static KeyStringValueMapEntryIteratorKeyValuePairs. iterHash(KeyValuePair<byte[],?> raw, Iterator<Map.Entry<byte[],byte[]>> value)static KeyStringValueByteArrayIteratorKeyValuePairs. iterList(KeyValuePair<byte[],?> raw, Iterator<byte[]> value)static KeyStringValueByteArrayIteratorKeyValuePairs. iterSet(KeyValuePair<byte[],?> raw, Iterator<byte[]> value)static KeyStringValueZSetEntryIteratorKeyValuePairs. iterZset(KeyValuePair<byte[],?> raw, Iterator<ZSetEntry> value)static KeyValuePair<byte[],List<byte[]>>KeyValuePairs. list(KeyValuePair<byte[],?> raw, List<byte[]> value)static BatchedKeyStringValueListKeyValuePairs. list(KeyValuePair<byte[],?> raw, List<byte[]> value, int batch, boolean last)static KeyValuePair<byte[],Module>KeyValuePairs. module(KeyValuePair<byte[],?> raw, Module value)static BatchedKeyStringValueModuleKeyValuePairs. module(KeyValuePair<byte[],?> raw, Module value, int batch, boolean last)static KeyValuePair<byte[],Set<byte[]>>KeyValuePairs. set(KeyValuePair<byte[],?> raw, Set<byte[]> value)static BatchedKeyStringValueSetKeyValuePairs. set(KeyValuePair<byte[],?> raw, Set<byte[]> value, int batch, boolean last)static KeyValuePair<byte[],Stream>KeyValuePairs. stream(KeyValuePair<byte[],?> raw, Stream value)static BatchedKeyStringValueStreamKeyValuePairs. stream(KeyValuePair<byte[],?> raw, Stream value, int batch, boolean last)static KeyValuePair<byte[],byte[]>KeyValuePairs. string(KeyValuePair<byte[],?> raw, byte[] value)static BatchedKeyStringValueStringKeyValuePairs. string(KeyValuePair<byte[],?> raw, byte[] value, int batch, boolean last)<K,V>
KeyValuePair<K,V>ContextKeyValuePair. valueOf(KeyValuePair<K,V> kv)static KeyValuePair<byte[],Set<ZSetEntry>>KeyValuePairs. zset(KeyValuePair<byte[],?> raw, Set<ZSetEntry> value)static BatchedKeyStringValueZSetKeyValuePairs. zset(KeyValuePair<byte[],?> raw, Set<ZSetEntry> value, int batch, boolean last) -
Uses of KeyValuePair in com.moilioncircle.redis.replicator.rdb.dump.datatype
Subclasses of KeyValuePair in com.moilioncircle.redis.replicator.rdb.dump.datatype Modifier and Type Class Description classDumpKeyValuePair -
Uses of KeyValuePair in com.moilioncircle.redis.replicator.rdb.dump.parser
Methods in com.moilioncircle.redis.replicator.rdb.dump.parser that return KeyValuePair Modifier and Type Method Description KeyValuePair<?,?>DefaultDumpValueParser. parse(DumpKeyValuePair kv)KeyValuePair<?,?>DumpValueParser. parse(DumpKeyValuePair kv)KeyValuePair<?,?>IterableDumpValueParser. parse(DumpKeyValuePair kv) -
Uses of KeyValuePair in com.moilioncircle.redis.replicator.rdb.iterable.datatype
Subclasses of KeyValuePair in com.moilioncircle.redis.replicator.rdb.iterable.datatype Modifier and Type Class Description classBatchedKeyStringValueHashclassBatchedKeyStringValueListclassBatchedKeyStringValueModuleclassBatchedKeyStringValueSetclassBatchedKeyStringValueStreamclassBatchedKeyStringValueStringclassBatchedKeyStringValueZSetclassBatchedKeyValuePair<K,V>classKeyStringValueByteArrayIteratorclassKeyStringValueMapEntryIteratorclassKeyStringValueZSetEntryIterator
-