RgaTreeSplitNodeIDStruct

data class RgaTreeSplitNodeIDStruct(val createdAt: TimeTicketStruct, val offset: Int) : JsonSerializable.Struct<RgaTreeSplitNodeID>

RgaTreeSplitNodeIDStruct is a structure represents the meta data of the node id. It is used to serialize and deserialize the node id.

Constructors

Link copied to clipboard
constructor(createdAt: TimeTicketStruct, offset: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val offset: Int

Functions

Link copied to clipboard
open override fun toOriginal(): RgaTreeSplitNodeID