Uses of Enum
com.blackrook.redis.data.RedisObject.Type
Packages that use RedisObject.Type
Package
Description
Contains encapsulations for Redis objects and responses.
-
Uses of RedisObject.Type in com.blackrook.redis.data
Subclasses with type arguments of type RedisObject.Type in com.blackrook.redis.dataMethods in com.blackrook.redis.data that return RedisObject.TypeModifier and TypeMethodDescriptionRedisObject.getType()static RedisObject.TypeReturns 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.