Uses of Class
com.sas.services.connection.Cluster

Packages that use Cluster
com.sas.services.connection Service for making and managing connections to IOM servers. 
com.sas.services.information Interact with data repositories on behalf of client applications. 
 

Uses of Cluster in com.sas.services.connection
 

Methods in com.sas.services.connection that return Cluster
static Cluster MetadataClusterUtil.createCluster(HostPortSet clusterNodes, java.util.Map<java.lang.String,java.lang.String> options)
          Convenience method for creating a metadata cluster.
static Cluster MetadataClusterUtil.createCluster(java.lang.String hosts, java.lang.String ports, java.util.Map<java.lang.String,java.lang.String> options)
          Convenience method for creating a metadata cluster.
 Cluster[] Puddle.getClusterArray()
          Get the server clusters.
 Cluster[] ManualConnectionFactoryConfiguration.getClusterArray()
          Get the server clusters that factories with this configuration connect to.
protected  Cluster[] ManualConnectionFactoryConfiguration.getClustersNoCopy()
           
static Cluster Cluster.getInstance(Server[] servers, int clusterType)
          Construct and return a cluster of IOM servers.
 

Methods in com.sas.services.connection with parameters of type Cluster
 void Puddle.setClusterArray(Cluster[] clusterArray)
          Set the server clusters.
 

Constructors in com.sas.services.connection with parameters of type Cluster
ManualConnectionFactoryConfiguration(Cluster cluster)
          Create a configuration for an connection factory that creates and manages connections to the specified server cluster.
ManualConnectionFactoryConfiguration(Cluster[] clusters)
          Create a configuration for an connection factory that creates and manages connections to the specified server clusters.
Puddle(Cluster[] clusters, Credential serverCredential)
          Construct a puddle of IOM server clusters.
Puddle(Cluster cluster, Credential serverCredential)
          Construct a puddle with one IOM server cluster.
 

Uses of Cluster in com.sas.services.information
 

Methods in com.sas.services.information with parameters of type Cluster
 void ServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster)
          Construct an OMIServer with the connection already established.
 void OMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster)
          Construct an OMIServer with the connection already established.
 void ServerInterface.connect(ServerDef def, UserContextInterface user, Cluster cluster)
          Connect a user to an InformationService server.
 void OMIServer.connect(ServerDef def, UserContextInterface user, Cluster cluster)
           
 ServerInterface InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster)
          Connect to a ServerInterface object.
 ServerInterface InformationService.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.