接口 GraphAlgebraPhysical.SinkOrBuilder

    • 方法详细资料

      • getTagsList

        List<GraphAlgebraPhysical.Sink.OptTag> getTagsList()
         Define the tags of columns to sink. If no tags given, sink all **tagged** columns by default.
         
        repeated .physical.Sink.OptTag tags = 1;
      • getTags

        GraphAlgebraPhysical.Sink.OptTag getTags​(int index)
         Define the tags of columns to sink. If no tags given, sink all **tagged** columns by default.
         
        repeated .physical.Sink.OptTag tags = 1;
      • getTagsCount

        int getTagsCount()
         Define the tags of columns to sink. If no tags given, sink all **tagged** columns by default.
         
        repeated .physical.Sink.OptTag tags = 1;
      • getTagsOrBuilderList

        List<? extends GraphAlgebraPhysical.Sink.OptTagOrBuilder> getTagsOrBuilderList()
         Define the tags of columns to sink. If no tags given, sink all **tagged** columns by default.
         
        repeated .physical.Sink.OptTag tags = 1;
      • getTagsOrBuilder

        GraphAlgebraPhysical.Sink.OptTagOrBuilder getTagsOrBuilder​(int index)
         Define the tags of columns to sink. If no tags given, sink all **tagged** columns by default.
         
        repeated .physical.Sink.OptTag tags = 1;
      • hasSinkTarget

        boolean hasSinkTarget()
         Define the target of sink, e.g., to Client as default, to Graph such as Vineyard etc.
         
        .algebra.Sink.SinkTarget sink_target = 2;
        返回:
        Whether the sinkTarget field is set.
      • getSinkTarget

        GraphAlgebra.Sink.SinkTarget getSinkTarget()
         Define the target of sink, e.g., to Client as default, to Graph such as Vineyard etc.
         
        .algebra.Sink.SinkTarget sink_target = 2;
        返回:
        The sinkTarget.
      • getSinkTargetOrBuilder

        GraphAlgebra.Sink.SinkTargetOrBuilder getSinkTargetOrBuilder()
         Define the target of sink, e.g., to Client as default, to Graph such as Vineyard etc.
         
        .algebra.Sink.SinkTarget sink_target = 2;