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