Uses of Enum Class
com.loomcache.server.datastructures.mapstore.MapStoreConfig.LoadMode
Packages that use MapStoreConfig.LoadMode
Package
Description
MapStore Service Provider Interface — pluggable backing store for
DistributedMap.-
Uses of MapStoreConfig.LoadMode in com.loomcache.server.datastructures.mapstore
Subclasses with type arguments of type MapStoreConfig.LoadMode in com.loomcache.server.datastructures.mapstoreMethods in com.loomcache.server.datastructures.mapstore that return MapStoreConfig.LoadModeModifier and TypeMethodDescriptionMapStoreConfig.loadMode()Returns the value of theloadModerecord component.static MapStoreConfig.LoadModeReturns the enum constant of this class with the specified name.static MapStoreConfig.LoadMode[]MapStoreConfig.LoadMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.datastructures.mapstore with parameters of type MapStoreConfig.LoadModeModifierConstructorDescriptionMapStoreConfig(boolean writeThrough, boolean writeBehind, int writeBatchSize, Duration writeDelay, MapStoreConfig.LoadMode loadMode) Compact-constructor validation.