|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DynamicIndexCallback | This interface provides a callback mechanism for dynamic indexing process. |
MapIndex | This interface is an abstract index that can be created on a Map. |
MapIndexInfo | This interface is used to provide an index with detailed change information for a specific Map in a transaction. |
MapIndexPlugin | An index implementation must implement this interface to get modifications to the Map so it can maintain the index as transactions are committed. |
MapRangeIndex | This interface is an index that allows comparison type searches for a range of keys. |
Class Summary | |
---|---|
HashIndex | HashIndex is a built-in index implementation of a MapIndexPlugin . |
MapIndex.SpecialValue | This class represents directives for finding types of values in an index. |
Exception Summary | |
---|---|
FinderException | This exception is thrown when an index finder method encounters an error. |
This package contains the interfaces for the Map index related plug-in framework.
HashIndex
.
MapIndexPlugin
interface. This class will need to return an object that implements the index specific interface (such as MapIndex or MapRangeIndex) when the application
asks the ObjectMap for a reference to an index using the ObjectMap.getIndex(String)
method.
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |