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
Fields Modifier and Type Field Description static MetaParam.MetaLoadedFromPersistence
LOADED
static MetaParam.MetaLoadedFromPersistence
NOT_LOADED
-
Fields inherited from class org.infinispan.functional.MetaParam.MetaBoolean
value
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MetaParam.MetaLoadedFromPersistence
of(boolean loaded)
-
Methods inherited from class org.infinispan.functional.MetaParam.MetaBoolean
equals, get, hashCode
-
-
-
-
Field Detail
-
LOADED
public static final MetaParam.MetaLoadedFromPersistence LOADED
-
NOT_LOADED
public static final MetaParam.MetaLoadedFromPersistence NOT_LOADED
-
-
Method Detail
-
of
public static MetaParam.MetaLoadedFromPersistence of(boolean loaded)
-
-