IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

Package com.ibm.websphere.objectgrid.deployment

This package contains the primary interfaces and classes for creating an ObjectGrid deployment policy programmatically.

See:
          Description

Interface Summary
DeploymentPolicy Defines a policy for use by the ObjectGrid Placement Service to place partitions across the set of available containers.
MapSet Represents a set of BackingMaps within an ObjectGrid.
ObjectGridDeployment A component of the DeploymentPolicy that defines how an ObjectGrid should be placed across the set of available containers.
ShardMapping A ShardMapping is used to associate a shard with a ZoneRule.
ZoneRule Defines placement rules with respect to zones.
 

Class Summary
DeploymentPolicyFactory Creates the DeploymentPolicy object representation from ObjectGrid descriptor files which can be used to create ObjectGrid server containers.
ShardType Defines the type of shard for the ShardMappings.
 

Package com.ibm.websphere.objectgrid.deployment Description

This package contains the primary interfaces and classes for creating an ObjectGrid deployment policy programmatically.

Overview

The interfaces in this package should not be implemented directly but are used by the DeploymentBuilder and ServerFactory to start ObjectGrid servers and containers within an existing process.

Application servers can use this interface to start an ObjectGrid container in the current JVM.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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