Uses of Enum
com.blackrook.redis.enums.EncodingType
Packages that use EncodingType
Package
Description
Contains classes relevant to connecting to Redis servers.
Contains interfaces for implementing Redis commands.
Contains useful enumerations.
-
Uses of EncodingType in com.blackrook.redis
Methods in com.blackrook.redis that return EncodingType -
Uses of EncodingType in com.blackrook.redis.commands
Methods in com.blackrook.redis.commands that return EncodingType -
Uses of EncodingType in com.blackrook.redis.enums
Subclasses with type arguments of type EncodingType in com.blackrook.redis.enumsFields in com.blackrook.redis.enums with type parameters of type EncodingTypeModifier and TypeFieldDescriptionstatic final ReturnType<EncodingType> ReturnType.ENCODINGENCODING return type.Methods in com.blackrook.redis.enums that return EncodingTypeModifier and TypeMethodDescriptionstatic EncodingTypeReturns the enum constant of this type with the specified name.static EncodingType[]EncodingType.values()Returns an array containing the constants of this enum type, in the order they are declared.