|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BeanFactory | Implement this interface to allow bean factories like Spring or Google guice to be integrated. |
CacheEntry | This interface represents a cache entry in an ObjectGrid map. |
EvictionEventCallback | An instance of EvictionEventCallback is passed into the
Evictor at initialization time. |
Evictor | Data contained in a BackingMap are evicted when the map is
full. |
EvictorData | This interface is optionally used by an implementator of the
Evictor interface. |
LogElement | LogElements are the individual entries within a LogSequence. |
LogSequence | LogSequence is the ordered list of changes performed against a given map for a given transaction. |
LogSequenceFilter | This interface can be used to filter a LogSequence. |
MapEventListener | This callback interface is implemented by the application when it wants to receive events about a Map such as the eviction of a map entry. |
ObjectGridEventGroup | This is a set of single method interfaces for fine grained events delivered for an ObjectGrid. |
ObjectGridEventGroup.ShardEvents | These events are fired when a shard is made a primary shard and when the shard is demoted from a primary. |
ObjectGridEventGroup.ShardLifecycle | These events are fired when an ObjectGrid shard is initialized and destroyed. |
ObjectGridEventGroup.TransactionEvents | These events are called every single transaction. |
ObjectGridEventListener | This interface is used to create an implementation of an event listener for an ObjectGrid. |
ReplicationMapListener | This interface is used to create an implementation of an event listener for client-side maps that are in replication mode. |
TransactionCallback | Calling methods on a Session will send corresponding events
to the TransactionCallback. |
ValueProxyInfo | This interface can be used by value objects to inform a BackingMap or Loader which attribute(s) have been dirtied. |
Class Summary | |
---|---|
EvictorData.SpecialEvictorData | Special value class used for representing the key not being found in the
BackingMap . |
LogElement.Type | The Type class is used to represent a LogElement
type. |
Exception Summary | |
---|---|
CacheEntryException | This exception indicates an error occurred during a cache entry operation. |
LoaderException | This exception is the base exception for any exceptions encountered by a
Loader . |
TransactionCallbackException | This exception is thrown when a method call to TransactionCallback fails. |
These are the interfaces for adding plugins to the Grid core framework.
|
IBM WebSphere® DataPower® XC10 Appliance Release 1.0 Client API Specification |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |