インターフェース ReactiveRedisClusterConnection
- すべてのスーパーインターフェース:
AutoCloseableSE、CloseableSE、ReactiveClusterCommands、ReactiveRedisConnection
public interface ReactiveRedisClusterConnection
extends ReactiveRedisConnection, ReactiveClusterCommands
- 導入:
- 2.0
- 作成者:
- Christoph Strobl, Mark Paluch
ネストされたクラスの概要
インターフェース org.springframework.data.redis.connection.ReactiveClusterCommands から継承されたネストクラス / インターフェース
ReactiveClusterCommands.AddSlotsインターフェース org.springframework.data.redis.connection.ReactiveRedisConnection から継承されたネストクラス / インターフェース
ReactiveRedisConnection.AbsentByteBufferResponse<I>, ReactiveRedisConnection.BooleanResponse<I>, ReactiveRedisConnection.ByteBufferResponse<I>, ReactiveRedisConnection.Command, ReactiveRedisConnection.CommandResponse<I,O>, ReactiveRedisConnection.KeyCommand, ReactiveRedisConnection.KeyScanCommand, ReactiveRedisConnection.MultiValueResponse<I, O>, ReactiveRedisConnection.NumericResponse<I, O extends NumberSE>, ReactiveRedisConnection.RangeCommand 方法の概要
修飾子と型メソッド説明ReactiveHashCommandsを取得します。ReactiveHyperLogLogCommandsを取得します。ReactiveKeyCommandsを取得します。ReactiveListCommandsを取得します。reactor.core.publisher.Mono<StringSE>ping(RedisClusterNode node) 特定の Redis クラスターノードへの接続をテストします。ReactiveServerCommandsを取得します。ReactiveSetCommandsを取得します。ReactiveStreamCommandsを取得します。ReactiveStringCommandsを取得します。ReactiveZSetCommandsを取得します。インターフェース org.springframework.data.redis.connection.ReactiveClusterCommands から継承されたメソッド
clusterAddSlots, clusterAddSlots, clusterCountKeysInSlot, clusterDeleteSlots, clusterDeleteSlotsInRange, clusterForget, clusterGetClusterInfo, clusterGetKeysInSlot, clusterGetMasterReplicaMap, clusterGetNodeForKey, clusterGetNodeForSlot, clusterGetNodes, clusterGetReplicas, clusterGetSlotForKey, clusterMeet, clusterReplicate, clusterSetSlotインターフェース org.springframework.data.redis.connection.ReactiveRedisConnection から継承されたメソッド
close, closeLater, ping, pubSubCommands, scriptingCommands
方法の詳細
keyCommands
ReactiveClusterKeyCommands keyCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveKeyCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のkeyCommands - 戻り値:
- 決して null にはなりません。
stringCommands
ReactiveClusterStringCommands stringCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveStringCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のstringCommands - 戻り値:
- 決して null にはなりません。
numberCommands
ReactiveClusterNumberCommands numberCommands()インターフェースからコピーされた説明:ReactiveRedisConnection- 次で指定:
- インターフェース
ReactiveRedisConnection内のnumberCommands - 戻り値:
- 決して null にはなりません。
listCommands
ReactiveClusterListCommands listCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveListCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のlistCommands - 戻り値:
- 決して null にはなりません。
setCommands
ReactiveClusterSetCommands setCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveSetCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のsetCommands - 戻り値:
- 決して null にはなりません。
zSetCommands
ReactiveClusterZSetCommands zSetCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveZSetCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のzSetCommands - 戻り値:
- 決して null にはなりません。
hashCommands
ReactiveClusterHashCommands hashCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveHashCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のhashCommands - 戻り値:
- 決して null にはなりません。
geoCommands
ReactiveClusterGeoCommands geoCommands()インターフェースからコピーされた説明:ReactiveRedisConnection- 次で指定:
- インターフェース
ReactiveRedisConnection内のgeoCommands - 戻り値:
- 決して null にはなりません。
hyperLogLogCommands
ReactiveClusterHyperLogLogCommands hyperLogLogCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveHyperLogLogCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のhyperLogLogCommands - 戻り値:
- 決して null にはなりません。
serverCommands
ReactiveClusterServerCommands serverCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveServerCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のserverCommands - 戻り値:
- 決して null にはなりません。
streamCommands
ReactiveClusterStreamCommands streamCommands()インターフェースからコピーされた説明:ReactiveRedisConnectionReactiveStreamCommandsを取得します。- 次で指定:
- インターフェース
ReactiveRedisConnection内のstreamCommands - 戻り値:
- 決して null にはなりません。
ping
特定の Redis クラスターノードへの接続をテストします。- パラメーター:
node- null であってはなりません。- 戻り値:
Mono折り返しサーバーレスポンスメッセージ - 通常は PONG。- 例外:
IllegalArgumentExceptionSE-nodeが null の場合。- 関連事項: