Package org.apache.drill.exec.proto
Interface BitControl.PlanFragmentOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 BitControl.PlanFragment,BitControl.PlanFragment.Builder
- Enclosing class:
 BitControl
public static interface BitControl.PlanFragmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method Summary
Modifier and TypeMethodDescriptionoptional .exec.DrillbitEndpoint assignment = 10;optional .exec.DrillbitEndpoint assignment = 10;getCollector(int index) repeated .exec.bit.control.Collector collector = 17;intrepeated .exec.bit.control.Collector collector = 17;repeated .exec.bit.control.Collector collector = 17;getCollectorOrBuilder(int index) repeated .exec.bit.control.Collector collector = 17;List<? extends BitControl.CollectorOrBuilder> repeated .exec.bit.control.Collector collector = 17;optional .exec.bit.control.QueryContextInformation context = 16;optional .exec.bit.control.QueryContextInformation context = 16;floatoptional float cpu_cost = 5;optional .exec.shared.UserCredentials credentials = 14;optional .exec.shared.UserCredentials credentials = 14;floatoptional float disk_cost = 6;optional .exec.DrillbitEndpoint foreman = 11;optional .exec.DrillbitEndpoint foreman = 11;optional string fragment_json = 8;com.google.protobuf.ByteStringoptional string fragment_json = 8;optional .exec.bit.FragmentHandle handle = 1;optional .exec.bit.FragmentHandle handle = 1;booleanoptional bool leaf_fragment = 9;long20 megslong20 gigsfloatoptional float memory_cost = 7;floatoptional float network_cost = 4;optional string options_json = 15;com.google.protobuf.ByteStringoptional string options_json = 15;booleanoptional .exec.DrillbitEndpoint assignment = 10;booleanoptional .exec.bit.control.QueryContextInformation context = 16;booleanoptional float cpu_cost = 5;booleanoptional .exec.shared.UserCredentials credentials = 14;booleanoptional float disk_cost = 6;booleanoptional .exec.DrillbitEndpoint foreman = 11;booleanoptional string fragment_json = 8;booleanoptional .exec.bit.FragmentHandle handle = 1;booleanoptional bool leaf_fragment = 9;boolean20 megsboolean20 gigsbooleanoptional float memory_cost = 7;booleanoptional float network_cost = 4;booleanoptional string options_json = 15;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
- 
Method Details
- 
hasHandle
boolean hasHandle()optional .exec.bit.FragmentHandle handle = 1;- Returns:
 - Whether the handle field is set.
 
 - 
getHandle
ExecProtos.FragmentHandle getHandle()optional .exec.bit.FragmentHandle handle = 1;- Returns:
 - The handle.
 
 - 
getHandleOrBuilder
ExecProtos.FragmentHandleOrBuilder getHandleOrBuilder()optional .exec.bit.FragmentHandle handle = 1; - 
hasNetworkCost
boolean hasNetworkCost()optional float network_cost = 4;- Returns:
 - Whether the networkCost field is set.
 
 - 
getNetworkCost
float getNetworkCost()optional float network_cost = 4;- Returns:
 - The networkCost.
 
 - 
hasCpuCost
boolean hasCpuCost()optional float cpu_cost = 5;- Returns:
 - Whether the cpuCost field is set.
 
 - 
getCpuCost
float getCpuCost()optional float cpu_cost = 5;- Returns:
 - The cpuCost.
 
 - 
hasDiskCost
boolean hasDiskCost()optional float disk_cost = 6;- Returns:
 - Whether the diskCost field is set.
 
 - 
getDiskCost
float getDiskCost()optional float disk_cost = 6;- Returns:
 - The diskCost.
 
 - 
hasMemoryCost
boolean hasMemoryCost()optional float memory_cost = 7;- Returns:
 - Whether the memoryCost field is set.
 
 - 
getMemoryCost
float getMemoryCost()optional float memory_cost = 7;- Returns:
 - The memoryCost.
 
 - 
hasFragmentJson
boolean hasFragmentJson()optional string fragment_json = 8;- Returns:
 - Whether the fragmentJson field is set.
 
 - 
getFragmentJson
String getFragmentJson()optional string fragment_json = 8;- Returns:
 - The fragmentJson.
 
 - 
getFragmentJsonBytes
com.google.protobuf.ByteString getFragmentJsonBytes()optional string fragment_json = 8;- Returns:
 - The bytes for fragmentJson.
 
 - 
hasLeafFragment
boolean hasLeafFragment()optional bool leaf_fragment = 9;- Returns:
 - Whether the leafFragment field is set.
 
 - 
getLeafFragment
boolean getLeafFragment()optional bool leaf_fragment = 9;- Returns:
 - The leafFragment.
 
 - 
hasAssignment
boolean hasAssignment()optional .exec.DrillbitEndpoint assignment = 10;- Returns:
 - Whether the assignment field is set.
 
 - 
getAssignment
CoordinationProtos.DrillbitEndpoint getAssignment()optional .exec.DrillbitEndpoint assignment = 10;- Returns:
 - The assignment.
 
 - 
getAssignmentOrBuilder
CoordinationProtos.DrillbitEndpointOrBuilder getAssignmentOrBuilder()optional .exec.DrillbitEndpoint assignment = 10; - 
hasForeman
boolean hasForeman()optional .exec.DrillbitEndpoint foreman = 11;- Returns:
 - Whether the foreman field is set.
 
 - 
getForeman
CoordinationProtos.DrillbitEndpoint getForeman()optional .exec.DrillbitEndpoint foreman = 11;- Returns:
 - The foreman.
 
 - 
getForemanOrBuilder
CoordinationProtos.DrillbitEndpointOrBuilder getForemanOrBuilder()optional .exec.DrillbitEndpoint foreman = 11; - 
hasMemInitial
boolean hasMemInitial()20 megs
optional int64 mem_initial = 12 [default = 20000000];- Returns:
 - Whether the memInitial field is set.
 
 - 
getMemInitial
long getMemInitial()20 megs
optional int64 mem_initial = 12 [default = 20000000];- Returns:
 - The memInitial.
 
 - 
hasMemMax
boolean hasMemMax()20 gigs
optional int64 mem_max = 13 [default = 2000000000];- Returns:
 - Whether the memMax field is set.
 
 - 
getMemMax
long getMemMax()20 gigs
optional int64 mem_max = 13 [default = 2000000000];- Returns:
 - The memMax.
 
 - 
hasCredentials
boolean hasCredentials()optional .exec.shared.UserCredentials credentials = 14;- Returns:
 - Whether the credentials field is set.
 
 - 
getCredentials
UserBitShared.UserCredentials getCredentials()optional .exec.shared.UserCredentials credentials = 14;- Returns:
 - The credentials.
 
 - 
getCredentialsOrBuilder
UserBitShared.UserCredentialsOrBuilder getCredentialsOrBuilder()optional .exec.shared.UserCredentials credentials = 14; - 
hasOptionsJson
boolean hasOptionsJson()optional string options_json = 15;- Returns:
 - Whether the optionsJson field is set.
 
 - 
getOptionsJson
String getOptionsJson()optional string options_json = 15;- Returns:
 - The optionsJson.
 
 - 
getOptionsJsonBytes
com.google.protobuf.ByteString getOptionsJsonBytes()optional string options_json = 15;- Returns:
 - The bytes for optionsJson.
 
 - 
hasContext
boolean hasContext()optional .exec.bit.control.QueryContextInformation context = 16;- Returns:
 - Whether the context field is set.
 
 - 
getContext
BitControl.QueryContextInformation getContext()optional .exec.bit.control.QueryContextInformation context = 16;- Returns:
 - The context.
 
 - 
getContextOrBuilder
BitControl.QueryContextInformationOrBuilder getContextOrBuilder()optional .exec.bit.control.QueryContextInformation context = 16; - 
getCollectorList
List<BitControl.Collector> getCollectorList()repeated .exec.bit.control.Collector collector = 17; - 
getCollector
repeated .exec.bit.control.Collector collector = 17; - 
getCollectorCount
int getCollectorCount()repeated .exec.bit.control.Collector collector = 17; - 
getCollectorOrBuilderList
List<? extends BitControl.CollectorOrBuilder> getCollectorOrBuilderList()repeated .exec.bit.control.Collector collector = 17; - 
getCollectorOrBuilder
repeated .exec.bit.control.Collector collector = 17; 
 -