Uses of Class
org.hpccsystems.ws.client.HPCCWsCloudClient
-
Packages that use HPCCWsCloudClient Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance. -
-
Uses of HPCCWsCloudClient in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsCloudClient Modifier and Type Method Description static HPCCWsCloudClientHPCCWsCloudClient. get(String protocol, String targetHost, String targetPort, String user, String pass)Gets a HPCCWsCloudClient based on user provided connection attributes.static HPCCWsCloudClientHPCCWsCloudClient. get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)Gets a HPCCWsCloudClient based on user provided connection attributes.static HPCCWsCloudClientHPCCWsCloudClient. get(Connection connection)Gets a HPCCWsCloudClient based on user provided connection object.
-