Uses of Class
org.hpccsystems.ws.client.HPCCWsClient
-
Packages that use HPCCWsClient 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.org.hpccsystems.ws.client.platform Provides local representation of target HPCC Systems platform. -
-
Uses of HPCCWsClient in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsClient Modifier and Type Method Description protected HPCCWsClientHPCCWsClientPool. create()static HPCCWsClientHPCCWsClient. get(String protocol, String targetWsECLWatchAddress, int targetWsECLWatchPort, String user, String password)Fetch pre-existing HPCCWsClient instance from collection, if pre-existing instance with exact connection option doesn't exist, create new instance.static HPCCWsClientHPCCWsClient. getNoCreate(String protocol, String targetWsECLWatchAddress, int targetWsECLWatchPort, String user, String password)Fetch pre-existing HPCCWsClient instance from collection, if pre-existing instance with exact connection option doesn't exist return null.Methods in org.hpccsystems.ws.client with parameters of type HPCCWsClient Modifier and Type Method Description voidHPCCWsClientPool. expire(HPCCWsClient client)static voidHPCCWsClient. remove(HPCCWsClient p)Remove an instance of HPCCWsClient from pool, and therefore from potential re-use.booleanHPCCWsClientPool. validate(HPCCWsClient client) -
Uses of HPCCWsClient in org.hpccsystems.ws.client.platform
Fields in org.hpccsystems.ws.client.platform declared as HPCCWsClient Modifier and Type Field Description protected HPCCWsClientPlatform. platformHPCCClientMethods in org.hpccsystems.ws.client.platform that return HPCCWsClient Modifier and Type Method Description HPCCWsClientPlatform. checkOutHPCCWsClient()Check out HPCC ws client.HPCCWsClientPlatform. getWsClient()Gets the ws client.Methods in org.hpccsystems.ws.client.platform with parameters of type HPCCWsClient Modifier and Type Method Description voidPlatform. checkInHPCCWsClient(HPCCWsClient client)Check in HPCC ws client.voidPlatform. expireHPCCWsClient(HPCCWsClient client)Expire HPCC ws client.booleanPlatform. validateHPCCWsClient(HPCCWsClient client)Validate HPCC ws client.
-