クラス ReactiveHashCommands.HGetExCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HashFieldsCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HGetExCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
ReactiveHashCommands
public static class ReactiveHashCommands.HGetExCommand
extends ReactiveHashCommands.HashFieldsCommand
HGETEX
ReactiveRedisConnection.Command。- 導入:
- 4.0
- 作成者:
- Viktoriya Kutsarova
- 関連事項:
方法の概要
修飾子と型メソッド説明expire(ListSE<ByteBufferSE> fields, @Nullable Expiration expiration) 新しいReactiveHashCommands.HGetExCommandを作成します。fields(CollectionSE<ByteBufferSE> fields) 新しいReactiveHashCommands.HGetExCommandを作成します。from(ByteBufferSE key) @Nullable Expirationクラス ReactiveHashCommands.HashFieldsCommand から継承されたメソッド
getFieldsクラス ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
メソッドの詳細
expire
public static ReactiveHashCommands.HGetExCommand expire(ListSE<ByteBufferSE> fields, @Nullable Expiration expiration) 新しいReactiveHashCommands.HGetExCommandを作成します。- パラメーター:
fields- 有効期限を適用するfields名expiration- 指定されたフィールドに適用するオプションのExpiration。- 戻り値:
ReactiveHashCommands.HGetExCommandの新しいインスタンス。
from
- パラメーター:
key- フィールドを期限切れにするキー。- 戻り値:
ReactiveHashCommands.HashExpireCommandの新しいインスタンス。
fields
新しいReactiveHashCommands.HGetExCommandを作成します。- パラメーター:
fields- 有効期限を適用するfields名- 戻り値:
ReactiveHashCommands.HGetExCommandの新しいインスタンス。
getExpiration