Uses of Enum
org.infinispan.server.hotrod.TimeUnitValue
Packages that use TimeUnitValue
-
Uses of TimeUnitValue in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return TimeUnitValueModifier and TypeMethodDescriptionstatic TimeUnitValue
TimeUnitValue.decode
(byte rightBits) static TimeUnitValue
TimeUnitValue.fromTimeUnit
(TimeUnit unit) static TimeUnitValue
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 TimeUnitValueModifier and TypeMethodDescriptionstatic 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 TimeUnitValueModifier and TypeMethodDescriptionHotRodServer.buildMetadata
(long lifespan, TimeUnitValue lifespanUnit, long maxIdle, TimeUnitValue maxIdleUnit) HotRodServer.buildMetadata2x
(long lifespan, TimeUnitValue lifespanUnit, long maxIdle, TimeUnitValue maxIdleUnit)