Uses of Class
com.blackrook.redis.data.RedisObject.Type
-
Packages that use RedisObject.Type Package Description com.blackrook.redis.data Contains encapsulations for Redis objects and responses. -
-
Uses of RedisObject.Type in com.blackrook.redis.data
Methods in com.blackrook.redis.data that return RedisObject.Type Modifier and Type Method Description RedisObject.Type
RedisObject. getType()
static RedisObject.Type
RedisObject.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisObject.Type[]
RedisObject.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-