| Package | Description |
|---|---|
| com.tencent.tcaplus.client |
TCaplus Service API 接口
|
| com.tencent.tcaplus.client.impl |
TCaplus Service API 接口实现
|
| Modifier and Type | Method and Description |
|---|---|
Record |
Request.addRecord()
向请求中添加一条记录,设置默认index为-1
|
Record |
Request.addRecord(int index)
向请求中添加一条记录
|
Record |
Response.fetchErrorRecord()
从记录结果集中获取一条处理失败的记录
|
Record |
Response.fetchRecord()
从记录结果集中获取一条记录
|
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
Response.getErrorRecords()
获取结果中失败的记录
仅适用于DeleteByPartkey
|
List<Record> |
GenericTableTraverser.getNextPage()
获取下一页数据,建议与
GenericTableTraverser.getCursor(), GenericTableTraverser.setCursor(String) 共同使用。
此方法请不要与 GenericTableTraverser.start(), Traverser.startAsync(Future) 混合使用 |
List<Record> |
Response.getRecordList()
返回记录结果集
|
Iterator<Record> |
GenericTableTraverser.start()
以同步方式开始遍历
|
Iterator<List<Record>> |
ListTableTraverser.start()
以同步方式开始遍历
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecordLite |
| Modifier and Type | Method and Description |
|---|---|
Record |
RequestLite.addRecord() |
Record |
RequestLite.addRecord(int index) |
Record |
ResponseLite.fetchErrorRecord() |
Record |
ResponseLite.fetchRecord() |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
ResponseLite.getErrorRecords() |
List<Record> |
GenericTableTraverserImpl.getNextPage() |
List<Record> |
ResponseLite.getRecordList() |
Iterator<Record> |
GenericTableTraverserImpl.start() |
Iterator<List<Record>> |
ListTableTraverserImpl.start() |
Copyright © 2026. All rights reserved.