Package org.infinispan.functional
Class MetaParam.MetaEntryVersion
- java.lang.Object
-
- org.infinispan.functional.MetaParam.MetaEntryVersion
-
- All Implemented Interfaces:
MetaParam<EntryVersion>,MetaParam.Writable<EntryVersion>
public static class MetaParam.MetaEntryVersion extends Object implements MetaParam.Writable<EntryVersion>
Writable metadata parameter representing a cached entry's generic version.- 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>
-
-
Constructor Summary
Constructors Constructor Description MetaEntryVersion(EntryVersion entryVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)EntryVersionget()Returns the value of the meta parameter.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
MetaEntryVersion
public MetaEntryVersion(EntryVersion entryVersion)
-
-
Method Detail
-
get
public EntryVersion get()
Description copied from interface:MetaParamReturns the value of the meta parameter.- Specified by:
getin interfaceMetaParam<EntryVersion>
-
-