public static interface CoordinationProtos.RolesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDistributedCache()
optional bool distributed_cache = 5 [default = true]; |
boolean |
getJavaExecutor()
optional bool java_executor = 4 [default = true]; |
boolean |
getLogicalPlan()
optional bool logical_plan = 2 [default = true]; |
boolean |
getPhysicalPlan()
optional bool physical_plan = 3 [default = true]; |
boolean |
getSqlQuery()
optional bool sql_query = 1 [default = true]; |
boolean |
hasDistributedCache()
optional bool distributed_cache = 5 [default = true]; |
boolean |
hasJavaExecutor()
optional bool java_executor = 4 [default = true]; |
boolean |
hasLogicalPlan()
optional bool logical_plan = 2 [default = true]; |
boolean |
hasPhysicalPlan()
optional bool physical_plan = 3 [default = true]; |
boolean |
hasSqlQuery()
optional bool sql_query = 1 [default = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSqlQuery()
optional bool sql_query = 1 [default = true];
boolean getSqlQuery()
optional bool sql_query = 1 [default = true];
boolean hasLogicalPlan()
optional bool logical_plan = 2 [default = true];
boolean getLogicalPlan()
optional bool logical_plan = 2 [default = true];
boolean hasPhysicalPlan()
optional bool physical_plan = 3 [default = true];
boolean getPhysicalPlan()
optional bool physical_plan = 3 [default = true];
boolean hasJavaExecutor()
optional bool java_executor = 4 [default = true];
boolean getJavaExecutor()
optional bool java_executor = 4 [default = true];
boolean hasDistributedCache()
optional bool distributed_cache = 5 [default = true];
boolean getDistributedCache()
optional bool distributed_cache = 5 [default = true];
Copyright © 1970 The Apache Software Foundation. All rights reserved.