Uses of Class
com.moilioncircle.redis.replicator.rdb.datatype.Stream.Entry
-
Packages that use Stream.Entry Package Description com.moilioncircle.redis.replicator.rdb.datatype -
-
Uses of Stream.Entry in com.moilioncircle.redis.replicator.rdb.datatype
Methods in com.moilioncircle.redis.replicator.rdb.datatype that return types with arguments of type Stream.Entry Modifier and Type Method Description NavigableMap<Stream.ID,Stream.Entry>Stream. getEntries()Method parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.Entry Modifier and Type Method Description voidStream. setEntries(NavigableMap<Stream.ID,Stream.Entry> entries)Constructor parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.Entry Constructor Description Stream(Stream.ID lastId, NavigableMap<Stream.ID,Stream.Entry> entries, long length, List<Stream.Group> groups)Stream(Stream.ID lastId, NavigableMap<Stream.ID,Stream.Entry> entries, long length, List<Stream.Group> groups, Stream.ID firstId, Stream.ID maxDeletedEntryId, Long entriesAdded)
-