IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Class EvictorData.SpecialEvictorData

java.lang.Object
  extended by com.ibm.websphere.objectgrid.plugins.EvictorData.SpecialEvictorData
All Implemented Interfaces:
EvictorData
Enclosing interface:
EvictorData

public static final class EvictorData.SpecialEvictorData
extends Object
implements EvictorData

Special value class used for representing the key not being found in the BackingMap.

Since:
WAS XD 6.0.1

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.websphere.objectgrid.plugins.EvictorData
EvictorData.SpecialEvictorData
 
Field Summary
 
Fields inherited from interface com.ibm.websphere.objectgrid.plugins.EvictorData
KEY_NOT_FOUND
 
Constructor Summary
EvictorData.SpecialEvictorData()
           
 
Method Summary
 Object getKey()
          Dummy implementation method since this class will not be called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvictorData.SpecialEvictorData

public EvictorData.SpecialEvictorData()
Method Detail

getKey

public Object getKey()
Dummy implementation method since this class will not be called.

Specified by:
getKey in interface EvictorData
Returns:
null
See Also:
EvictionEventCallback.setEvictorData(Object, EvictorData)

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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