クラス ReactiveRedisConnection.KeyCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 既知の直属サブクラス
ReactiveGeoCommands.GeoAddCommand, ReactiveGeoCommands.GeoDistCommand, ReactiveGeoCommands.GeoHashCommand, ReactiveGeoCommands.GeoPosCommand, ReactiveGeoCommands.GeoRadiusByMemberCommand, ReactiveGeoCommands.GeoRadiusCommand, ReactiveGeoCommands.GeoSearchCommand, ReactiveGeoCommands.GeoSearchStoreCommand, ReactiveHashCommands.HashFieldsCommand, ReactiveHashCommands.HExistsCommand, ReactiveHashCommands.HRandFieldCommand, ReactiveHashCommands.HSetCommand, ReactiveHashCommands.HSetExCommand, ReactiveHashCommands.HStrLenCommand, ReactiveHyperLogLogCommands.PfAddCommand, ReactiveHyperLogLogCommands.PfMergeCommand, ReactiveKeyCommands.CopyCommand, ReactiveKeyCommands.ExpireAtCommand, ReactiveKeyCommands.ExpireCommand, ReactiveKeyCommands.MoveCommand, ReactiveKeyCommands.RenameCommand, ReactiveListCommands.BRPopLPushCommand, ReactiveListCommands.LIndexCommand, ReactiveListCommands.LInsertCommand, ReactiveListCommands.LMoveCommand, ReactiveListCommands.LPosCommand, ReactiveListCommands.LRemCommand, ReactiveListCommands.LSetCommand, ReactiveListCommands.PopCommand, ReactiveListCommands.PushCommand, ReactiveListCommands.RPopLPushCommand, ReactiveNumberCommands.DecrByCommand, ReactiveNumberCommands.HIncrByCommand, ReactiveNumberCommands.IncrByCommand, ReactiveRedisConnection.KeyScanCommand, ReactiveRedisConnection.RangeCommand, ReactiveSetCommands.SAddCommand, ReactiveSetCommands.SDiffStoreCommand, ReactiveSetCommands.SInterStoreCommand, ReactiveSetCommands.SIsMemberCommand, ReactiveSetCommands.SMIsMemberCommand, ReactiveSetCommands.SMoveCommand, ReactiveSetCommands.SPopCommand, ReactiveSetCommands.SRandMembersCommand, ReactiveSetCommands.SRemCommand, ReactiveSetCommands.SUnionStoreCommand, ReactiveStreamCommands.AcknowledgeCommand, ReactiveStreamCommands.AddStreamRecord, ReactiveStreamCommands.DeleteCommand, ReactiveStreamCommands.GroupCommand, ReactiveStreamCommands.PendingRecordsCommand, ReactiveStreamCommands.RangeCommand, ReactiveStreamCommands.TrimCommand, ReactiveStreamCommands.XClaimCommand, ReactiveStreamCommands.XInfoCommand, ReactiveStringCommands.AppendCommand, ReactiveStringCommands.BitCountCommand, ReactiveStringCommands.BitFieldCommand, ReactiveStringCommands.BitPosCommand, ReactiveStringCommands.GetBitCommand, ReactiveStringCommands.GetExCommand, ReactiveStringCommands.SetBitCommand, ReactiveStringCommands.SetCommand, ReactiveStringCommands.SetRangeCommand, ReactiveZSetCommands.BZPopCommand, ReactiveZSetCommands.ZAddCommand, ReactiveZSetCommands.ZAggregateStoreCommand, ReactiveZSetCommands.ZCountCommand, ReactiveZSetCommands.ZDiffStoreCommand, ReactiveZSetCommands.ZIncrByCommand, ReactiveZSetCommands.ZLexCountCommand, ReactiveZSetCommands.ZMScoreCommand, ReactiveZSetCommands.ZPopCommand, ReactiveZSetCommands.ZRandMemberCommand, ReactiveZSetCommands.ZRangeByLexCommand, ReactiveZSetCommands.ZRangeByScoreCommand, ReactiveZSetCommands.ZRangeCommand, ReactiveZSetCommands.ZRangeStoreCommand, ReactiveZSetCommands.ZRankCommand, ReactiveZSetCommands.ZRemCommand, ReactiveZSetCommands.ZRemRangeByLexCommand, ReactiveZSetCommands.ZRemRangeByRankCommand, ReactiveZSetCommands.ZRemRangeByScoreCommand, ReactiveZSetCommands.ZScoreCommand
- 含まれているインターフェース:
ReactiveRedisConnection
public static class ReactiveRedisConnection.KeyCommand
extends ObjectSE
implements ReactiveRedisConnection.Command
キーバインド操作用の
ReactiveRedisConnection.Command。- 導入:
- 2.0
- 作成者:
- Christoph Strobl
コンストラクター概要
コンストラクターコンストラクター説明KeyCommand(@Nullable ByteBufferSE key) keyを指定して新しいReactiveRedisConnection.KeyCommandを作成します。方法の概要
クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
コンストラクターの詳細
KeyCommand
keyを指定して新しいReactiveRedisConnection.KeyCommandを作成します。- パラメーター:
key- null でもかまいません。
方法の詳細
getKey
- 次で指定:
- インターフェース
ReactiveRedisConnection.Command内のgetKey - 戻り値:
- このコマンドに関連するキー。