类 GraphAlgebraPhysical.Intersect.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
- com.alibaba.graphscope.gaia.proto.GraphAlgebraPhysical.Intersect.Builder
-
- 所有已实现的接口:
GraphAlgebraPhysical.IntersectOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
public static final class GraphAlgebraPhysical.Intersect.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder> implements GraphAlgebraPhysical.IntersectOrBuilder
Protobuf typephysical.Intersect
-
-
方法概要
-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
clear
public GraphAlgebraPhysical.Intersect.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
getDefaultInstanceForType
public GraphAlgebraPhysical.Intersect getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public GraphAlgebraPhysical.Intersect build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public GraphAlgebraPhysical.Intersect buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
mergeFrom
public GraphAlgebraPhysical.Intersect.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
mergeFrom
public GraphAlgebraPhysical.Intersect.Builder mergeFrom(GraphAlgebraPhysical.Intersect other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
mergeFrom
public GraphAlgebraPhysical.Intersect.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<GraphAlgebraPhysical.Intersect.Builder>- 抛出:
IOException
-
getSubPlansList
public List<GraphAlgebraPhysical.PhysicalPlan> getSubPlansList()
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansCount
public int getSubPlansCount()
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlans
public GraphAlgebraPhysical.PhysicalPlan getSubPlans(int index)
repeated .physical.PhysicalPlan sub_plans = 1;
-
setSubPlans
public GraphAlgebraPhysical.Intersect.Builder setSubPlans(int index, GraphAlgebraPhysical.PhysicalPlan value)
repeated .physical.PhysicalPlan sub_plans = 1;
-
setSubPlans
public GraphAlgebraPhysical.Intersect.Builder setSubPlans(int index, GraphAlgebraPhysical.PhysicalPlan.Builder builderForValue)
repeated .physical.PhysicalPlan sub_plans = 1;
-
addSubPlans
public GraphAlgebraPhysical.Intersect.Builder addSubPlans(GraphAlgebraPhysical.PhysicalPlan value)
repeated .physical.PhysicalPlan sub_plans = 1;
-
addSubPlans
public GraphAlgebraPhysical.Intersect.Builder addSubPlans(int index, GraphAlgebraPhysical.PhysicalPlan value)
repeated .physical.PhysicalPlan sub_plans = 1;
-
addSubPlans
public GraphAlgebraPhysical.Intersect.Builder addSubPlans(GraphAlgebraPhysical.PhysicalPlan.Builder builderForValue)
repeated .physical.PhysicalPlan sub_plans = 1;
-
addSubPlans
public GraphAlgebraPhysical.Intersect.Builder addSubPlans(int index, GraphAlgebraPhysical.PhysicalPlan.Builder builderForValue)
repeated .physical.PhysicalPlan sub_plans = 1;
-
addAllSubPlans
public GraphAlgebraPhysical.Intersect.Builder addAllSubPlans(Iterable<? extends GraphAlgebraPhysical.PhysicalPlan> values)
repeated .physical.PhysicalPlan sub_plans = 1;
-
clearSubPlans
public GraphAlgebraPhysical.Intersect.Builder clearSubPlans()
repeated .physical.PhysicalPlan sub_plans = 1;
-
removeSubPlans
public GraphAlgebraPhysical.Intersect.Builder removeSubPlans(int index)
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansBuilder
public GraphAlgebraPhysical.PhysicalPlan.Builder getSubPlansBuilder(int index)
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansOrBuilder
public GraphAlgebraPhysical.PhysicalPlanOrBuilder getSubPlansOrBuilder(int index)
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansOrBuilderList
public List<? extends GraphAlgebraPhysical.PhysicalPlanOrBuilder> getSubPlansOrBuilderList()
repeated .physical.PhysicalPlan sub_plans = 1;
-
addSubPlansBuilder
public GraphAlgebraPhysical.PhysicalPlan.Builder addSubPlansBuilder()
repeated .physical.PhysicalPlan sub_plans = 1;
-
addSubPlansBuilder
public GraphAlgebraPhysical.PhysicalPlan.Builder addSubPlansBuilder(int index)
repeated .physical.PhysicalPlan sub_plans = 1;
-
getSubPlansBuilderList
public List<GraphAlgebraPhysical.PhysicalPlan.Builder> getSubPlansBuilderList()
repeated .physical.PhysicalPlan sub_plans = 1;
-
getKey
public int getKey()
int32 key = 2;- 指定者:
getKey在接口中GraphAlgebraPhysical.IntersectOrBuilder- 返回:
- The key.
-
setKey
public GraphAlgebraPhysical.Intersect.Builder setKey(int value)
int32 key = 2;- 参数:
value- The key to set.- 返回:
- This builder for chaining.
-
clearKey
public GraphAlgebraPhysical.Intersect.Builder clearKey()
int32 key = 2;- 返回:
- This builder for chaining.
-
setUnknownFields
public final GraphAlgebraPhysical.Intersect.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
mergeUnknownFields
public final GraphAlgebraPhysical.Intersect.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebraPhysical.Intersect.Builder>
-
-