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 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 boolean
equals(Object o)
org.infinispan.container.versioning.EntryVersion
get()
Returns the value of the meta parameter.int
hashCode()
String
toString()
-