public class SystemLogRecord extends Object implements Comparable<SystemLogRecord>, DataSerializable
| Constructor and Description |
|---|
SystemLogRecord() |
SystemLogRecord(long date,
String message,
String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SystemLogRecord o) |
boolean |
equals(Object o) |
long |
getDate() |
String |
getMessage() |
String |
getNode() |
String |
getType() |
int |
hashCode() |
void |
readData(ObjectDataInput in) |
void |
setDate(long date) |
void |
setMessage(String message) |
void |
setNode(String node) |
void |
setType(String type) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
public String getNode()
public void setNode(String node)
public long getDate()
public void setDate(long date)
public String getMessage()
public void setMessage(String message)
public String getType()
public void setType(String type)
public int compareTo(SystemLogRecord o)
compareTo in interface Comparable<SystemLogRecord>public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.