IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.revision
Class CollisionArbiter.Resolution

java.lang.Object
  extended by com.ibm.websphere.objectgrid.revision.CollisionArbiter.Resolution
Enclosing interface:
CollisionArbiter

public static final class CollisionArbiter.Resolution
extends Object

Marks how the collision should be resolved.

Since:
7.1

Field Summary
static CollisionArbiter.Resolution KEEP
          Indicates that the collision should keep the entry that currently exists in the cache and ignore the colliding entry.
static CollisionArbiter.Resolution OVERRIDE
          Indicates that the collision should override the existing entry with the colliding entry.
static CollisionArbiter.Resolution REVISE
          Indicates that the collision has been resolved programmatically in the revision transaction.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEEP

public static final CollisionArbiter.Resolution KEEP
Indicates that the collision should keep the entry that currently exists in the cache and ignore the colliding entry.


OVERRIDE

public static final CollisionArbiter.Resolution OVERRIDE
Indicates that the collision should override the existing entry with the colliding entry.


REVISE

public static final CollisionArbiter.Resolution REVISE
Indicates that the collision has been resolved programmatically in the revision transaction.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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