Package org.infinispan.functional
Class MetaParam.MetaMaxIdle
- java.lang.Object
-
- org.infinispan.functional.MetaParam.MetaLong
-
- org.infinispan.functional.MetaParam.MetaMaxIdle
-
- All Implemented Interfaces:
MetaParam<Long>
,MetaParam.Writable<Long>
@Experimental public static final class MetaParam.MetaMaxIdle extends MetaParam.MetaLong implements MetaParam.Writable<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.MetaBoolean, MetaParam.MetaCreated, MetaParam.MetaEntryVersion, MetaParam.MetaLastUsed, MetaParam.MetaLifespan, MetaParam.MetaLoadedFromPersistence, MetaParam.MetaLong, MetaParam.MetaMaxIdle, MetaParam.MetaUpdateCreationTime, 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()
String
toString()
-
Methods inherited from class org.infinispan.functional.MetaParam.MetaLong
equals, get, hashCode
-
-
-
-
Method Detail
-
toString
public String toString()
-
defaultValue
public static MetaParam.MetaMaxIdle defaultValue()
-
-