Package io.deephaven.io.logger
Class LogBufferRecord
java.lang.Object
io.deephaven.io.logger.LogBufferRecord
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeepCopy()getData()getLevel()longvoidreadExternal(@NotNull ObjectInput in) voidsetData(ByteBuffer data) voidvoidsetTimestampMicros(long timestampMicros) voidwriteExternal(@NotNull ObjectOutput out)
-
Constructor Details
-
LogBufferRecord
public LogBufferRecord()
-
-
Method Details
-
getTimestampMicros
public long getTimestampMicros() -
setTimestampMicros
public void setTimestampMicros(long timestampMicros) -
getLevel
-
setLevel
-
getData
-
setData
-
deepCopy
-
readExternal
public void readExternal(@NotNull @NotNull ObjectInput in) throws IOException, ClassNotFoundException - Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getDataString
-