Package org.infinispan.functional
Class MetaParam.MetaLoadedFromPersistence
java.lang.Object
org.infinispan.functional.MetaParam.MetaBoolean
org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
@Experimental
public static final class MetaParam.MetaLoadedFromPersistence
extends MetaParam.MetaBoolean
Non-writable parameter telling if the entry was loaded from a persistence tier
(
CacheLoader
) or not.
This information may be available only to write commands due to implementation reasons.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.functional.MetaParam
MetaParam.Lookup, MetaParam.MetaBoolean, MetaParam.MetaCreated, MetaParam.MetaEntryVersion, MetaParam.MetaLastUsed, MetaParam.MetaLifespan, MetaParam.MetaLoadedFromPersistence, MetaParam.MetaLong, MetaParam.MetaMaxIdle, MetaParam.MetaUpdateCreationTime, MetaParam.Writable<T>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MetaParam.MetaLoadedFromPersistence
static final MetaParam.MetaLoadedFromPersistence
Fields inherited from class org.infinispan.functional.MetaParam.MetaBoolean
value
-
Method Summary
Methods inherited from class org.infinispan.functional.MetaParam.MetaBoolean
equals, get, hashCode
-
Field Details
-
LOADED
-
NOT_LOADED
-
-
Method Details
-
of
-