SequenceNode

class SequenceNode(    nodes: List<Trace.QueryPlanNode> = emptyList(),     unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.SequenceNode, Nothing>

This represents a set of nodes to be executed sequentially by the Router/Gateway executor

Constructors

Link copied to clipboard
constructor(nodes: List<Trace.QueryPlanNode> = emptyList(), unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(nodes: List<Trace.QueryPlanNode> = this.nodes, unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.SequenceNode
Link copied to clipboard
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String