Uses of Enum Class
com.loomcache.common.config.GenericMapStoreConfig.LoadMode
Packages that use GenericMapStoreConfig.LoadMode
-
Uses of GenericMapStoreConfig.LoadMode in com.loomcache.common.config
Subclasses with type arguments of type GenericMapStoreConfig.LoadMode in com.loomcache.common.configMethods in com.loomcache.common.config that return GenericMapStoreConfig.LoadModeModifier and TypeMethodDescriptionGenericMapStoreConfig.loadMode()Returns the value of theloadModerecord component.GenericMapStoreConfig.parseLoadMode(String raw) Returns the enum constant of this class with the specified name.static GenericMapStoreConfig.LoadMode[]GenericMapStoreConfig.LoadMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.config with parameters of type GenericMapStoreConfig.LoadModeModifier and TypeMethodDescriptionGenericMapStoreConfig.Builder.loadMode(GenericMapStoreConfig.LoadMode loadMode) Constructors in com.loomcache.common.config with parameters of type GenericMapStoreConfig.LoadModeModifierConstructorDescriptionGenericMapStoreConfig(boolean enabled, String dataConnectionRef, String tableName, String mapNameColumn, String keyColumn, String valueColumn, boolean writeThrough, boolean writeBehind, int writeBatchSize, Duration writeDelay, GenericMapStoreConfig.LoadMode loadMode, int maxLoadKeys) Creates an instance of aGenericMapStoreConfigrecord class.