Uses of Class
com.sas.services.connection.Cluster
Packages that use Cluster
Package
Description
Service for making and managing connections to IOM servers.
Interact with data repositories on behalf of client applications.
Security Service login.
-
Uses of Cluster in com.sas.services.connection
Subclasses of Cluster in com.sas.services.connectionModifier and TypeClassDescriptionfinal classA failover cluster of IOM servers.final classA load balancing cluster of IOM servers.Methods in com.sas.services.connection that return ClusterModifier and TypeMethodDescriptionprotected static Cluster[]ConnectionFactoryUtil.copyClusterArray(Cluster[] in) static ClusterMetadataClusterUtil.createCluster(HostPortSet clusterNodes, Map<String, String> options) Convenience method for creating a metadata cluster.static ClusterMetadataClusterUtil.createCluster(String hosts, String ports, Map<String, String> options) Convenience method for creating a metadata cluster.protected ClusterClusterEnvelope.getCluster()Cluster[]ManualConnectionFactoryConfiguration.getClusterArray()Get the server clusters that factories with this configuration connect to.Cluster[]Puddle.getClusterArray()Get the server clusters.protected Cluster[]ManualConnectionFactoryConfiguration.getClustersNoCopy()static ClusterCluster.getInstance(Server[] servers, int clusterType) Construct and return a cluster of IOM servers.Methods in com.sas.services.connection with parameters of type ClusterModifier and TypeMethodDescriptionprotected static StringConnectionFactoryUtil.clusterArrayToString(Cluster[] clusterArr) protected static Cluster[]ConnectionFactoryUtil.copyClusterArray(Cluster[] in) voidPuddle.setClusterArray(Cluster[] clusterArray) Set the server clusters.Constructors in com.sas.services.connection with parameters of type ClusterModifierConstructorDescriptionAggregationKernel(ConnectionFactoryRequest cxfReq, Cluster[] clusters) Construct an aggregation kernel.protectedClusterEnvelope(ConnectionFactoryKernel kernel, 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 ClusterModifier and TypeMethodDescriptionInformationService.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.InformationServiceProxy.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.voidOMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidOMIServer.connect(ServerDef def, UserContextInterface user, Cluster cluster) voidServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidServerInterface.connect(ServerDef def, UserContextInterface user, Cluster cluster) Connect a user to an InformationService server. -
Uses of Cluster in com.sas.services.security.login
Fields in com.sas.services.security.login declared as ClusterMethods in com.sas.services.security.login that return ClusterModifier and TypeMethodDescriptionOMIServerPrincipal.getMetadataCluster()Returns the cluster definition for the metadata server.Methods in com.sas.services.security.login with parameters of type ClusterModifier and TypeMethodDescriptionvoidOMIServerPrincipal.setMetadataCluster(Cluster metadataCluster) Sets the cluster definition for the metadata server.