public static interface PhysicalPlans.InstanceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getComponentIndex()
required int32 component_index = 2; |
java.lang.String |
getComponentName()
required string component_name = 3; |
com.google.protobuf.ByteString |
getComponentNameBytes()
required string component_name = 3; |
java.lang.String |
getParams(int index)
repeated string params = 4; |
com.google.protobuf.ByteString |
getParamsBytes(int index)
repeated string params = 4; |
int |
getParamsCount()
repeated string params = 4; |
java.util.List<java.lang.String> |
getParamsList()
repeated string params = 4; |
int |
getTaskId()
required int32 task_id = 1; |
boolean |
hasComponentIndex()
required int32 component_index = 2; |
boolean |
hasComponentName()
required string component_name = 3; |
boolean |
hasTaskId()
required int32 task_id = 1; |
boolean hasTaskId()
required int32 task_id = 1;
global
int getTaskId()
required int32 task_id = 1;
global
boolean hasComponentIndex()
required int32 component_index = 2;
specific to this component
int getComponentIndex()
required int32 component_index = 2;
specific to this component
boolean hasComponentName()
required string component_name = 3;
java.lang.String getComponentName()
required string component_name = 3;
com.google.protobuf.ByteString getComponentNameBytes()
required string component_name = 3;
java.util.List<java.lang.String> getParamsList()
repeated string params = 4;
int getParamsCount()
repeated string params = 4;
java.lang.String getParams(int index)
repeated string params = 4;
com.google.protobuf.ByteString getParamsBytes(int index)
repeated string params = 4;