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