IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Class ReplicaPreloadController.Status

java.lang.Object
  extended by com.ibm.websphere.objectgrid.plugins.ReplicaPreloadController.Status
Enclosing interface:
ReplicaPreloadController

public static final class ReplicaPreloadController.Status
extends Object

This class is used as an enumerator for the Map preload status.

Since:
WAS XD 6.0.1

Field Summary
static ReplicaPreloadController.Status FULL_PRELOAD_NEEDED
          This constant means an application bug has occurred and the controller cannot determine whether preload has completed or can be recovered.
static ReplicaPreloadController.Status PARTIAL_PRELOAD_NEEDED
          This constant means the controller has determined a preload was in progress on the primary and that preload can commence from where the primary stopped.
static ReplicaPreloadController.Status PRELOADED_ALREADY
          This constant should be returned when the controller determines that preloading is not necessary.
 
Method Summary
 boolean equals(Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRELOADED_ALREADY

public static final ReplicaPreloadController.Status PRELOADED_ALREADY
This constant should be returned when the controller determines that preloading is not necessary. This status value normally indicates the side status Map had no entry for this map.


FULL_PRELOAD_NEEDED

public static final ReplicaPreloadController.Status FULL_PRELOAD_NEEDED
This constant means an application bug has occurred and the controller cannot determine whether preload has completed or can be recovered. This status value forces a complete preload.


PARTIAL_PRELOAD_NEEDED

public static final ReplicaPreloadController.Status PARTIAL_PRELOAD_NEEDED
This constant means the controller has determined a preload was in progress on the primary and that preload can commence from where the primary stopped.

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object
See Also:
Object.equals(Object)

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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