Uses of Class
com.moilioncircle.redis.replicator.rdb.datatype.Stream.Consumer
-
Packages that use Stream.Consumer Package Description com.moilioncircle.redis.replicator.rdb.datatype -
-
Uses of Stream.Consumer in com.moilioncircle.redis.replicator.rdb.datatype
Methods in com.moilioncircle.redis.replicator.rdb.datatype that return Stream.Consumer Modifier and Type Method Description Stream.ConsumerStream.Nack. getConsumer()Methods in com.moilioncircle.redis.replicator.rdb.datatype that return types with arguments of type Stream.Consumer Modifier and Type Method Description List<Stream.Consumer>Stream.Group. getConsumers()Methods in com.moilioncircle.redis.replicator.rdb.datatype with parameters of type Stream.Consumer Modifier and Type Method Description voidStream.Nack. setConsumer(Stream.Consumer consumer)Method parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.Consumer Modifier and Type Method Description voidStream.Group. setConsumers(List<Stream.Consumer> consumers)Constructors in com.moilioncircle.redis.replicator.rdb.datatype with parameters of type Stream.Consumer Constructor Description Nack(Stream.ID id, Stream.Consumer consumer, long deliveryTime, long deliveryCount)Constructor parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.Consumer Constructor Description Group(byte[] name, Stream.ID lastId, NavigableMap<Stream.ID,Stream.Nack> pendingEntries, List<Stream.Consumer> consumers)Group(byte[] name, Stream.ID lastId, NavigableMap<Stream.ID,Stream.Nack> pendingEntries, List<Stream.Consumer> consumers, Long entriesRead)
-