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 voidDefaultedRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option) 使用すべきではありません。default voidDefaultedRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option, long timeout) 使用すべきではありません。voidDefaultStringRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option) voidDefaultStringRedisConnection.migrate(byte[] key, RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option, long timeout) voidRedisServerCommands.migrate(byte @NonNull[] key, @NonNull RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option) キーをソース Redis インスタンスから宛先 Redis インスタンスにアトミックに転送します。voidRedisServerCommands.migrate(byte @NonNull[] key, @NonNull RedisNode target, int dbIndex, @Nullable RedisServerCommands.MigrateOption option, long timeout) キーをソース Redis インスタンスから宛先 Redis インスタンスにアトミックに転送します。
RedisCommandsProvider.serverCommands()を推奨。