Enum クラスの使用箇所
org.springframework.data.redis.connection.RedisServerCommands.MigrateOption
RedisServerCommands.MigrateOption を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の RedisServerCommands.MigrateOption 使用
修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static RedisServerCommands.MigrateOption[]
RedisServerCommands.MigrateOption.values()
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 RedisServerCommands.MigrateOption のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明default void
DefaultedRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option) 使用すべきではありません。default void
DefaultedRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option, long timeout) 使用すべきではありません。void
DefaultStringRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option) void
DefaultStringRedisConnection.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option, long timeout) void
RedisServerCommands.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option) キーをソース Redis インスタンスから宛先 Redis インスタンスにアトミックに転送します。void
RedisServerCommands.migrate
(byte[] key, RedisNode target, int dbIndex, RedisServerCommands.MigrateOption option, long timeout) キーをソース Redis インスタンスから宛先 Redis インスタンスにアトミックに転送します。
RedisCommandsProvider.serverCommands()
を推奨。