struct ServerGroup

Holds a host/server names for a data server group

Documentation

Holds a host/server names for a data server group.

PyramidServerGroup holds the host name and server names for a single data server group for a given Pyramid as well as the list of possible locations for the metadata (i.e. tspecs). For the DPSS, a server group is the DPSS master and all of the servers containing the data for the pyramid. Since there is no notion of master and servers For other protocols, other protocols will have numServers equal to 1, and the master and server host names will be the same.

Parameters:
setId - (int) = the set ID for the server group
numServers - (int) = the number of servers in serverHostNames array
masterHostName - (char *) = string containing the master host name
serverHostNames - (char *) = array of strings with server names
numMetaData - (int) = the number of entries in metaData array
metaData - (Purl *) = array of parsed URLs for all metadata (tspecs).
See Also:
PyramidInfo


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

Back to tsmApi Home Page