| Package | Description |
|---|---|
| com.tencent.tcaplus.client |
TCaplus Service API 接口
|
| com.tencent.tcaplus.client.impl |
TCaplus Service API 接口实现
|
| Modifier and Type | Method and Description |
|---|---|
static Client |
ClientFactory.createClient(int appId,
int zoneId,
String signature,
List<String> addresses)
创建Client实例对象
|
static Client |
ClientFactory.createClient(int appId,
int zoneId,
String signature,
List<String> addresses,
int callbackPoolSize)
创建Client实例对象
|
static Client |
ClientFactory.createClient(int appId,
int zoneId,
String signature,
List<String> addresses,
int callbackPoolSize,
int timeout)
创建Client实例对象
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientFactory.destroyClient(Client client)
销毁Client实例对象,释放资源
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientImpl |
| Modifier and Type | Method and Description |
|---|---|
static Client |
ClientImpl.create(int appId,
int zoneId,
String signature,
List<String> addresses,
int callbackPoolSize,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientImpl.destroy(Client client) |
Copyright © 2026. All rights reserved.