| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.LockStrategy
Field Summary | |
---|---|
public LockStrategy | NONE
NONE indicates internal LockManager use is not needed since
concurrency control is provided outside of objectgrid (either by
persistence manager using objectgrid as a side cache,
application, or by Loader plugin (e.
|
public LockStrategy | OPTIMISTIC
OPTIMISTIC is typically used for a map that does not
have a Loader plugin, the map is read mostly, and
locking is neither provided by persistence manager using
objectgrid as a side cache or by the application itself.
|
public LockStrategy | PESSIMISTIC
PESSIMISTIC is typically used for a map that does not
have a Loader plugin and locking is neither provided by
persistence manager using objectgrid as a side cache, by
a Loader plugin, or by the application itself.
|
Method Summary | |
---|---|
public
String | toString()
Returns a string representation of the LockStrategy .
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static NONE
public static OPTIMISTIC
public static PESSIMISTIC
Method Detail |
public String toString( | ) |
LockStrategy
.
LockStrategy
.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |