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, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.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.ExecutorSummaryOrBuilder
public String getId()
optional string id = 1;
getId
in interface StoreTypes.ExecutorSummaryOrBuilder
public com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
getIdBytes
in interface StoreTypes.ExecutorSummaryOrBuilder
public boolean hasHostPort()
optional string host_port = 2;
hasHostPort
in interface StoreTypes.ExecutorSummaryOrBuilder
public String getHostPort()
optional string host_port = 2;
getHostPort
in interface StoreTypes.ExecutorSummaryOrBuilder
public com.google.protobuf.ByteString getHostPortBytes()
optional string host_port = 2;
getHostPortBytes
in interface StoreTypes.ExecutorSummaryOrBuilder
public boolean getIsActive()
bool is_active = 3;
getIsActive
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getRddBlocks()
int32 rdd_blocks = 4;
getRddBlocks
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getMemoryUsed()
int64 memory_used = 5;
getMemoryUsed
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getDiskUsed()
int64 disk_used = 6;
getDiskUsed
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getTotalCores()
int32 total_cores = 7;
getTotalCores
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getMaxTasks()
int32 max_tasks = 8;
getMaxTasks
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getActiveTasks()
int32 active_tasks = 9;
getActiveTasks
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getFailedTasks()
int32 failed_tasks = 10;
getFailedTasks
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getCompletedTasks()
int32 completed_tasks = 11;
getCompletedTasks
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getTotalTasks()
int32 total_tasks = 12;
getTotalTasks
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getTotalDuration()
int64 total_duration = 13;
getTotalDuration
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getTotalGcTime()
int64 total_gc_time = 14;
getTotalGcTime
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getTotalInputBytes()
int64 total_input_bytes = 15;
getTotalInputBytes
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getTotalShuffleRead()
int64 total_shuffle_read = 16;
getTotalShuffleRead
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getTotalShuffleWrite()
int64 total_shuffle_write = 17;
getTotalShuffleWrite
in interface StoreTypes.ExecutorSummaryOrBuilder
public boolean getIsBlacklisted()
bool is_blacklisted = 18;
getIsBlacklisted
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getMaxMemory()
int64 max_memory = 19;
getMaxMemory
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getAddTime()
int64 add_time = 20;
getAddTime
in interface StoreTypes.ExecutorSummaryOrBuilder
public boolean hasRemoveTime()
optional int64 remove_time = 21;
hasRemoveTime
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getRemoveTime()
optional int64 remove_time = 21;
getRemoveTime
in interface StoreTypes.ExecutorSummaryOrBuilder
public boolean hasRemoveReason()
optional string remove_reason = 22;
hasRemoveReason
in interface StoreTypes.ExecutorSummaryOrBuilder
public String getRemoveReason()
optional string remove_reason = 22;
getRemoveReason
in interface StoreTypes.ExecutorSummaryOrBuilder
public com.google.protobuf.ByteString getRemoveReasonBytes()
optional string remove_reason = 22;
getRemoveReasonBytes
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getExecutorLogsCount()
StoreTypes.ExecutorSummaryOrBuilder
map<string, string> executor_logs = 23;
getExecutorLogsCount
in interface StoreTypes.ExecutorSummaryOrBuilder
public 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.ExecutorSummaryOrBuilder
public java.util.Map<String,String> getExecutorLogsMap()
map<string, string> executor_logs = 23;
getExecutorLogsMap
in interface StoreTypes.ExecutorSummaryOrBuilder
public String getExecutorLogsOrDefault(String key, String defaultValue)
map<string, string> executor_logs = 23;
getExecutorLogsOrDefault
in interface StoreTypes.ExecutorSummaryOrBuilder
public String getExecutorLogsOrThrow(String key)
map<string, string> executor_logs = 23;
getExecutorLogsOrThrow
in interface StoreTypes.ExecutorSummaryOrBuilder
public boolean hasMemoryMetrics()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24;
hasMemoryMetrics
in interface StoreTypes.ExecutorSummaryOrBuilder
public StoreTypes.MemoryMetrics getMemoryMetrics()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24;
getMemoryMetrics
in interface StoreTypes.ExecutorSummaryOrBuilder
public StoreTypes.MemoryMetricsOrBuilder getMemoryMetricsOrBuilder()
optional .org.apache.spark.status.protobuf.MemoryMetrics memory_metrics = 24;
getMemoryMetricsOrBuilder
in interface StoreTypes.ExecutorSummaryOrBuilder
public java.util.List<Long> getBlacklistedInStagesList()
repeated int64 blacklisted_in_stages = 25;
getBlacklistedInStagesList
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getBlacklistedInStagesCount()
repeated int64 blacklisted_in_stages = 25;
getBlacklistedInStagesCount
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getBlacklistedInStages(int index)
repeated int64 blacklisted_in_stages = 25;
getBlacklistedInStages
in interface StoreTypes.ExecutorSummaryOrBuilder
index
- 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.ExecutorSummaryOrBuilder
public StoreTypes.ExecutorMetrics getPeakMemoryMetrics()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26;
getPeakMemoryMetrics
in interface StoreTypes.ExecutorSummaryOrBuilder
public StoreTypes.ExecutorMetricsOrBuilder getPeakMemoryMetricsOrBuilder()
optional .org.apache.spark.status.protobuf.ExecutorMetrics peak_memory_metrics = 26;
getPeakMemoryMetricsOrBuilder
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getAttributesCount()
StoreTypes.ExecutorSummaryOrBuilder
map<string, string> attributes = 27;
getAttributesCount
in interface StoreTypes.ExecutorSummaryOrBuilder
public 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.ExecutorSummaryOrBuilder
public java.util.Map<String,String> getAttributesMap()
map<string, string> attributes = 27;
getAttributesMap
in interface StoreTypes.ExecutorSummaryOrBuilder
public String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 27;
getAttributesOrDefault
in interface StoreTypes.ExecutorSummaryOrBuilder
public String getAttributesOrThrow(String key)
map<string, string> attributes = 27;
getAttributesOrThrow
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getResourcesCount()
StoreTypes.ExecutorSummaryOrBuilder
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;
getResourcesCount
in interface StoreTypes.ExecutorSummaryOrBuilder
public 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.ExecutorSummaryOrBuilder
public java.util.Map<String,StoreTypes.ResourceInformation> getResourcesMap()
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;
getResourcesMap
in interface StoreTypes.ExecutorSummaryOrBuilder
public StoreTypes.ResourceInformation getResourcesOrDefault(String key, StoreTypes.ResourceInformation defaultValue)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;
getResourcesOrDefault
in interface StoreTypes.ExecutorSummaryOrBuilder
public StoreTypes.ResourceInformation getResourcesOrThrow(String key)
map<string, .org.apache.spark.status.protobuf.ResourceInformation> resources = 28;
getResourcesOrThrow
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getResourceProfileId()
int32 resource_profile_id = 29;
getResourceProfileId
in interface StoreTypes.ExecutorSummaryOrBuilder
public boolean getIsExcluded()
bool is_excluded = 30;
getIsExcluded
in interface StoreTypes.ExecutorSummaryOrBuilder
public java.util.List<Long> getExcludedInStagesList()
repeated int64 excluded_in_stages = 31;
getExcludedInStagesList
in interface StoreTypes.ExecutorSummaryOrBuilder
public int getExcludedInStagesCount()
repeated int64 excluded_in_stages = 31;
getExcludedInStagesCount
in interface StoreTypes.ExecutorSummaryOrBuilder
public long getExcludedInStages(int index)
repeated int64 excluded_in_stages = 31;
getExcludedInStages
in interface StoreTypes.ExecutorSummaryOrBuilder
index
- The index of the element to return.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.ExecutorSummary parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ExecutorSummary parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ExecutorSummary parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ExecutorSummary parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ExecutorSummary parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ExecutorSummary parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ExecutorSummary parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ExecutorSummary parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ExecutorSummary parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.ExecutorSummary.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.ExecutorSummary getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder