IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid
Class TimeBasedDBUpdateConfig.DBUpdateMode

java.lang.Object
  extended by com.ibm.websphere.objectgrid.TimeBasedDBUpdateConfig.DBUpdateMode
Enclosing class:
TimeBasedDBUpdateConfig

public static class TimeBasedDBUpdateConfig.DBUpdateMode
extends Object

An type of DBUpdateMode specifies how the database changes should be pushed to the ObjectGrid maps.


Field Summary
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.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALIDATE_ONLY

public static final 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.


UPDATE_ONLY

public static final TimeBasedDBUpdateConfig.DBUpdateMode UPDATE_ONLY
UPDATE_ONLY type indicates to update the existing entries in the ObjectGrid map with the latest values from database. However, all the newly inserted records to the database are ignored.


INSERT_UPDATE

public static final TimeBasedDBUpdateConfig.DBUpdateMode INSERT_UPDATE
INSERT_UPDATE type indicates to update the existing entries in the ObjectGrid map with the latest values from database. Also, all the newly inserted records to the database are inserted into the ObjectGrid map.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.