クラスの使用
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroup
StreamInfo.XInfoGroup を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Redis ストリームと対話するためのデータ構造とインターフェース。
Redis を Spring の概念と統合するためのコアパッケージ。
org.springframework.data.redis.connection 内の StreamInfo.XInfoGroup 使用
型 StreamInfo.XInfoGroup の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明default Flux<StreamInfo.XInfoGroup> ReactiveStreamCommands.xInfoGroups(ByteBufferSE key) 指定されたキーに保存されているストリームに関する一般情報を取得します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, Flux<StreamInfo.XInfoGroup>>> ReactiveStreamCommands.xInfoGroups(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに保存されているストリームに関する一般情報を取得します。org.springframework.data.redis.connection.stream 内の StreamInfo.XInfoGroup 使用
StreamInfo.XInfoGroup 型の型引数を持つインターフェースを実装する org.springframework.data.redis.connection.stream のクラス修飾子と型メソッド説明static StreamInfo.XInfoGroupStreamInfo.XInfoGroups.get(int index) 指定されたインデックスのStreamInfo.XInfoGroup要素を返します。型 StreamInfo.XInfoGroup の引数を持つ型を返す org.springframework.data.redis.connection.stream のメソッド修飾子と型メソッド説明StreamInfo.XInfoGroups.iterator()StreamInfo.XInfoGroup要素のイテレータを返します。StreamInfo.XInfoGroups.stream()StreamInfo.XInfoGroupのシーケンシャルStreamを返します。型 StreamInfo.XInfoGroup の型引数を持つ org.springframework.data.redis.connection.stream のメソッドパラメーター修飾子と型メソッド説明voidStreamInfo.XInfoGroups.forEach(ConsumerSE<? super StreamInfo.XInfoGroup> action) このStreamInfo.XInfoGroupsの使用可能なすべてのStreamInfo.XInfoGroupに対して指定されたアクションを実行します。org.springframework.data.redis.core 内の StreamInfo.XInfoGroup 使用
型 StreamInfo.XInfoGroup の引数を持つ型を返す org.springframework.data.redis.core のメソッド修飾子と型メソッド説明指定されたキーに格納されているストリームに関連付けられているコンシューマーグループに関する情報を取得します。