Uses of Class
org.redisson.api.StreamInfo
Packages that use StreamInfo
Package
Description
-
Uses of StreamInfo in org.redisson
Methods in org.redisson that return StreamInfoMethods in org.redisson that return types with arguments of type StreamInfo -
Uses of StreamInfo in org.redisson.api
Methods in org.redisson.api that return StreamInfoModifier and TypeMethodDescriptionStreamInfo<K, V> RStream.getInfo()Returns information about this stream.StreamInfo<K, V> StreamInfo.setEntriesAdded(int entriesAdded) StreamInfo<K, V> StreamInfo.setMaxDeletedEntryId(StreamMessageId maxDeletedEntryId) StreamInfo<K, V> StreamInfo.setRecordedFirstEntryId(StreamMessageId recordedFirstEntryId) Methods in org.redisson.api that return types with arguments of type StreamInfoModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StreamInfo<K, V>> RStreamReactive.getInfo()Returns information about this stream.io.reactivex.rxjava3.core.Single<StreamInfo<K, V>> RStreamRx.getInfo()Returns information about this stream.RFuture<StreamInfo<K, V>> RStreamAsync.getInfoAsync()Returns information about this stream. -
Uses of StreamInfo in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type StreamInfoModifier and TypeFieldDescriptionstatic final RedisCommand<StreamInfo<Object, Object>> RedisCommands.XINFO_CONSUMERSstatic final RedisCommand<StreamInfo<Object, Object>> RedisCommands.XINFO_GROUPS -
Uses of StreamInfo in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return StreamInfo