Enum Class RespExpiration
- All Implemented Interfaces:
Serializable
,Comparable<RespExpiration>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte[]
static final byte[]
static final byte[]
static final byte[]
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract long
convert
(long value, TimeService timeService) static RespExpiration
valueOf
(byte[] type) Returns the enum constant of this class with the specified name.static RespExpiration
Returns the enum constant of this class with the specified name.static RespExpiration[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EX
-
PX
-
EXAT
-
PXAT
-
-
Field Details
-
EX_BYTES
public static final byte[] EX_BYTES -
PX_BYTES
public static final byte[] PX_BYTES -
EXAT_BYTES
public static final byte[] EXAT_BYTES -
PXAT_BYTES
public static final byte[] PXAT_BYTES
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
convert
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
type
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-