Uses of Class
com.moilioncircle.redis.replicator.rdb.datatype.Stream
-
Packages that use Stream Package Description com.moilioncircle.redis.replicator.rdb.datatype -
-
Uses of Stream in com.moilioncircle.redis.replicator.rdb.datatype
Methods in com.moilioncircle.redis.replicator.rdb.datatype that return types with arguments of type Stream Modifier and Type Method Description static KeyValuePair<byte[],Stream>KeyValuePairs. stream(KeyValuePair<byte[],?> raw, Stream value)Methods in com.moilioncircle.redis.replicator.rdb.datatype with parameters of type Stream Modifier and Type Method Description static KeyValuePair<byte[],Stream>KeyValuePairs. stream(KeyValuePair<byte[],?> raw, Stream value)static BatchedKeyStringValueStreamKeyValuePairs. stream(KeyValuePair<byte[],?> raw, Stream value, int batch, boolean last)
-