程序包 | 说明 |
---|---|
com.aliyun.openservices.sls |
限定符和类型 | 方法和说明 |
---|---|
GetHistogramsResponse |
SLSClient.GetHistograms(GetHistogramsRequest request) |
GetHistogramsResponse |
SimpleLogService.GetHistograms(GetHistogramsRequest request)
Get The log status(histogram info) from sls server which match input
parameters.
|
GetHistogramsResponse |
SLSClient.GetHistograms(String project,
String logStore,
int from,
int to,
String topic,
String query) |
GetHistogramsResponse |
SimpleLogService.GetHistograms(String project,
String logstore,
int from,
int to,
String topic,
String query)
Get The log status(histogram info) from sls server which match input
parameters.
|
GetLogsResponse |
SLSClient.GetLogs(GetLogsRequest request) |
GetLogsResponse |
SimpleLogService.GetLogs(GetLogsRequest request)
Get The sub set of logs data from sls server which match input
parameters.
|
GetLogsResponse |
SLSClient.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query) |
GetLogsResponse |
SimpleLogService.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query)
Get The sub set of logs data from sls server which match input
parameters.
|
GetLogsResponse |
SLSClient.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query,
int line,
int offset,
boolean reverse) |
GetLogsResponse |
SimpleLogService.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query,
int line,
int offset,
boolean reverse)
Get The sub set of logs data from sls server which match input
parameters.
|
ListLogStoresResponse |
SLSClient.ListLogStores(ListLogStoresRequest request) |
ListLogStoresResponse |
SimpleLogService.ListLogStores(ListLogStoresRequest request)
Get all the logstore of a project
|
ListLogStoresResponse |
SLSClient.ListLogStores(String project) |
ListLogStoresResponse |
SimpleLogService.ListLogStores(String project)
Get all the logstore for the user
|
ListTopicsResponse |
SLSClient.ListTopics(ListTopicsRequest request) |
ListTopicsResponse |
SimpleLogService.ListTopics(ListTopicsRequest request)
Get the topics in the logtstore
|
ListTopicsResponse |
SLSClient.ListTopics(String project,
String logStore,
String token,
int line) |
ListTopicsResponse |
SimpleLogService.ListTopics(String project,
String logStore,
String token,
int line)
Get the topics in the logtstore
|
PutLogsResponse |
SLSClient.PutLogs(PutLogsRequest request) |
PutLogsResponse |
SimpleLogService.PutLogs(PutLogsRequest request)
Send Data to sls server
|
PutLogsResponse |
SLSClient.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source) |
PutLogsResponse |
SimpleLogService.PutLogs(String project,
String logStore,
String topic,
List<LogItem> logItems,
String source)
Send Data to sls server
|
Copyright © 2015. All Rights Reserved.