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 java.lang.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 boolean
equals(java.lang.Object o)
EntryVersion
get()
Returns the value of the meta parameter.int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
MetaEntryVersion
public MetaEntryVersion(EntryVersion entryVersion)
-
-
Method Detail
-
get
public EntryVersion get()
Description copied from interface:MetaParam
Returns the value of the meta parameter.- Specified by:
get
in interfaceMetaParam<EntryVersion>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-