Uses of Interface
org.infinispan.functional.MetaParam
-
Packages that use MetaParam Package Description org.infinispan.functional Functional API package -
-
Uses of MetaParam in org.infinispan.functional
Subinterfaces of MetaParam in org.infinispan.functional Modifier and Type Interface Description static interfaceMetaParam.Writable<T>WritableMetaParaminstances are those that the user can provide to be stored as part of the cache entry.Classes in org.infinispan.functional that implement MetaParam Modifier and Type Class Description static classMetaParam.MetaCreatedRead only metadata parameter representing a cached entry's created time in milliseconds.static classMetaParam.MetaEntryVersionWritable metadata parameter representing a cached entry's generic version.static classMetaParam.MetaLastUsedRead only metadata parameter representing a cached entry's last used time in milliseconds.static classMetaParam.MetaLifespanWritable metadata parameter representing a cached entry's millisecond lifespan.static classMetaParam.MetaLoadedFromPersistenceNon-writable parameter telling if the entry was loaded from a persistence tier (CacheLoader) or not.static classMetaParam.MetaLongAbstract class for numeric long-based metadata parameter instances.static classMetaParam.MetaMaxIdleWritable metadata parameter representing a cached entry's millisecond max idle time.Methods in org.infinispan.functional with type parameters of type MetaParam Modifier and Type Method Description <T extends MetaParam>
Optional<T>MetaParam.Lookup. findMetaParam(Class<T> type)
-