| 程序包 | 说明 |
|---|---|
| com.volcengine.model.tls.producer | |
| com.volcengine.service.tls |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
BatchLog.tryAdd(PutLogRequest.LogGroup logGroup,
int batchSize,
CallBack callBack) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LogDispatcher.addBatch(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.LogGroup logGroup,
CallBack callBack) |
void |
Producer.sendLog(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.Log log,
CallBack callBack)
已过时。
|
void |
ProducerImpl.sendLog(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.Log log,
CallBack callBack)
已过时。
|
void |
Producer.sendLogGroup(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.LogGroup logGroup,
CallBack callBack)
已过时。
|
void |
ProducerImpl.sendLogGroup(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.LogGroup logGroup,
CallBack callBack)
已过时。
|
void |
Producer.sendLogsV2(String hashKey,
String topicId,
String source,
String filename,
List<LogItem> logs,
CallBack callBack) |
void |
ProducerImpl.sendLogsV2(String hashKey,
String topicId,
String source,
String filename,
List<LogItem> logs,
CallBack callBack) |
void |
Producer.sendLogV2(String hashKey,
String topicId,
String source,
String filename,
LogItem log,
CallBack callBack) |
void |
ProducerImpl.sendLogV2(String hashKey,
String topicId,
String source,
String filename,
LogItem log,
CallBack callBack) |
Copyright © 2024. All rights reserved.