接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.Sink.SinkTargetgetSinkTarget()Define the target of sink, e.g., to Client as default, to Graph such as Vineyard etc.GraphAlgebra.Sink.SinkTargetOrBuildergetSinkTargetOrBuilder()Define the target of sink, e.g., to Client as default, to Graph such as Vineyard etc.OuterExpression.NameOrIdKeygetTags(int index)Define the tags of columns to sink.intgetTagsCount()Define the tags of columns to sink.List<OuterExpression.NameOrIdKey>getTagsList()Define the tags of columns to sink.OuterExpression.NameOrIdKeyOrBuildergetTagsOrBuilder(int index)Define the tags of columns to sink.List<? extends OuterExpression.NameOrIdKeyOrBuilder>getTagsOrBuilderList()Define the tags of columns to sink.booleanhasSinkTarget()Define the target of sink, e.g., to Client as default, to Graph such as Vineyard etc.
-
-
-
方法详细资料
-
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;
-
-