クラスの使用
org.springframework.data.redis.connection.ReactiveStreamCommands.XInfoCommand
ReactiveStreamCommands.XInfoCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveStreamCommands.XInfoCommand 使用
修飾子と型メソッド説明ReactiveStreamCommands.XInfoCommand.consumersIn(StringSE groupName) ReactiveStreamCommands.XInfoCommand.of(ByteBufferSE key) 型 ReactiveStreamCommands.XInfoCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, StreamInfo.XInfoStream>> ReactiveStreamCommands.xInfo(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに保存されているストリームに関する一般情報を取得します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, Flux<StreamInfo.XInfoConsumer>>> ReactiveStreamCommands.xInfoConsumers(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, Flux<StreamInfo.XInfoGroup>>> ReactiveStreamCommands.xInfoGroups(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに保存されているストリームに関する一般情報を取得します。型 ReactiveStreamCommands.XInfoCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, StreamInfo.XInfoStream>> ReactiveStreamCommands.xInfo(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに保存されているストリームに関する一般情報を取得します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, Flux<StreamInfo.XInfoConsumer>>> ReactiveStreamCommands.xInfoConsumers(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, Flux<StreamInfo.XInfoGroup>>> ReactiveStreamCommands.xInfoGroups(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに保存されているストリームに関する一般情報を取得します。