public static final class StoreTypes.ExecutorSummary extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.ExecutorSummaryOrBuilder
org.apache.spark.status.protobuf.ExecutorSummary| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.ExecutorSummary.Builder
Protobuf type
org.apache.spark.status.protobuf.ExecutorSummary |
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 | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
map<string, string> attributes = 27; |
boolean |
containsExecutorLogs(String key)
map<string, string> executor_logs = 23; |
boolean |
containsResources(String key)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28; |
boolean |
equals(Object obj) |
int |
getActiveTasks()
int32 active_tasks = 9; |
long |
getAddTime()
int64 add_time = 20; |
java.util.Map<String,String> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
map<string, string> attributes = 27; |
java.util.Map<String,String> |
getAttributesMap()
map<string, string> attributes = 27; |
String |
getAttributesOrDefault(String key,
String defaultValue)
map<string, string> attributes = 27; |
String |
getAttributesOrThrow(String key)
map<string, string> attributes = 27; |
long |
getBlacklistedInStages(int index)
repeated int64 blacklisted_in_stages = 25; |
int |
getBlacklistedInStagesCount()
repeated int64 blacklisted_in_stages = 25; |
java.util.List<Long> |
getBlacklistedInStagesList()
repeated int64 blacklisted_in_stages = 25; |
int |
getCompletedTasks()
int32 completed_tasks = 11; |
static StoreTypes.ExecutorSummary |
getDefaultInstance() |
StoreTypes.ExecutorSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDiskUsed()
int64 disk_used = 6; |
long |
getExcludedInStages(int index)
repeated int64 excluded_in_stages = 31; |
int |
getExcludedInStagesCount()
repeated int64 excluded_in_stages = 31; |
java.util.List<Long> |
getExcludedInStagesList()
repeated int64 excluded_in_stages = 31; |
java.util.Map<String,String> |
getExecutorLogs()
Deprecated.
|
int |
getExecutorLogsCount()
map<string, string> executor_logs = 23; |
java.util.Map<String,String> |
getExecutorLogsMap()
map<string, string> executor_logs = 23; |
String |
getExecutorLogsOrDefault(String key,
String defaultValue)
map<string, string> executor_logs = 23; |
String |
getExecutorLogsOrThrow(String key)
map<string, string> executor_logs = 23; |
int |
getFailedTasks()
int32 failed_tasks = 10; |
String |
getHostPort()
optional string host_port = 2; |
com.google.protobuf.ByteString |
getHostPortBytes()
optional string host_port = 2; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
boolean |
getIsActive()
bool is_active = 3; |
boolean |
getIsBlacklisted()
bool is_blacklisted = 18; |
boolean |
getIsExcluded()
bool is_excluded = 30; |
long |
getMaxMemory()
int64 max_memory = 19; |
int |
getMaxTasks()
int32 max_tasks = 8; |
StoreTypes.MemoryMetrics |
getMemoryMetrics()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24; |
StoreTypes.MemoryMetricsOrBuilder |
getMemoryMetricsOrBuilder()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24; |
long |
getMemoryUsed()
int64 memory_used = 5; |
com.google.protobuf.Parser<StoreTypes.ExecutorSummary> |
getParserForType() |
StoreTypes.ExecutorMetrics |
getPeakMemoryMetrics()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26; |
StoreTypes.ExecutorMetricsOrBuilder |
getPeakMemoryMetricsOrBuilder()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26; |
int |
getRddBlocks()
int32 rdd_blocks = 4; |
String |
getRemoveReason()
optional string remove_reason = 22; |
com.google.protobuf.ByteString |
getRemoveReasonBytes()
optional string remove_reason = 22; |
long |
getRemoveTime()
optional int64 remove_time = 21; |
int |
getResourceProfileId()
int32 resource_profile_id = 29; |
java.util.Map<String,StoreTypes.ResourceInformation> |
getResources()
Deprecated.
|
int |
getResourcesCount()
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28; |
java.util.Map<String,StoreTypes.ResourceInformation> |
getResourcesMap()
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28; |
StoreTypes.ResourceInformation |
getResourcesOrDefault(String key,
StoreTypes.ResourceInformation defaultValue)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28; |
StoreTypes.ResourceInformation |
getResourcesOrThrow(String key)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28; |
int |
getSerializedSize() |
int |
getTotalCores()
int32 total_cores = 7; |
long |
getTotalDuration()
int64 total_duration = 13; |
long |
getTotalGcTime()
int64 total_gc_time = 14; |
long |
getTotalInputBytes()
int64 total_input_bytes = 15; |
long |
getTotalShuffleRead()
int64 total_shuffle_read = 16; |
long |
getTotalShuffleWrite()
int64 total_shuffle_write = 17; |
int |
getTotalTasks()
int32 total_tasks = 12; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHostPort()
optional string host_port = 2; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasMemoryMetrics()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24; |
boolean |
hasPeakMemoryMetrics()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26; |
boolean |
hasRemoveReason()
optional string remove_reason = 22; |
boolean |
hasRemoveTime()
optional int64 remove_time = 21; |
boolean |
isInitialized() |
static StoreTypes.ExecutorSummary.Builder |
newBuilder() |
static StoreTypes.ExecutorSummary.Builder |
newBuilder(StoreTypes.ExecutorSummary prototype) |
StoreTypes.ExecutorSummary.Builder |
newBuilderForType() |
static StoreTypes.ExecutorSummary |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.ExecutorSummary |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorSummary |
parseFrom(byte[] data) |
static StoreTypes.ExecutorSummary |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorSummary |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.ExecutorSummary |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorSummary |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.ExecutorSummary |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorSummary |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.ExecutorSummary |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ExecutorSummary |
parseFrom(java.io.InputStream input) |
static StoreTypes.ExecutorSummary |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.ExecutorSummary> |
parser() |
StoreTypes.ExecutorSummary.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 HOST_PORT_FIELD_NUMBER
public static final int IS_ACTIVE_FIELD_NUMBER
public static final int RDD_BLOCKS_FIELD_NUMBER
public static final int MEMORY_USED_FIELD_NUMBER
public static final int DISK_USED_FIELD_NUMBER
public static final int TOTAL_CORES_FIELD_NUMBER
public static final int MAX_TASKS_FIELD_NUMBER
public static final int ACTIVE_TASKS_FIELD_NUMBER
public static final int FAILED_TASKS_FIELD_NUMBER
public static final int COMPLETED_TASKS_FIELD_NUMBER
public static final int TOTAL_TASKS_FIELD_NUMBER
public static final int TOTAL_DURATION_FIELD_NUMBER
public static final int TOTAL_GC_TIME_FIELD_NUMBER
public static final int TOTAL_INPUT_BYTES_FIELD_NUMBER
public static final int TOTAL_SHUFFLE_READ_FIELD_NUMBER
public static final int TOTAL_SHUFFLE_WRITE_FIELD_NUMBER
public static final int IS_BLACKLISTED_FIELD_NUMBER
public static final int MAX_MEMORY_FIELD_NUMBER
public static final int ADD_TIME_FIELD_NUMBER
public static final int REMOVE_TIME_FIELD_NUMBER
public static final int REMOVE_REASON_FIELD_NUMBER
public static final int EXECUTOR_LOGS_FIELD_NUMBER
public static final int MEMORY_METRICS_FIELD_NUMBER
public static final int BLACKLISTED_IN_STAGES_FIELD_NUMBER
public static final int PEAK_MEMORY_METRICS_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
public static final int RESOURCE_PROFILE_ID_FIELD_NUMBER
public static final int IS_EXCLUDED_FIELD_NUMBER
public static final int EXCLUDED_IN_STAGES_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.ExecutorSummaryOrBuilderpublic String getId()
optional string id = 1;getId in interface StoreTypes.ExecutorSummaryOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
optional string id = 1;getIdBytes in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean hasHostPort()
optional string host_port = 2;hasHostPort in interface StoreTypes.ExecutorSummaryOrBuilderpublic String getHostPort()
optional string host_port = 2;getHostPort in interface StoreTypes.ExecutorSummaryOrBuilderpublic com.google.protobuf.ByteString getHostPortBytes()
optional string host_port = 2;getHostPortBytes in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean getIsActive()
bool is_active = 3;getIsActive in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getRddBlocks()
int32 rdd_blocks = 4;getRddBlocks in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getMemoryUsed()
int64 memory_used = 5;getMemoryUsed in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getDiskUsed()
int64 disk_used = 6;getDiskUsed in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getTotalCores()
int32 total_cores = 7;getTotalCores in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getMaxTasks()
int32 max_tasks = 8;getMaxTasks in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getActiveTasks()
int32 active_tasks = 9;getActiveTasks in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getFailedTasks()
int32 failed_tasks = 10;getFailedTasks in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getCompletedTasks()
int32 completed_tasks = 11;getCompletedTasks in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getTotalTasks()
int32 total_tasks = 12;getTotalTasks in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getTotalDuration()
int64 total_duration = 13;getTotalDuration in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getTotalGcTime()
int64 total_gc_time = 14;getTotalGcTime in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getTotalInputBytes()
int64 total_input_bytes = 15;getTotalInputBytes in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getTotalShuffleRead()
int64 total_shuffle_read = 16;getTotalShuffleRead in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getTotalShuffleWrite()
int64 total_shuffle_write = 17;getTotalShuffleWrite in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean getIsBlacklisted()
bool is_blacklisted = 18;getIsBlacklisted in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getMaxMemory()
int64 max_memory = 19;getMaxMemory in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getAddTime()
int64 add_time = 20;getAddTime in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean hasRemoveTime()
optional int64 remove_time = 21;hasRemoveTime in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getRemoveTime()
optional int64 remove_time = 21;getRemoveTime in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean hasRemoveReason()
optional string remove_reason = 22;hasRemoveReason in interface StoreTypes.ExecutorSummaryOrBuilderpublic String getRemoveReason()
optional string remove_reason = 22;getRemoveReason in interface StoreTypes.ExecutorSummaryOrBuilderpublic com.google.protobuf.ByteString getRemoveReasonBytes()
optional string remove_reason = 22;getRemoveReasonBytes in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getExecutorLogsCount()
StoreTypes.ExecutorSummaryOrBuildermap<string, string> executor_logs = 23;getExecutorLogsCount in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean containsExecutorLogs(String key)
map<string, string> executor_logs = 23;containsExecutorLogs in interface StoreTypes.ExecutorSummaryOrBuilder@Deprecated public java.util.Map<String,String> getExecutorLogs()
getExecutorLogsMap() instead.getExecutorLogs in interface StoreTypes.ExecutorSummaryOrBuilderpublic java.util.Map<String,String> getExecutorLogsMap()
map<string, string> executor_logs = 23;getExecutorLogsMap in interface StoreTypes.ExecutorSummaryOrBuilderpublic String getExecutorLogsOrDefault(String key,
String defaultValue)
map<string, string> executor_logs = 23;getExecutorLogsOrDefault in interface StoreTypes.ExecutorSummaryOrBuilderpublic String getExecutorLogsOrThrow(String key)
map<string, string> executor_logs = 23;getExecutorLogsOrThrow in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean hasMemoryMetrics()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24;hasMemoryMetrics in interface StoreTypes.ExecutorSummaryOrBuilderpublic StoreTypes.MemoryMetrics getMemoryMetrics()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24;getMemoryMetrics in interface StoreTypes.ExecutorSummaryOrBuilderpublic StoreTypes.MemoryMetricsOrBuilder getMemoryMetricsOrBuilder()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24;getMemoryMetricsOrBuilder in interface StoreTypes.ExecutorSummaryOrBuilderpublic java.util.List<Long> getBlacklistedInStagesList()
repeated int64 blacklisted_in_stages = 25;getBlacklistedInStagesList in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getBlacklistedInStagesCount()
repeated int64 blacklisted_in_stages = 25;getBlacklistedInStagesCount in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getBlacklistedInStages(int index)
repeated int64 blacklisted_in_stages = 25;getBlacklistedInStages in interface StoreTypes.ExecutorSummaryOrBuilderindex - The index of the element to return.public boolean hasPeakMemoryMetrics()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26;hasPeakMemoryMetrics in interface StoreTypes.ExecutorSummaryOrBuilderpublic StoreTypes.ExecutorMetrics getPeakMemoryMetrics()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26;getPeakMemoryMetrics in interface StoreTypes.ExecutorSummaryOrBuilderpublic StoreTypes.ExecutorMetricsOrBuilder getPeakMemoryMetricsOrBuilder()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26;getPeakMemoryMetricsOrBuilder in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getAttributesCount()
StoreTypes.ExecutorSummaryOrBuildermap<string, string> attributes = 27;getAttributesCount in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean containsAttributes(String key)
map<string, string> attributes = 27;containsAttributes in interface StoreTypes.ExecutorSummaryOrBuilder@Deprecated public java.util.Map<String,String> getAttributes()
getAttributesMap() instead.getAttributes in interface StoreTypes.ExecutorSummaryOrBuilderpublic java.util.Map<String,String> getAttributesMap()
map<string, string> attributes = 27;getAttributesMap in interface StoreTypes.ExecutorSummaryOrBuilderpublic String getAttributesOrDefault(String key,
String defaultValue)
map<string, string> attributes = 27;getAttributesOrDefault in interface StoreTypes.ExecutorSummaryOrBuilderpublic String getAttributesOrThrow(String key)
map<string, string> attributes = 27;getAttributesOrThrow in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getResourcesCount()
StoreTypes.ExecutorSummaryOrBuildermap<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;getResourcesCount in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean containsResources(String key)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;containsResources in interface StoreTypes.ExecutorSummaryOrBuilder@Deprecated public java.util.Map<String,StoreTypes.ResourceInformation> getResources()
getResourcesMap() instead.getResources in interface StoreTypes.ExecutorSummaryOrBuilderpublic java.util.Map<String,StoreTypes.ResourceInformation> getResourcesMap()
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;getResourcesMap in interface StoreTypes.ExecutorSummaryOrBuilderpublic StoreTypes.ResourceInformation getResourcesOrDefault(String key, StoreTypes.ResourceInformation defaultValue)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;getResourcesOrDefault in interface StoreTypes.ExecutorSummaryOrBuilderpublic StoreTypes.ResourceInformation getResourcesOrThrow(String key)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;getResourcesOrThrow in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getResourceProfileId()
int32 resource_profile_id = 29;getResourceProfileId in interface StoreTypes.ExecutorSummaryOrBuilderpublic boolean getIsExcluded()
bool is_excluded = 30;getIsExcluded in interface StoreTypes.ExecutorSummaryOrBuilderpublic java.util.List<Long> getExcludedInStagesList()
repeated int64 excluded_in_stages = 31;getExcludedInStagesList in interface StoreTypes.ExecutorSummaryOrBuilderpublic int getExcludedInStagesCount()
repeated int64 excluded_in_stages = 31;getExcludedInStagesCount in interface StoreTypes.ExecutorSummaryOrBuilderpublic long getExcludedInStages(int index)
repeated int64 excluded_in_stages = 31;getExcludedInStages in interface StoreTypes.ExecutorSummaryOrBuilderindex - The index of the element to return.public 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.ExecutorSummary parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorSummary parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ExecutorSummary parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorSummary parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorSummary parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorSummary parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.ExecutorSummary.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.ExecutorSummary.Builder newBuilder()
public static StoreTypes.ExecutorSummary.Builder newBuilder(StoreTypes.ExecutorSummary prototype)
public StoreTypes.ExecutorSummary.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.ExecutorSummary getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.ExecutorSummary> parser()
public com.google.protobuf.Parser<StoreTypes.ExecutorSummary> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.ExecutorSummary getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder