|
IBM WebSphereTM eXtreme Scale, Release 8.6 API Specification |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectGridDeployment
A component of the DeploymentPolicy that defines how an ObjectGrid should be placed across the set of available containers. Each ObjectGridDeployment must have an underlying ObjectGridConfiguration object. The ObjectGridConfiguration is necessary for dividing the ObjectGrid's maps into MapSets.
Method Summary | |
---|---|
void |
addMapSet(MapSet mapSet)
Add a MapSet to this ObjectGridDeployment. |
MapSet |
getMapSet(String mapSetName)
Get a MapSet that has been added to this ObjectGridDeployment |
Collection |
getMapSets()
Get a Collection of MapSets that have been added to this ObjectGridDeployment |
ObjectGridConfiguration |
getObjectGridConfiguration()
Get the ObjectGridConfiguration object that will be used to configure the ObjectGrid as it deployed to the containers. |
String |
getObjectGridName()
Get the name of the ObjectGrid represented by this ObjectGridDeployment. |
MapSet |
removeMapSet(String mapSetName)
Remove a MapSet from this ObjectGridDeployment. |
Method Detail |
---|
ObjectGridConfiguration getObjectGridConfiguration()
String getObjectGridName()
This is the name of the underlying ObjectGridConfiguration object.
void addMapSet(MapSet mapSet)
mapSet
- the MapSet to add to this ObjectGridDeploymentMapSet getMapSet(String mapSetName)
mapSetName
- - the name of the MapSet to retrieve
Collection getMapSets()
MapSet removeMapSet(String mapSetName)
mapSetName
- the name of the MapSet to remove
|
IBM WebSphereTM eXtreme Scale, Release 8.6 API Specification |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |