Uses of Class
org.hpccsystems.ws.client.HPCCWsStoreClient
-
Packages that use HPCCWsStoreClient 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 HPCCWsStoreClient in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsStoreClient Modifier and Type Method Description static HPCCWsStoreClientHPCCWsStoreClient. get(String protocol, String targetHost, String targetPort, String user, String pass)Gets the.static HPCCWsStoreClientHPCCWsStoreClient. get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)Gets the.static HPCCWsStoreClientHPCCWsStoreClient. get(Connection connection)Gets the.
-