Package org.infinispan.functional
Class MetaParam.MetaLong
- java.lang.Object
-
- org.infinispan.functional.MetaParam.MetaLong
-
- Direct Known Subclasses:
MetaParam.MetaCreated
,MetaParam.MetaLastUsed
,MetaParam.MetaLifespan
,MetaParam.MetaMaxIdle
@Experimental public abstract static class MetaParam.MetaLong extends Object implements MetaParam<Long>
Abstract class for numeric long-based metadata parameter instances.- 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected long
value
-
Constructor Summary
Constructors Constructor Description MetaLong(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
get()
Returns the value of the meta parameter.int
hashCode()
-