Enum クラスの使用箇所
org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
RedisClusterCommands.AddSlots を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Jedis ライブラリの接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
org.springframework.data.redis.connection 内の RedisClusterCommands.AddSlots 使用
修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static RedisClusterCommands.AddSlots[]RedisClusterCommands.AddSlots.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 RedisClusterCommands.AddSlots のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明voidRedisClusterCommands.clusterSetSlot(RedisClusterNode node, int slot, RedisClusterCommands.AddSlots mode) org.springframework.data.redis.connection.jedis 内の RedisClusterCommands.AddSlots 使用
型 RedisClusterCommands.AddSlots のパラメーターを持つ org.springframework.data.redis.connection.jedis のメソッド修飾子と型メソッド説明voidJedisClusterConnection.clusterSetSlot(RedisClusterNode node, int slot, RedisClusterCommands.AddSlots mode) org.springframework.data.redis.connection.lettuce 内の RedisClusterCommands.AddSlots 使用
型 RedisClusterCommands.AddSlots のパラメーターを持つ org.springframework.data.redis.connection.lettuce のメソッド修飾子と型メソッド説明voidLettuceClusterConnection.clusterSetSlot(RedisClusterNode node, int slot, RedisClusterCommands.AddSlots mode)