MasterIndexResult

data class MasterIndexResult(val masterIndexId: Int, val sourceId: Int, val indexes: List<ByteBuf?>)

Constructors

Link copied to clipboard
constructor(masterIndexId: Int, sourceId: Int, indexes: List<ByteBuf?>)

Properties

Link copied to clipboard
val indexes: List<ByteBuf?>
Link copied to clipboard
Link copied to clipboard