Uses of Class
org.infinispan.server.hotrod.TimeUnitValue
-
Packages that use TimeUnitValue Package Description org.infinispan.server.hotrod -
-
Uses of TimeUnitValue in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return TimeUnitValue Modifier and Type Method Description static TimeUnitValue
TimeUnitValue. decode(byte rightBits)
static TimeUnitValue
TimeUnitValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeUnitValue[]
TimeUnitValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.server.hotrod that return types with arguments of type TimeUnitValue Modifier and Type Method Description static KeyValuePair<TimeUnitValue,TimeUnitValue>
TimeUnitValue. decodePair(byte timeUnitValues)
static KeyValuePair<TimeUnitValue,TimeUnitValue>
TimeUnitValue. decodePair(byte timeUnitValues)
Methods in org.infinispan.server.hotrod with parameters of type TimeUnitValue Modifier and Type Method Description Metadata
HotRodServer. buildMetadata(HotRodHeader header, long lifespan, TimeUnitValue lifespanUnit, long maxIdle, TimeUnitValue maxIdleUnit)
-