Package io.deephaven.io.logger
Class LogBufferRecord
java.lang.Object
io.deephaven.io.logger.LogBufferRecord
- All Implemented Interfaces:
Externalizable
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeepCopy()
getData()
getLevel()
long
void
readExternal
(@NotNull ObjectInput in) void
setData
(ByteBuffer data) void
void
setTimestampMicros
(long timestampMicros) void
writeExternal
(@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:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
getDataString
-