Uses of Class
com.redis.enterprise.Database.IPType
-
Packages that use Database.IPType Package Description com.redis.enterprise -
-
Uses of Database.IPType in com.redis.enterprise
Methods in com.redis.enterprise that return Database.IPType Modifier and Type Method Description Database.IPTypeDatabase. getOssClusterAPIPreferredIPType()static Database.IPTypeDatabase.IPType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Database.IPType[]Database.IPType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.enterprise with parameters of type Database.IPType Modifier and Type Method Description Database.BuilderDatabase.Builder. ossClusterAPIPreferredIPType(Database.IPType ossClusterAPIPreferredIPType)voidDatabase. setOssClusterAPIPreferredIPType(Database.IPType ossClusterAPIPreferredIPType)
-