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 interface
MetaParam.Writable<T>
WritableMetaParam
instances 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 class
MetaParam.MetaCreated
Read only metadata parameter representing a cached entry's created time in milliseconds.static class
MetaParam.MetaEntryVersion
Writable metadata parameter representing a cached entry's generic version.static class
MetaParam.MetaLastUsed
Read only metadata parameter representing a cached entry's last used time in milliseconds.static class
MetaParam.MetaLifespan
Writable metadata parameter representing a cached entry's millisecond lifespan.static class
MetaParam.MetaLoadedFromPersistence
Non-writable parameter telling if the entry was loaded from a persistence tier (CacheLoader
) or not.static class
MetaParam.MetaLong
Abstract class for numeric long-based metadata parameter instances.static class
MetaParam.MetaMaxIdle
Writable 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)
-