public static class TimeBasedDBUpdateConfig.DBUpdateMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static TimeBasedDBUpdateConfig.DBUpdateMode |
INSERT_UPDATE
INSERT_UPDATE type indicates to update the existing entries in the ObjectGrid
map with the latest values from database.
|
static TimeBasedDBUpdateConfig.DBUpdateMode |
INVALIDATE_ONLY
INVALIDATE_ONLY type indicates to invalidate the entries in the
ObjectGrid map if the corresponding records in the database have changed.
|
static TimeBasedDBUpdateConfig.DBUpdateMode |
UPDATE_ONLY
UPDATE_ONLY type indicates to update the existing entries in the ObjectGrid
map with the latest values from database.
|
public static final TimeBasedDBUpdateConfig.DBUpdateMode INVALIDATE_ONLY
public static final TimeBasedDBUpdateConfig.DBUpdateMode UPDATE_ONLY
public static final TimeBasedDBUpdateConfig.DBUpdateMode INSERT_UPDATE