构造器和说明 |
---|
BatchGetLogResponse(java.util.Map<java.lang.String,java.lang.String> headers,
byte[] rawData)
Construct the response with http headers
|
限定符和类型 | 方法和说明 |
---|---|
int |
GetCount() |
LogGroupData |
GetLogGroup(int index)
get one uncompressed log group by index
|
java.util.List<LogGroupData> |
GetLogGroups()
get all uncompressed log groups
|
java.util.List<LogGroupData> |
GetLogGroups(int offset)
get uncompressed log groups with offset
|
java.lang.String |
GetNextCursor() |
int |
GetRawSize() |
GetAllHeaders, GetHeader, GetRequestId
public BatchGetLogResponse(java.util.Map<java.lang.String,java.lang.String> headers, byte[] rawData) throws LogException
headers
- http headersrawData
- the response byte array dataLogException
- if any error occurs in generating compressed log datapublic int GetRawSize()
public java.lang.String GetNextCursor()
public int GetCount()
public LogGroupData GetLogGroup(int index) throws LogException
index
- the index of log group arrayLogException
- if any error occurs in getting uncompressed log grouppublic java.util.List<LogGroupData> GetLogGroups(int offset) throws LogException
offset
- the offset to get log groups, starts with 0LogException
- if any error occurs in getting uncompressed log groups with offsetpublic java.util.List<LogGroupData> GetLogGroups() throws LogException
LogException
- if any error occurs in getting uncompressed log groups