Uses of Interface
org.infinispan.functional.MetaParam
Packages that use MetaParam
-
Uses of MetaParam in org.infinispan.functional
Subinterfaces of MetaParam in org.infinispan.functionalModifier and TypeInterfaceDescriptionstatic interface
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 MetaParamModifier and TypeClassDescriptionstatic class
static final class
Read only metadata parameter representing a cached entry's created time in milliseconds.static class
Writable metadata parameter representing a cached entry's generic version.static final class
Read only metadata parameter representing a cached entry's last used time in milliseconds.static final class
Writable metadata parameter representing a cached entry's millisecond lifespan.static final class
Non-writable parameter telling if the entry was loaded from a persistence tier (CacheLoader
) or not.static class
Abstract class for numeric long-based metadata parameter instances.static final class
Writable metadata parameter representing a cached entry's millisecond max idle time.static final class
A parameter to tell if the creation timestamp should be updated for modified entries.Methods in org.infinispan.functional with type parameters of type MetaParam -
Uses of MetaParam in org.infinispan.functional.impl
Classes in org.infinispan.functional.impl that implement MetaParamMethods in org.infinispan.functional.impl with type parameters of type MetaParamModifier and TypeMethodDescriptionMetaParamsInternalMetadata.findMetaParam
(Class<T> type) <T extends MetaParam>
void<T extends MetaParam>
voidMethods in org.infinispan.functional.impl that return types with arguments of type MetaParamModifier and TypeMethodDescriptionMetaParams.iterator()
Spliterator<MetaParam<?>>
MetaParams.spliterator()
Methods in org.infinispan.functional.impl with parameters of type MetaParam