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, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic 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.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasId()
optional string id = 1;hasId in interface StoreTypes.ApplicationInfoOrBuilderpublic String getId()
optional string id = 1;getId in interface StoreTypes.ApplicationInfoOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
optional string id = 1;getIdBytes in interface StoreTypes.ApplicationInfoOrBuilderpublic boolean hasName()
optional string name = 2;hasName in interface StoreTypes.ApplicationInfoOrBuilderpublic String getName()
optional string name = 2;getName in interface StoreTypes.ApplicationInfoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface StoreTypes.ApplicationInfoOrBuilderpublic boolean hasCoresGranted()
optional int32 cores_granted = 3;hasCoresGranted in interface StoreTypes.ApplicationInfoOrBuilderpublic int getCoresGranted()
optional int32 cores_granted = 3;getCoresGranted in interface StoreTypes.ApplicationInfoOrBuilderpublic boolean hasMaxCores()
optional int32 max_cores = 4;hasMaxCores in interface StoreTypes.ApplicationInfoOrBuilderpublic int getMaxCores()
optional int32 max_cores = 4;getMaxCores in interface StoreTypes.ApplicationInfoOrBuilderpublic boolean hasCoresPerExecutor()
optional int32 cores_per_executor = 5;hasCoresPerExecutor in interface StoreTypes.ApplicationInfoOrBuilderpublic int getCoresPerExecutor()
optional int32 cores_per_executor = 5;getCoresPerExecutor in interface StoreTypes.ApplicationInfoOrBuilderpublic boolean hasMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;hasMemoryPerExecutorMb in interface StoreTypes.ApplicationInfoOrBuilderpublic int getMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;getMemoryPerExecutorMb in interface StoreTypes.ApplicationInfoOrBuilderpublic java.util.List<StoreTypes.ApplicationAttemptInfo> getAttemptsList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsList in interface StoreTypes.ApplicationInfoOrBuilderpublic java.util.List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> getAttemptsOrBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsOrBuilderList in interface StoreTypes.ApplicationInfoOrBuilderpublic int getAttemptsCount()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsCount in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfo getAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttempts in interface StoreTypes.ApplicationInfoOrBuilderpublic StoreTypes.ApplicationAttemptInfoOrBuilder getAttemptsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;getAttemptsOrBuilder in interface StoreTypes.ApplicationInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StoreTypes.ApplicationInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ApplicationInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ApplicationInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.ApplicationInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic 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.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic 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.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.ApplicationInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder