Uses of Class
com.moilioncircle.redis.replicator.rdb.datatype.Stream.Nack
-
Packages that use Stream.Nack Package Description com.moilioncircle.redis.replicator.rdb.datatype -
-
Uses of Stream.Nack in com.moilioncircle.redis.replicator.rdb.datatype
Methods in com.moilioncircle.redis.replicator.rdb.datatype that return types with arguments of type Stream.Nack Modifier and Type Method Description NavigableMap<Stream.ID,Stream.Nack>Stream.Consumer. getPendingEntries()NavigableMap<Stream.ID,Stream.Nack>Stream.Group. getPendingEntries()Method parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.Nack Modifier and Type Method Description voidStream.Consumer. setPendingEntries(NavigableMap<Stream.ID,Stream.Nack> pendingEntries)voidStream.Group. setPendingEntries(NavigableMap<Stream.ID,Stream.Nack> pendingEntries)Constructor parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.Nack Constructor Description Consumer(byte[] name, long seenTime, NavigableMap<Stream.ID,Stream.Nack> pendingEntries)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)
-