Enum クラスの使用箇所
org.springframework.data.redis.connection.RedisServerCommands.ShutdownOption
RedisServerCommands.ShutdownOption を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の RedisServerCommands.ShutdownOption 使用
修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static RedisServerCommands.ShutdownOption[]RedisServerCommands.ShutdownOption.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 RedisServerCommands.ShutdownOption のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明default voidDefaultedRedisConnection.shutdown(RedisServerCommands.ShutdownOption option) 使用すべきではありません。voidDefaultStringRedisConnection.shutdown(RedisServerCommands.ShutdownOption option) voidRedisServerCommands.shutdown(@Nullable RedisServerCommands.ShutdownOption option) サーバーをシャットダウンします。
RedisCommandsProvider.serverCommands()を推奨。