| Package | Description |
|---|---|
| com.volcengine.model.tls.request | |
| com.volcengine.model.tls.util | |
| com.volcengine.service.tls |
| Modifier and Type | Method and Description |
|---|---|
List<LogItem> |
PutLogsRequestV2.getLogs() |
| Modifier and Type | Method and Description |
|---|---|
void |
PutLogsRequestV2.setLogs(List<LogItem> logs) |
| Constructor and Description |
|---|
PutLogsRequestV2(List<LogItem> logs,
String topicId) |
PutLogsRequestV2(List<LogItem> logs,
String topicId,
String hashKey,
String compressType) |
| Modifier and Type | Method and Description |
|---|---|
static PutLogRequest.Log |
AdaptorUtil.logItem2PbLog(LogItem item) |
| Modifier and Type | Method and Description |
|---|---|
static PutLogRequest.LogGroup |
AdaptorUtil.logItems2PbGroup(String path,
String source,
List<LogItem> logs) |
static PutLogRequest.LogGroupList |
AdaptorUtil.logItems2PbGroupList(String path,
String source,
List<LogItem> logs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerImpl.sendLogV2(String hashKey,
String topicId,
String source,
String filename,
LogItem log,
CallBack callBack) |
void |
Producer.sendLogV2(String hashKey,
String topicId,
String source,
String filename,
LogItem log,
CallBack callBack) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerImpl.sendLogsV2(String hashKey,
String topicId,
String source,
String filename,
List<LogItem> logs,
CallBack callBack) |
void |
Producer.sendLogsV2(String hashKey,
String topicId,
String source,
String filename,
List<LogItem> logs,
CallBack callBack) |
Copyright © 2025. All rights reserved.