Package org.infinispan.functional
Class MetaParam.MetaMaxIdle
- java.lang.Object
-
- org.infinispan.functional.MetaParam.MetaLong
-
- org.infinispan.functional.MetaParam.MetaMaxIdle
-
- All Implemented Interfaces:
MetaParam<java.lang.Long>
,MetaParam.Writable<java.lang.Long>
public static final class MetaParam.MetaMaxIdle extends MetaParam.MetaLong implements MetaParam.Writable<java.lang.Long>
Writable metadata parameter representing a cached entry's millisecond max idle time.- Since:
- 8.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.functional.MetaParam
MetaParam.Lookup, MetaParam.MetaCreated, MetaParam.MetaEntryVersion, MetaParam.MetaLastUsed, MetaParam.MetaLifespan, MetaParam.MetaLoadedFromPersistence, MetaParam.MetaLong, MetaParam.MetaMaxIdle, MetaParam.Writable<T>
-
-
Field Summary
-
Fields inherited from class org.infinispan.functional.MetaParam.MetaLong
value
-
-
Constructor Summary
Constructors Constructor Description MetaMaxIdle(long maxIdle)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetaParam.MetaMaxIdle
defaultValue()
java.lang.String
toString()
-
Methods inherited from class org.infinispan.functional.MetaParam.MetaLong
equals, get, hashCode
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
defaultValue
public static MetaParam.MetaMaxIdle defaultValue()
-
-