Package org.infinispan.functional
Class MetaParam.MetaEntryVersion
- java.lang.Object
-
- org.infinispan.functional.MetaParam.MetaEntryVersion
-
- All Implemented Interfaces:
MetaParam<org.infinispan.container.versioning.EntryVersion>,MetaParam.Writable<org.infinispan.container.versioning.EntryVersion>
@Experimental public static class MetaParam.MetaEntryVersion extends java.lang.Object implements MetaParam.Writable<org.infinispan.container.versioning.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(org.infinispan.container.versioning.EntryVersion entryVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)org.infinispan.container.versioning.EntryVersionget()Returns the value of the meta parameter.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
get
public org.infinispan.container.versioning.EntryVersion get()
Description copied from interface:MetaParamReturns the value of the meta parameter.
-
equals
public boolean equals(java.lang.Object o)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
-