public static final class StoreTypes.SQLExecutionUIData extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.SQLExecutionUIDataOrBuilder
org.apache.spark.status.protobuf.SQLExecutionUIData
Modifier and Type | Class and Description |
---|---|
static class |
StoreTypes.SQLExecutionUIData.Builder
Protobuf type
org.apache.spark.status.protobuf.SQLExecutionUIData |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
COMPLETION_TIME_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DETAILS_FIELD_NUMBER |
static int |
ERROR_MESSAGE_FIELD_NUMBER |
static int |
EXECUTION_ID_FIELD_NUMBER |
static int |
JOBS_FIELD_NUMBER |
static int |
METRIC_VALUES_FIELD_NUMBER |
static int |
METRIC_VALUES_IS_NULL_FIELD_NUMBER |
static int |
METRICS_FIELD_NUMBER |
static int |
MODIFIED_CONFIGS_FIELD_NUMBER |
static int |
PHYSICAL_PLAN_DESCRIPTION_FIELD_NUMBER |
static int |
ROOT_EXECUTION_ID_FIELD_NUMBER |
static int |
STAGES_FIELD_NUMBER |
static int |
SUBMISSION_TIME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsJobs(long key)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
boolean |
containsMetricValues(long key)
map<int64, string> metric_values = 14; |
boolean |
containsModifiedConfigs(String key)
map<string, string> modified_configs = 6; |
boolean |
equals(Object obj) |
long |
getCompletionTime()
optional int64 completion_time = 9; |
static StoreTypes.SQLExecutionUIData |
getDefaultInstance() |
StoreTypes.SQLExecutionUIData |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 3; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDetails()
optional string details = 4; |
com.google.protobuf.ByteString |
getDetailsBytes()
optional string details = 4; |
String |
getErrorMessage()
optional string error_message = 10; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string error_message = 10; |
long |
getExecutionId()
int64 execution_id = 1; |
java.util.Map<Long,StoreTypes.JobExecutionStatus> |
getJobs()
Deprecated.
|
int |
getJobsCount()
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
java.util.Map<Long,StoreTypes.JobExecutionStatus> |
getJobsMap()
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
StoreTypes.JobExecutionStatus |
getJobsOrDefault(long key,
StoreTypes.JobExecutionStatus defaultValue)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
StoreTypes.JobExecutionStatus |
getJobsOrThrow(long key)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
java.util.Map<Long,Integer> |
getJobsValue()
Deprecated.
|
java.util.Map<Long,Integer> |
getJobsValueMap()
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
int |
getJobsValueOrDefault(long key,
int defaultValue)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
int |
getJobsValueOrThrow(long key)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11; |
StoreTypes.SQLPlanMetric |
getMetrics(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7; |
int |
getMetricsCount()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7; |
java.util.List<StoreTypes.SQLPlanMetric> |
getMetricsList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7; |
StoreTypes.SQLPlanMetricOrBuilder |
getMetricsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7; |
java.util.List<? extends StoreTypes.SQLPlanMetricOrBuilder> |
getMetricsOrBuilderList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7; |
java.util.Map<Long,String> |
getMetricValues()
Deprecated.
|
int |
getMetricValuesCount()
map<int64, string> metric_values = 14; |
boolean |
getMetricValuesIsNull()
bool metric_values_is_null = 13; |
java.util.Map<Long,String> |
getMetricValuesMap()
map<int64, string> metric_values = 14; |
String |
getMetricValuesOrDefault(long key,
String defaultValue)
map<int64, string> metric_values = 14; |
String |
getMetricValuesOrThrow(long key)
map<int64, string> metric_values = 14; |
java.util.Map<String,String> |
getModifiedConfigs()
Deprecated.
|
int |
getModifiedConfigsCount()
map<string, string> modified_configs = 6; |
java.util.Map<String,String> |
getModifiedConfigsMap()
map<string, string> modified_configs = 6; |
String |
getModifiedConfigsOrDefault(String key,
String defaultValue)
map<string, string> modified_configs = 6; |
String |
getModifiedConfigsOrThrow(String key)
map<string, string> modified_configs = 6; |
com.google.protobuf.Parser<StoreTypes.SQLExecutionUIData> |
getParserForType() |
String |
getPhysicalPlanDescription()
optional string physical_plan_description = 5; |
com.google.protobuf.ByteString |
getPhysicalPlanDescriptionBytes()
optional string physical_plan_description = 5; |
long |
getRootExecutionId()
int64 root_execution_id = 2; |
int |
getSerializedSize() |
long |
getStages(int index)
repeated int64 stages = 12; |
int |
getStagesCount()
repeated int64 stages = 12; |
java.util.List<Long> |
getStagesList()
repeated int64 stages = 12; |
long |
getSubmissionTime()
int64 submission_time = 8; |
boolean |
hasCompletionTime()
optional int64 completion_time = 9; |
boolean |
hasDescription()
optional string description = 3; |
boolean |
hasDetails()
optional string details = 4; |
boolean |
hasErrorMessage()
optional string error_message = 10; |
int |
hashCode() |
boolean |
hasPhysicalPlanDescription()
optional string physical_plan_description = 5; |
boolean |
isInitialized() |
static StoreTypes.SQLExecutionUIData.Builder |
newBuilder() |
static StoreTypes.SQLExecutionUIData.Builder |
newBuilder(StoreTypes.SQLExecutionUIData prototype) |
StoreTypes.SQLExecutionUIData.Builder |
newBuilderForType() |
static StoreTypes.SQLExecutionUIData |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.SQLExecutionUIData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SQLExecutionUIData |
parseFrom(byte[] data) |
static StoreTypes.SQLExecutionUIData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SQLExecutionUIData |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.SQLExecutionUIData |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SQLExecutionUIData |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.SQLExecutionUIData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SQLExecutionUIData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.SQLExecutionUIData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.SQLExecutionUIData |
parseFrom(java.io.InputStream input) |
static StoreTypes.SQLExecutionUIData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.SQLExecutionUIData> |
parser() |
StoreTypes.SQLExecutionUIData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int EXECUTION_ID_FIELD_NUMBER
public static final int ROOT_EXECUTION_ID_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int DETAILS_FIELD_NUMBER
public static final int PHYSICAL_PLAN_DESCRIPTION_FIELD_NUMBER
public static final int MODIFIED_CONFIGS_FIELD_NUMBER
public static final int METRICS_FIELD_NUMBER
public static final int SUBMISSION_TIME_FIELD_NUMBER
public static final int COMPLETION_TIME_FIELD_NUMBER
public static final int ERROR_MESSAGE_FIELD_NUMBER
public static final int JOBS_FIELD_NUMBER
public static final int STAGES_FIELD_NUMBER
public static final int METRIC_VALUES_IS_NULL_FIELD_NUMBER
public static final int METRIC_VALUES_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public long getExecutionId()
int64 execution_id = 1;
getExecutionId
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public long getRootExecutionId()
int64 root_execution_id = 2;
getRootExecutionId
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean hasDescription()
optional string description = 3;
hasDescription
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getDescription()
optional string description = 3;
getDescription
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 3;
getDescriptionBytes
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean hasDetails()
optional string details = 4;
hasDetails
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getDetails()
optional string details = 4;
getDetails
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public com.google.protobuf.ByteString getDetailsBytes()
optional string details = 4;
getDetailsBytes
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean hasPhysicalPlanDescription()
optional string physical_plan_description = 5;
hasPhysicalPlanDescription
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getPhysicalPlanDescription()
optional string physical_plan_description = 5;
getPhysicalPlanDescription
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public com.google.protobuf.ByteString getPhysicalPlanDescriptionBytes()
optional string physical_plan_description = 5;
getPhysicalPlanDescriptionBytes
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public int getModifiedConfigsCount()
StoreTypes.SQLExecutionUIDataOrBuilder
map<string, string> modified_configs = 6;
getModifiedConfigsCount
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean containsModifiedConfigs(String key)
map<string, string> modified_configs = 6;
containsModifiedConfigs
in interface StoreTypes.SQLExecutionUIDataOrBuilder
@Deprecated public java.util.Map<String,String> getModifiedConfigs()
getModifiedConfigsMap()
instead.getModifiedConfigs
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public java.util.Map<String,String> getModifiedConfigsMap()
map<string, string> modified_configs = 6;
getModifiedConfigsMap
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getModifiedConfigsOrDefault(String key, String defaultValue)
map<string, string> modified_configs = 6;
getModifiedConfigsOrDefault
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getModifiedConfigsOrThrow(String key)
map<string, string> modified_configs = 6;
getModifiedConfigsOrThrow
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public java.util.List<StoreTypes.SQLPlanMetric> getMetricsList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetricsList
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public java.util.List<? extends StoreTypes.SQLPlanMetricOrBuilder> getMetricsOrBuilderList()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetricsOrBuilderList
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public int getMetricsCount()
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetricsCount
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public StoreTypes.SQLPlanMetric getMetrics(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetrics
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public StoreTypes.SQLPlanMetricOrBuilder getMetricsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.SQLPlanMetric metrics = 7;
getMetricsOrBuilder
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public long getSubmissionTime()
int64 submission_time = 8;
getSubmissionTime
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean hasCompletionTime()
optional int64 completion_time = 9;
hasCompletionTime
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public long getCompletionTime()
optional int64 completion_time = 9;
getCompletionTime
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean hasErrorMessage()
optional string error_message = 10;
hasErrorMessage
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getErrorMessage()
optional string error_message = 10;
getErrorMessage
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 10;
getErrorMessageBytes
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public int getJobsCount()
StoreTypes.SQLExecutionUIDataOrBuilder
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsCount
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean containsJobs(long key)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
containsJobs
in interface StoreTypes.SQLExecutionUIDataOrBuilder
@Deprecated public java.util.Map<Long,StoreTypes.JobExecutionStatus> getJobs()
getJobsMap()
instead.getJobs
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public java.util.Map<Long,StoreTypes.JobExecutionStatus> getJobsMap()
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsMap
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public StoreTypes.JobExecutionStatus getJobsOrDefault(long key, StoreTypes.JobExecutionStatus defaultValue)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsOrDefault
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public StoreTypes.JobExecutionStatus getJobsOrThrow(long key)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsOrThrow
in interface StoreTypes.SQLExecutionUIDataOrBuilder
@Deprecated public java.util.Map<Long,Integer> getJobsValue()
getJobsValueMap()
instead.getJobsValue
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public java.util.Map<Long,Integer> getJobsValueMap()
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsValueMap
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public int getJobsValueOrDefault(long key, int defaultValue)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsValueOrDefault
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public int getJobsValueOrThrow(long key)
map<int64, .org.apache.spark.status.protobuf.JobExecutionStatus> jobs = 11;
getJobsValueOrThrow
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public java.util.List<Long> getStagesList()
repeated int64 stages = 12;
getStagesList
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public int getStagesCount()
repeated int64 stages = 12;
getStagesCount
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public long getStages(int index)
repeated int64 stages = 12;
getStages
in interface StoreTypes.SQLExecutionUIDataOrBuilder
index
- The index of the element to return.public boolean getMetricValuesIsNull()
bool metric_values_is_null = 13;
getMetricValuesIsNull
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public int getMetricValuesCount()
StoreTypes.SQLExecutionUIDataOrBuilder
map<int64, string> metric_values = 14;
getMetricValuesCount
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public boolean containsMetricValues(long key)
map<int64, string> metric_values = 14;
containsMetricValues
in interface StoreTypes.SQLExecutionUIDataOrBuilder
@Deprecated public java.util.Map<Long,String> getMetricValues()
getMetricValuesMap()
instead.getMetricValues
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public java.util.Map<Long,String> getMetricValuesMap()
map<int64, string> metric_values = 14;
getMetricValuesMap
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getMetricValuesOrDefault(long key, String defaultValue)
map<int64, string> metric_values = 14;
getMetricValuesOrDefault
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public String getMetricValuesOrThrow(long key)
map<int64, string> metric_values = 14;
getMetricValuesOrThrow
in interface StoreTypes.SQLExecutionUIDataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StoreTypes.SQLExecutionUIData parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SQLExecutionUIData parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SQLExecutionUIData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SQLExecutionUIData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.SQLExecutionUIData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.SQLExecutionUIData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.SQLExecutionUIData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.SQLExecutionUIData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.SQLExecutionUIData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.SQLExecutionUIData.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StoreTypes.SQLExecutionUIData.Builder newBuilder()
public static StoreTypes.SQLExecutionUIData.Builder newBuilder(StoreTypes.SQLExecutionUIData prototype)
public StoreTypes.SQLExecutionUIData.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StoreTypes.SQLExecutionUIData getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.SQLExecutionUIData> parser()
public com.google.protobuf.Parser<StoreTypes.SQLExecutionUIData> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.SQLExecutionUIData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder