| Package | Description |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request |
| Modifier and Type | Method and Description |
|---|---|
PutLogsResponse |
LogService.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source)
Send Data to log service server
|
PutLogsResponse |
Client.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source) |
PutLogsResponse |
LogService.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source,
String shardHash)
Send Data to log service server
|
PutLogsResponse |
Client.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source,
String shardHash) |
| Modifier and Type | Field and Description |
|---|---|
LogItem |
QueriedLog.mLogItem |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<LogItem> |
LogGroupData.mLogs |
| Modifier and Type | Method and Description |
|---|---|
LogItem |
LogGroupData.GetLogByIndex(int index)
Deprecated.
|
LogItem |
QueriedLog.GetLogItem()
Return the log item content
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<LogItem> |
LogGroupData.GetAllLogs()
Deprecated.
|
List<LogItem> |
LogGroup.getLogItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogGroupData.SetAllLogs(ArrayList<LogItem> logs)
Deprecated.
|
| Constructor and Description |
|---|
QueriedLog(String source,
LogItem logItem)
Construct a logItem, the log time is set according to the sys time
|
| Constructor and Description |
|---|
LogGroup(List<LogItem> items) |
LogGroup(List<LogItem> items,
List<TagContent> tags,
String topic,
String source) |
LogGroupData(String reserved,
String topic,
String source,
String mMachineUUID,
ArrayList<LogItem> logs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<LogItem> |
PutLogsRequest.GetLogItems()
Get all the log data
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutLogsRequest.SetlogItems(List<LogItem> logItems)
Set the log data , shallow copy is used to set the log data
|
| Constructor and Description |
|---|
PutLogsRequest(String project,
String logStore,
String topic,
List<LogItem> logItems)
Construct a put log request
|
PutLogsRequest(String project,
String logStore,
String topic,
String source,
List<LogItem> logItems)
Construct a put log request
|
PutLogsRequest(String project,
String logStore,
String topic,
String source,
List<LogItem> logItems,
String hashKey)
Construct a put log request
|
Copyright © 2025. All Rights Reserved.