接口 GraphAlgebra.SinkOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    GraphAlgebra.Sink, GraphAlgebra.Sink.Builder
    封闭类:
    GraphAlgebra

    public static interface GraphAlgebra.SinkOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • getTagsList

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

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

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

        List<? extends OuterExpression.NameOrIdKeyOrBuilder> getTagsOrBuilderList()
         Define the tags of columns to sink. If no tags given, sink all **tagged** columns by default.
         
        repeated .common.NameOrIdKey tags = 1;
      • getTagsOrBuilder

        OuterExpression.NameOrIdKeyOrBuilder getTagsOrBuilder​(int index)
         Define the tags of columns to sink. If no tags given, sink all **tagged** columns by default.
         
        repeated .common.NameOrIdKey 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;