IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

Package com.ibm.websphere.objectgrid.config

This package contains the interfaces and a factory class for creating ObjectGrid configuration objects programatically.

See:
          Description

Interface Summary
BackingMapConfiguration A BackingMapConfiguration object can be used to override BackingMap settings on the client side.
ConfigProperty ConfigProperty can be used to attach properties to a Plugin.
ObjectGridConfiguration An ObjectGridConfiguration object can be used to override ObjectGrid plugins on the client side.
Plugin This interface represents an ObjectGrid or BackingMap plugin.
PluginType Every Plugin has a PluginType.
 

Class Summary
ConfigPropertyType ConfigPropertyType is used to set the type of an attribute on a Plugin.
ObjectGridConfigFactory This is the configuration factory for ObjectGrid configuration entities.
QueryConfig This QueryConfig represents a schema configuration for a QueryManager.
QueryMapping A QueryMapping maps a Java class to a BackingMap and allows a map to be included in a query.
QueryRelationship A QueryRelationship represents a relationship between two BackingMap value classes.
 

Exception Summary
ObjectGridConfigurationException Thrown when a problem with the current configuration is found.
 

Package com.ibm.websphere.objectgrid.config Description

This package contains the interfaces and a factory class for creating ObjectGrid configuration objects programatically. The main use of this is by the objectgrid client to override serverside configuration.

Overview

ObjectGridManagerFactory has static methods to create the configuration objects. Using these configuration objects in conjuction with ObjectGridManager methods to override client configuration, before connecting to the objectgrid server.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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