public class FastLogGroup extends Object
| Constructor and Description |
|---|
FastLogGroup(byte[] rawBytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginOffset() |
byte[] |
getBytes() |
int |
getByteSize() |
String |
getCategory() |
byte[] |
getCategoryBytes() |
int |
getEndOffset() |
byte[] |
getLogGroupBytes() |
List<FastLog> |
getLogs() |
FastLog |
getLogs(int i) |
int |
getLogsCount() |
FastLogTag |
getLogTags(int i) |
int |
getLogTagsCount() |
String |
getMachineUUID() |
byte[] |
getMachineUUIDBytes() |
byte[] |
getRawBytes() |
String |
getSource() |
byte[] |
getSourceBytes() |
int |
getSourceOffset() |
List<FastLogTag> |
getTags() |
String |
getTopic() |
byte[] |
getTopicBytes() |
int |
getTopicOffset() |
boolean |
hasCategory() |
boolean |
hasMachineUUID() |
boolean |
hasSource() |
boolean |
hasTopic() |
public byte[] getBytes()
public int getByteSize()
public String getCategory()
public String getTopic()
public String getSource()
public String getMachineUUID()
public byte[] getCategoryBytes()
public byte[] getTopicBytes()
public byte[] getSourceBytes()
public byte[] getMachineUUIDBytes()
public int getLogTagsCount()
public FastLogTag getLogTags(int i)
public List<FastLogTag> getTags()
public int getLogsCount()
public FastLog getLogs(int i)
public boolean hasCategory()
public boolean hasTopic()
public boolean hasSource()
public boolean hasMachineUUID()
public byte[] getRawBytes()
public int getBeginOffset()
public int getEndOffset()
public int getTopicOffset()
public int getSourceOffset()
public byte[] getLogGroupBytes()
Copyright © 2025. All Rights Reserved.