Package org.apache.drill.exec.proto
Interface CoordinationProtos.RolesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinationProtos.Roles
,CoordinationProtos.Roles.Builder
- Enclosing class:
- CoordinationProtos
public static interface CoordinationProtos.RolesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional bool distributed_cache = 5 [default = true];
boolean
optional bool java_executor = 4 [default = true];
boolean
optional bool logical_plan = 2 [default = true];
boolean
optional bool physical_plan = 3 [default = true];
boolean
optional bool sql_query = 1 [default = true];
boolean
optional bool distributed_cache = 5 [default = true];
boolean
optional bool java_executor = 4 [default = true];
boolean
optional bool logical_plan = 2 [default = true];
boolean
optional bool physical_plan = 3 [default = true];
boolean
optional bool sql_query = 1 [default = true];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSqlQuery
boolean hasSqlQuery()optional bool sql_query = 1 [default = true];
- Returns:
- Whether the sqlQuery field is set.
-
getSqlQuery
boolean getSqlQuery()optional bool sql_query = 1 [default = true];
- Returns:
- The sqlQuery.
-
hasLogicalPlan
boolean hasLogicalPlan()optional bool logical_plan = 2 [default = true];
- Returns:
- Whether the logicalPlan field is set.
-
getLogicalPlan
boolean getLogicalPlan()optional bool logical_plan = 2 [default = true];
- Returns:
- The logicalPlan.
-
hasPhysicalPlan
boolean hasPhysicalPlan()optional bool physical_plan = 3 [default = true];
- Returns:
- Whether the physicalPlan field is set.
-
getPhysicalPlan
boolean getPhysicalPlan()optional bool physical_plan = 3 [default = true];
- Returns:
- The physicalPlan.
-
hasJavaExecutor
boolean hasJavaExecutor()optional bool java_executor = 4 [default = true];
- Returns:
- Whether the javaExecutor field is set.
-
getJavaExecutor
boolean getJavaExecutor()optional bool java_executor = 4 [default = true];
- Returns:
- The javaExecutor.
-
hasDistributedCache
boolean hasDistributedCache()optional bool distributed_cache = 5 [default = true];
- Returns:
- Whether the distributedCache field is set.
-
getDistributedCache
boolean getDistributedCache()optional bool distributed_cache = 5 [default = true];
- Returns:
- The distributedCache.
-