| Package | Description |
|---|---|
| com.volcengine.model.tls.producer | |
| com.volcengine.service.tls |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchLog.tryAdd(PutLogRequest.LogGroup logGroup,
int batchSize,
CallBack callBack) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogDispatcher.addBatch(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.LogGroup logGroup,
CallBack callBack) |
void |
ProducerImpl.sendLog(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.Log log,
CallBack callBack)
Deprecated.
|
void |
Producer.sendLog(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.Log log,
CallBack callBack)
Deprecated.
|
void |
ProducerImpl.sendLogGroup(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.LogGroup logGroup,
CallBack callBack)
Deprecated.
|
void |
Producer.sendLogGroup(String hashKey,
String topicId,
String source,
String filename,
PutLogRequest.LogGroup logGroup,
CallBack callBack)
Deprecated.
|
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) |
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) |
Copyright © 2025. All rights reserved.