Package com.microstrategy.web.objects
Interface WebClusterSource
-
public interface WebClusterSourceTheWebClusterSourceinterface is the entry point for each cluster management API and is obtained from theWebObjectsFactory. The main purpose ofWebClusterSourceis to obtain aWebClusterMembershipobject to perform cluster manipulations- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebClusterMembershipgetConnectedClusterMembership()Obtains aWebClusterMembershipobject through which cluster manipulations can be performed
-
-
-
Method Detail
-
getConnectedClusterMembership
WebClusterMembership getConnectedClusterMembership()
Obtains aWebClusterMembershipobject through which cluster manipulations can be performed- Returns:
WebClusterMembershipobject, representing a collection of members of the cluster to which a session has been created.
-
-