| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.platform | |
| org.hpccsystems.ws.client.platform.test |
| Modifier and Type | Method and Description |
|---|---|
protected HPCCWsClient |
HPCCWsClientPool.create() |
static HPCCWsClient |
HPCCWsClient.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 HPCCWsClient |
HPCCWsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HPCCWsClientPool.expire(HPCCWsClient client) |
static void |
HPCCWsClient.remove(HPCCWsClient p)
Remove an instance of HPCCWsClient from pool, and therefore from potential re-use.
|
boolean |
HPCCWsClientPool.validate(HPCCWsClient client) |
| Modifier and Type | Field and Description |
|---|---|
protected HPCCWsClient |
Platform.platformHPCCClient |
| Modifier and Type | Method and Description |
|---|---|
HPCCWsClient |
Platform.checkOutHPCCWsClient()
Check out HPCC ws client.
|
HPCCWsClient |
Platform.getWsClient()
Gets the ws client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Platform.checkInHPCCWsClient(HPCCWsClient client)
Check in HPCC ws client.
|
void |
Platform.expireHPCCWsClient(HPCCWsClient client)
Expire HPCC ws client.
|
boolean |
Platform.validateHPCCWsClient(HPCCWsClient client)
Validate HPCC ws client.
|
| Modifier and Type | Field and Description |
|---|---|
protected static HPCCWsClient |
BaseRemoteTest.wsclient |
Copyright © 2021. All rights reserved.