Uses of Class
org.redisson.api.StreamInfo.Entry
Packages that use StreamInfo.Entry
-
Uses of StreamInfo.Entry in org.redisson.api
Methods in org.redisson.api that return StreamInfo.EntryModifier and TypeMethodDescriptionStreamInfo.getFirstEntry()Returns first stream entryStreamInfo.getLastEntry()Returns last stream entryMethods in org.redisson.api with parameters of type StreamInfo.EntryModifier and TypeMethodDescriptionvoidStreamInfo.setFirstEntry(StreamInfo.Entry<K, V> firstEntry) voidStreamInfo.setLastEntry(StreamInfo.Entry<K, V> lastEntry)