|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cluster | |
---|---|
com.sas.services.connection | Service for making and managing connections to IOM servers. |
Uses of Cluster in com.sas.services.connection |
---|
Methods in com.sas.services.connection that return 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. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |