public static final class StoreTypes.ApplicationInfo extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.ApplicationInfoOrBuilder
org.apache.spark.status.protobuf.ApplicationInfo
Modifier and Type | Class and Description |
---|---|
static class |
StoreTypes.ApplicationInfo.Builder
Protobuf type
org.apache.spark.status.protobuf.ApplicationInfo |
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 |
ATTEMPTS_FIELD_NUMBER |
static int |
CORES_GRANTED_FIELD_NUMBER |
static int |
CORES_PER_EXECUTOR_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
MAX_CORES_FIELD_NUMBER |
static int |
MEMORY_PER_EXECUTOR_MB_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StoreTypes.ApplicationAttemptInfo |
getAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
int |
getAttemptsCount()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
java.util.List<StoreTypes.ApplicationAttemptInfo> |
getAttemptsList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationAttemptInfoOrBuilder |
getAttemptsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
java.util.List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> |
getAttemptsOrBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
int |
getCoresGranted()
optional int32 cores_granted = 3; |
int |
getCoresPerExecutor()
optional int32 cores_per_executor = 5; |
static StoreTypes.ApplicationInfo |
getDefaultInstance() |
StoreTypes.ApplicationInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
int |
getMaxCores()
optional int32 max_cores = 4; |
int |
getMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
com.google.protobuf.Parser<StoreTypes.ApplicationInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCoresGranted()
optional int32 cores_granted = 3; |
boolean |
hasCoresPerExecutor()
optional int32 cores_per_executor = 5; |
int |
hashCode() |
boolean |
hasId()
optional string id = 1; |
boolean |
hasMaxCores()
optional int32 max_cores = 4; |
boolean |
hasMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6; |
boolean |
hasName()
optional string name = 2; |
boolean |
isInitialized() |
static StoreTypes.ApplicationInfo.Builder |
newBuilder() |
static StoreTypes.ApplicationInfo.Builder |
newBuilder(StoreTypes.ApplicationInfo prototype) |
StoreTypes.ApplicationInfo.Builder |
newBuilderForType() |
static StoreTypes.ApplicationInfo |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.ApplicationInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationInfo |
parseFrom(byte[] data) |
static StoreTypes.ApplicationInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationInfo |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.ApplicationInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationInfo |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.ApplicationInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.ApplicationInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ApplicationInfo |
parseFrom(java.io.InputStream input) |
static StoreTypes.ApplicationInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.ApplicationInfo> |
parser() |
StoreTypes.ApplicationInfo.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 ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int CORES_GRANTED_FIELD_NUMBER
public static final int MAX_CORES_FIELD_NUMBER
public static final int CORES_PER_EXECUTOR_FIELD_NUMBER
public static final int MEMORY_PER_EXECUTOR_MB_FIELD_NUMBER
public static final int ATTEMPTS_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 hasId()
optional string id = 1;
hasId
in interface StoreTypes.ApplicationInfoOrBuilder
public String getId()
optional string id = 1;
getId
in interface StoreTypes.ApplicationInfoOrBuilder
public com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
getIdBytes
in interface StoreTypes.ApplicationInfoOrBuilder
public boolean hasName()
optional string name = 2;
hasName
in interface StoreTypes.ApplicationInfoOrBuilder
public String getName()
optional string name = 2;
getName
in interface StoreTypes.ApplicationInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
getNameBytes
in interface StoreTypes.ApplicationInfoOrBuilder
public boolean hasCoresGranted()
optional int32 cores_granted = 3;
hasCoresGranted
in interface StoreTypes.ApplicationInfoOrBuilder
public int getCoresGranted()
optional int32 cores_granted = 3;
getCoresGranted
in interface StoreTypes.ApplicationInfoOrBuilder
public boolean hasMaxCores()
optional int32 max_cores = 4;
hasMaxCores
in interface StoreTypes.ApplicationInfoOrBuilder
public int getMaxCores()
optional int32 max_cores = 4;
getMaxCores
in interface StoreTypes.ApplicationInfoOrBuilder
public boolean hasCoresPerExecutor()
optional int32 cores_per_executor = 5;
hasCoresPerExecutor
in interface StoreTypes.ApplicationInfoOrBuilder
public int getCoresPerExecutor()
optional int32 cores_per_executor = 5;
getCoresPerExecutor
in interface StoreTypes.ApplicationInfoOrBuilder
public boolean hasMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;
hasMemoryPerExecutorMb
in interface StoreTypes.ApplicationInfoOrBuilder
public int getMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;
getMemoryPerExecutorMb
in interface StoreTypes.ApplicationInfoOrBuilder
public java.util.List<StoreTypes.ApplicationAttemptInfo> getAttemptsList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
getAttemptsList
in interface StoreTypes.ApplicationInfoOrBuilder
public java.util.List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> getAttemptsOrBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
getAttemptsOrBuilderList
in interface StoreTypes.ApplicationInfoOrBuilder
public int getAttemptsCount()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
getAttemptsCount
in interface StoreTypes.ApplicationInfoOrBuilder
public StoreTypes.ApplicationAttemptInfo getAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
getAttempts
in interface StoreTypes.ApplicationInfoOrBuilder
public StoreTypes.ApplicationAttemptInfoOrBuilder getAttemptsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
getAttemptsOrBuilder
in interface StoreTypes.ApplicationInfoOrBuilder
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.ApplicationInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ApplicationInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.ApplicationInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StoreTypes.ApplicationInfo.Builder newBuilder()
public static StoreTypes.ApplicationInfo.Builder newBuilder(StoreTypes.ApplicationInfo prototype)
public StoreTypes.ApplicationInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StoreTypes.ApplicationInfo getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.ApplicationInfo> parser()
public com.google.protobuf.Parser<StoreTypes.ApplicationInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.ApplicationInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder