Uses of Interface
org.infinispan.functional.MetaParam
-
Packages that use MetaParam Package Description org.infinispan.functional Functional API packageorg.infinispan.functional.impl -
-
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) -
Uses of MetaParam in org.infinispan.functional.impl
Classes in org.infinispan.functional.impl that implement MetaParam Modifier and Type Class Description classCounterConfigurationMetaParamStores theCounterConfiguration.Methods in org.infinispan.functional.impl with type parameters of type MetaParam Modifier and Type Method Description <T extends MetaParam>
Optional<T>MetaParams. find(Class<T> type)<T extends MetaParam>
Optional<T>MetaParamsInternalMetadata. findMetaParam(Class<T> type)<T extends MetaParam>
voidMetaParams. remove(Class<T> type)<T extends MetaParam>
voidMetaParams. replace(Class<T> type, Function<T,T> f)Methods in org.infinispan.functional.impl that return types with arguments of type MetaParam Modifier and Type Method Description Iterator<MetaParam<?>>MetaParams. iterator()Spliterator<MetaParam<?>>MetaParams. spliterator()Methods in org.infinispan.functional.impl with parameters of type MetaParam Modifier and Type Method Description voidMetaParams. add(MetaParam meta)MetaParamsInternalMetadata.BuilderMetaParamsInternalMetadata.Builder. add(MetaParam<?> metaParam)voidMetaParams. addMany(MetaParam... metaParams)
-