struct PyramidInfo

Holds all server group info for a pyramid

Documentation

Holds all server group info for a pyramid.

On the DPSS, a given pyramid can have its data distributed across many groups of master/servers. PyramidInfo holds all of the server groups for a given pyramid. For protocols other than the DPSS, numServerGroups will be 1.

Parameters:
name - (char *) = the name of the pyramid
pyramid - (Pyramid *) = the tspec structure for the pyramid
numServerGroups - (int) = the number of entries in serverGroup array
serverGroup - (ServerGroup *) = array of server groups
See Also:
tsmSetPyramidInfoMaster, tsmAddPyramidInfoServer, tsmAddPyramidInfoMetaData, tsmSetPyramidInfoName, tsmSetPyramidInfoPyramid, tsmSetPyramidInfoSetId, ServerGroup, PyramidInfos, Pyramid


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page