Uses of Class
com.blackrook.redis.enums.DataType
- 
Packages that use DataType Package Description com.blackrook.redis Contains classes relevant to connecting to Redis servers.com.blackrook.redis.commands Contains interfaces for implementing Redis commands.com.blackrook.redis.enums Contains useful enumerations. - 
- 
Uses of DataType in com.blackrook.redis
Methods in com.blackrook.redis that return DataType Modifier and Type Method Description DataTypeRedisConnection. type(String key) - 
Uses of DataType in com.blackrook.redis.commands
Methods in com.blackrook.redis.commands that return DataType Modifier and Type Method Description DataTypeRedisConnectionCommands. type(String key) - 
Uses of DataType in com.blackrook.redis.enums
Fields in com.blackrook.redis.enums with type parameters of type DataType Modifier and Type Field Description static ReturnType<DataType>ReturnType. DATATYPEDATATYPE return type.Methods in com.blackrook.redis.enums that return DataType Modifier and Type Method Description static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -