Uses of Class
com.moilioncircle.redis.replicator.rdb.datatype.Stream.ID
-
Packages that use Stream.ID Package Description com.moilioncircle.redis.replicator.rdb.datatype -
-
Uses of Stream.ID in com.moilioncircle.redis.replicator.rdb.datatype
Fields in com.moilioncircle.redis.replicator.rdb.datatype with type parameters of type Stream.ID Modifier and Type Field Description static Comparator<Stream.ID>Stream.ID. COMPARATORMethods in com.moilioncircle.redis.replicator.rdb.datatype that return Stream.ID Modifier and Type Method Description Stream.IDStream.ID. delta(long ms, long seq)Stream.IDStream. getFirstId()Stream.IDStream.Entry. getId()Stream.IDStream.Nack. getId()Stream.IDStream. getLastId()Stream.IDStream.Group. getLastId()Stream.IDStream. getMaxDeletedEntryId()static Stream.IDStream.ID. valueOf(String id)static Stream.IDStream.ID. valueOf(String strMs, String strSeq)Methods in com.moilioncircle.redis.replicator.rdb.datatype that return types with arguments of type Stream.ID Modifier and Type Method Description static Comparator<Stream.ID>Stream.ID. comparator()NavigableMap<Stream.ID,Stream.Entry>Stream. getEntries()NavigableMap<Stream.ID,Stream.Nack>Stream.Consumer. getPendingEntries()NavigableMap<Stream.ID,Stream.Nack>Stream.Group. getPendingEntries()Methods in com.moilioncircle.redis.replicator.rdb.datatype with parameters of type Stream.ID Modifier and Type Method Description intStream.ID. compareTo(Stream.ID that)voidStream. setFirstId(Stream.ID firstId)voidStream.Entry. setId(Stream.ID id)voidStream.Nack. setId(Stream.ID id)voidStream.Group. setLastId(Stream.ID lastId)voidStream. setLastId(Stream.ID lastId)voidStream. setMaxDeletedEntryId(Stream.ID maxDeletedEntryId)Method parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.ID Modifier and Type Method Description voidStream. setEntries(NavigableMap<Stream.ID,Stream.Entry> entries)voidStream.Consumer. setPendingEntries(NavigableMap<Stream.ID,Stream.Nack> pendingEntries)voidStream.Group. setPendingEntries(NavigableMap<Stream.ID,Stream.Nack> pendingEntries)Constructors in com.moilioncircle.redis.replicator.rdb.datatype with parameters of type Stream.ID Constructor Description Entry(Stream.ID id, boolean deleted, Map<byte[],byte[]> fields)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)Nack(Stream.ID id, Stream.Consumer consumer, long deliveryTime, long deliveryCount)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)Constructor parameters in com.moilioncircle.redis.replicator.rdb.datatype with type arguments of type Stream.ID 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)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)
-