public static final class StoreTypes.JobDataWrapper extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.JobDataWrapperOrBuilder
org.apache.spark.status.protobuf.JobDataWrapper
Modifier and Type | Class and Description |
---|---|
static class |
StoreTypes.JobDataWrapper.Builder
Protobuf type
org.apache.spark.status.protobuf.JobDataWrapper |
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 |
INFO_FIELD_NUMBER |
static int |
SKIPPED_STAGES_FIELD_NUMBER |
static int |
SQL_EXECUTION_ID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static StoreTypes.JobDataWrapper |
getDefaultInstance() |
StoreTypes.JobDataWrapper |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
StoreTypes.JobData |
getInfo()
.org.apache.spark.status.protobuf.JobData info = 1; |
StoreTypes.JobDataOrBuilder |
getInfoOrBuilder()
.org.apache.spark.status.protobuf.JobData info = 1; |
com.google.protobuf.Parser<StoreTypes.JobDataWrapper> |
getParserForType() |
int |
getSerializedSize() |
int |
getSkippedStages(int index)
repeated int32 skipped_stages = 2; |
int |
getSkippedStagesCount()
repeated int32 skipped_stages = 2; |
java.util.List<Integer> |
getSkippedStagesList()
repeated int32 skipped_stages = 2; |
long |
getSqlExecutionId()
optional int64 sql_execution_id = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInfo()
.org.apache.spark.status.protobuf.JobData info = 1; |
boolean |
hasSqlExecutionId()
optional int64 sql_execution_id = 3; |
boolean |
isInitialized() |
static StoreTypes.JobDataWrapper.Builder |
newBuilder() |
static StoreTypes.JobDataWrapper.Builder |
newBuilder(StoreTypes.JobDataWrapper prototype) |
StoreTypes.JobDataWrapper.Builder |
newBuilderForType() |
static StoreTypes.JobDataWrapper |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.JobDataWrapper |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobDataWrapper |
parseFrom(byte[] data) |
static StoreTypes.JobDataWrapper |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobDataWrapper |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.JobDataWrapper |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobDataWrapper |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.JobDataWrapper |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobDataWrapper |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.JobDataWrapper |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.JobDataWrapper |
parseFrom(java.io.InputStream input) |
static StoreTypes.JobDataWrapper |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.JobDataWrapper> |
parser() |
StoreTypes.JobDataWrapper.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int INFO_FIELD_NUMBER
public static final int SKIPPED_STAGES_FIELD_NUMBER
public static final int SQL_EXECUTION_ID_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasInfo()
.org.apache.spark.status.protobuf.JobData info = 1;
hasInfo
in interface StoreTypes.JobDataWrapperOrBuilder
public StoreTypes.JobData getInfo()
.org.apache.spark.status.protobuf.JobData info = 1;
getInfo
in interface StoreTypes.JobDataWrapperOrBuilder
public StoreTypes.JobDataOrBuilder getInfoOrBuilder()
.org.apache.spark.status.protobuf.JobData info = 1;
getInfoOrBuilder
in interface StoreTypes.JobDataWrapperOrBuilder
public java.util.List<Integer> getSkippedStagesList()
repeated int32 skipped_stages = 2;
getSkippedStagesList
in interface StoreTypes.JobDataWrapperOrBuilder
public int getSkippedStagesCount()
repeated int32 skipped_stages = 2;
getSkippedStagesCount
in interface StoreTypes.JobDataWrapperOrBuilder
public int getSkippedStages(int index)
repeated int32 skipped_stages = 2;
getSkippedStages
in interface StoreTypes.JobDataWrapperOrBuilder
index
- The index of the element to return.public boolean hasSqlExecutionId()
optional int64 sql_execution_id = 3;
hasSqlExecutionId
in interface StoreTypes.JobDataWrapperOrBuilder
public long getSqlExecutionId()
optional int64 sql_execution_id = 3;
getSqlExecutionId
in interface StoreTypes.JobDataWrapperOrBuilder
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.JobDataWrapper parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobDataWrapper parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobDataWrapper parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobDataWrapper parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobDataWrapper parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobDataWrapper parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.JobDataWrapper parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobDataWrapper parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobDataWrapper parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobDataWrapper parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobDataWrapper parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.JobDataWrapper parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.JobDataWrapper.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StoreTypes.JobDataWrapper.Builder newBuilder()
public static StoreTypes.JobDataWrapper.Builder newBuilder(StoreTypes.JobDataWrapper prototype)
public StoreTypes.JobDataWrapper.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StoreTypes.JobDataWrapper getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.JobDataWrapper> parser()
public com.google.protobuf.Parser<StoreTypes.JobDataWrapper> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.JobDataWrapper getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder