类 BatchedKeyValuePair<K,V>
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.rdb.datatype.KeyValuePair<K,V>
-
- com.moilioncircle.redis.replicator.rdb.iterable.datatype.BatchedKeyValuePair<K,V>
-
- 所有已实现的接口:
Event,Serializable
- 直接已知子类:
BatchedKeyStringValueHash,BatchedKeyStringValueList,BatchedKeyStringValueModule,BatchedKeyStringValueSet,BatchedKeyStringValueStream,BatchedKeyStringValueString,BatchedKeyStringValueZSet
public class BatchedKeyValuePair<K,V> extends KeyValuePair<K,V>
- 从以下版本开始:
- 3.0.0
- 作者:
- Leon Chen
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.moilioncircle.redis.replicator.event.Event
Event.Context
-
-
字段概要
-
从类继承的字段 com.moilioncircle.redis.replicator.rdb.datatype.KeyValuePair
db, evictType, evictValue, expiredType, expiredValue, key, value, valueRdbType
-
从类继承的字段 com.moilioncircle.redis.replicator.event.AbstractEvent
context
-
-
构造器概要
构造器 构造器 说明 BatchedKeyValuePair()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetBatch()booleanisLast()voidsetBatch(int batch)voidsetLast(boolean last)-
从类继承的方法 com.moilioncircle.redis.replicator.rdb.datatype.KeyValuePair
getDb, getEvictType, getEvictValue, getExpiredMs, getExpiredSeconds, getExpiredType, getExpiredValue, getKey, getValue, getValueRdbType, setDb, setEvictType, setEvictValue, setExpiredType, setExpiredValue, setKey, setValue, setValueRdbType
-
从类继承的方法 com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-