Package org.apache.spark.status.protobuf
Class StoreTypes.ExecutorMetricsDistributions
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.ExecutorMetricsDistributions
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.ExecutorMetricsDistributionsOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.ExecutorMetricsDistributions
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.ExecutorMetricsDistributionsOrBuilder
Protobuf type
org.apache.spark.status.protobuf.ExecutorMetricsDistributions
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.ExecutorMetricsDistributions
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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 -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static final com.google.protobuf.Descriptors.Descriptor
double
getDiskBytesSpilled
(int index) repeated double disk_bytes_spilled = 15;
int
repeated double disk_bytes_spilled = 15;
repeated double disk_bytes_spilled = 15;
double
getFailedTasks
(int index) repeated double failed_tasks = 3;
int
repeated double failed_tasks = 3;
repeated double failed_tasks = 3;
double
getInputBytes
(int index) repeated double input_bytes = 6;
int
repeated double input_bytes = 6;
repeated double input_bytes = 6;
double
getInputRecords
(int index) repeated double input_records = 7;
int
repeated double input_records = 7;
repeated double input_records = 7;
double
getKilledTasks
(int index) repeated double killed_tasks = 5;
int
repeated double killed_tasks = 5;
repeated double killed_tasks = 5;
double
getMemoryBytesSpilled
(int index) repeated double memory_bytes_spilled = 14;
int
repeated double memory_bytes_spilled = 14;
repeated double memory_bytes_spilled = 14;
double
getOutputBytes
(int index) repeated double output_bytes = 8;
int
repeated double output_bytes = 8;
repeated double output_bytes = 8;
double
getOutputRecords
(int index) repeated double output_records = 9;
int
repeated double output_records = 9;
repeated double output_records = 9;
com.google.protobuf.Parser<StoreTypes.ExecutorMetricsDistributions>
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;
double
getQuantiles
(int index) repeated double quantiles = 1;
int
repeated double quantiles = 1;
repeated double quantiles = 1;
int
double
getShuffleRead
(int index) repeated double shuffle_read = 10;
int
repeated double shuffle_read = 10;
repeated double shuffle_read = 10;
double
getShuffleReadRecords
(int index) repeated double shuffle_read_records = 11;
int
repeated double shuffle_read_records = 11;
repeated double shuffle_read_records = 11;
double
getShuffleWrite
(int index) repeated double shuffle_write = 12;
int
repeated double shuffle_write = 12;
repeated double shuffle_write = 12;
double
getShuffleWriteRecords
(int index) repeated double shuffle_write_records = 13;
int
repeated double shuffle_write_records = 13;
repeated double shuffle_write_records = 13;
double
getSucceededTasks
(int index) repeated double succeeded_tasks = 4;
int
repeated double succeeded_tasks = 4;
repeated double succeeded_tasks = 4;
double
getTaskTime
(int index) repeated double task_time = 2;
int
repeated double task_time = 2;
repeated double task_time = 2;
int
hashCode()
boolean
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;
final boolean
parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<StoreTypes.ExecutorMetricsDistributions>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
QUANTILES_FIELD_NUMBER
public static final int QUANTILES_FIELD_NUMBER- See Also:
-
TASK_TIME_FIELD_NUMBER
public static final int TASK_TIME_FIELD_NUMBER- See Also:
-
FAILED_TASKS_FIELD_NUMBER
public static final int FAILED_TASKS_FIELD_NUMBER- See Also:
-
SUCCEEDED_TASKS_FIELD_NUMBER
public static final int SUCCEEDED_TASKS_FIELD_NUMBER- See Also:
-
KILLED_TASKS_FIELD_NUMBER
public static final int KILLED_TASKS_FIELD_NUMBER- See Also:
-
INPUT_BYTES_FIELD_NUMBER
public static final int INPUT_BYTES_FIELD_NUMBER- See Also:
-
INPUT_RECORDS_FIELD_NUMBER
public static final int INPUT_RECORDS_FIELD_NUMBER- See Also:
-
OUTPUT_BYTES_FIELD_NUMBER
public static final int OUTPUT_BYTES_FIELD_NUMBER- See Also:
-
OUTPUT_RECORDS_FIELD_NUMBER
public static final int OUTPUT_RECORDS_FIELD_NUMBER- See Also:
-
SHUFFLE_READ_FIELD_NUMBER
public static final int SHUFFLE_READ_FIELD_NUMBER- See Also:
-
SHUFFLE_READ_RECORDS_FIELD_NUMBER
public static final int SHUFFLE_READ_RECORDS_FIELD_NUMBER- See Also:
-
SHUFFLE_WRITE_FIELD_NUMBER
public static final int SHUFFLE_WRITE_FIELD_NUMBER- See Also:
-
SHUFFLE_WRITE_RECORDS_FIELD_NUMBER
public static final int SHUFFLE_WRITE_RECORDS_FIELD_NUMBER- See Also:
-
MEMORY_BYTES_SPILLED_FIELD_NUMBER
public static final int MEMORY_BYTES_SPILLED_FIELD_NUMBER- See Also:
-
DISK_BYTES_SPILLED_FIELD_NUMBER
public static final int DISK_BYTES_SPILLED_FIELD_NUMBER- See Also:
-
PEAK_MEMORY_METRICS_FIELD_NUMBER
public static final int PEAK_MEMORY_METRICS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getQuantilesList
repeated double quantiles = 1;
- Specified by:
getQuantilesList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the quantiles.
-
getQuantilesCount
public int getQuantilesCount()repeated double quantiles = 1;
- Specified by:
getQuantilesCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of quantiles.
-
getQuantiles
public double getQuantiles(int index) repeated double quantiles = 1;
- Specified by:
getQuantiles
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The quantiles at the given index.
-
getTaskTimeList
repeated double task_time = 2;
- Specified by:
getTaskTimeList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the taskTime.
-
getTaskTimeCount
public int getTaskTimeCount()repeated double task_time = 2;
- Specified by:
getTaskTimeCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of taskTime.
-
getTaskTime
public double getTaskTime(int index) repeated double task_time = 2;
- Specified by:
getTaskTime
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The taskTime at the given index.
-
getFailedTasksList
repeated double failed_tasks = 3;
- Specified by:
getFailedTasksList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the failedTasks.
-
getFailedTasksCount
public int getFailedTasksCount()repeated double failed_tasks = 3;
- Specified by:
getFailedTasksCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of failedTasks.
-
getFailedTasks
public double getFailedTasks(int index) repeated double failed_tasks = 3;
- Specified by:
getFailedTasks
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The failedTasks at the given index.
-
getSucceededTasksList
repeated double succeeded_tasks = 4;
- Specified by:
getSucceededTasksList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the succeededTasks.
-
getSucceededTasksCount
public int getSucceededTasksCount()repeated double succeeded_tasks = 4;
- Specified by:
getSucceededTasksCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of succeededTasks.
-
getSucceededTasks
public double getSucceededTasks(int index) repeated double succeeded_tasks = 4;
- Specified by:
getSucceededTasks
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The succeededTasks at the given index.
-
getKilledTasksList
repeated double killed_tasks = 5;
- Specified by:
getKilledTasksList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the killedTasks.
-
getKilledTasksCount
public int getKilledTasksCount()repeated double killed_tasks = 5;
- Specified by:
getKilledTasksCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of killedTasks.
-
getKilledTasks
public double getKilledTasks(int index) repeated double killed_tasks = 5;
- Specified by:
getKilledTasks
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The killedTasks at the given index.
-
getInputBytesList
repeated double input_bytes = 6;
- Specified by:
getInputBytesList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the inputBytes.
-
getInputBytesCount
public int getInputBytesCount()repeated double input_bytes = 6;
- Specified by:
getInputBytesCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of inputBytes.
-
getInputBytes
public double getInputBytes(int index) repeated double input_bytes = 6;
- Specified by:
getInputBytes
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The inputBytes at the given index.
-
getInputRecordsList
repeated double input_records = 7;
- Specified by:
getInputRecordsList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the inputRecords.
-
getInputRecordsCount
public int getInputRecordsCount()repeated double input_records = 7;
- Specified by:
getInputRecordsCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of inputRecords.
-
getInputRecords
public double getInputRecords(int index) repeated double input_records = 7;
- Specified by:
getInputRecords
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The inputRecords at the given index.
-
getOutputBytesList
repeated double output_bytes = 8;
- Specified by:
getOutputBytesList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the outputBytes.
-
getOutputBytesCount
public int getOutputBytesCount()repeated double output_bytes = 8;
- Specified by:
getOutputBytesCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of outputBytes.
-
getOutputBytes
public double getOutputBytes(int index) repeated double output_bytes = 8;
- Specified by:
getOutputBytes
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The outputBytes at the given index.
-
getOutputRecordsList
repeated double output_records = 9;
- Specified by:
getOutputRecordsList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the outputRecords.
-
getOutputRecordsCount
public int getOutputRecordsCount()repeated double output_records = 9;
- Specified by:
getOutputRecordsCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of outputRecords.
-
getOutputRecords
public double getOutputRecords(int index) repeated double output_records = 9;
- Specified by:
getOutputRecords
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The outputRecords at the given index.
-
getShuffleReadList
repeated double shuffle_read = 10;
- Specified by:
getShuffleReadList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the shuffleRead.
-
getShuffleReadCount
public int getShuffleReadCount()repeated double shuffle_read = 10;
- Specified by:
getShuffleReadCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of shuffleRead.
-
getShuffleRead
public double getShuffleRead(int index) repeated double shuffle_read = 10;
- Specified by:
getShuffleRead
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The shuffleRead at the given index.
-
getShuffleReadRecordsList
repeated double shuffle_read_records = 11;
- Specified by:
getShuffleReadRecordsList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the shuffleReadRecords.
-
getShuffleReadRecordsCount
public int getShuffleReadRecordsCount()repeated double shuffle_read_records = 11;
- Specified by:
getShuffleReadRecordsCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of shuffleReadRecords.
-
getShuffleReadRecords
public double getShuffleReadRecords(int index) repeated double shuffle_read_records = 11;
- Specified by:
getShuffleReadRecords
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The shuffleReadRecords at the given index.
-
getShuffleWriteList
repeated double shuffle_write = 12;
- Specified by:
getShuffleWriteList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the shuffleWrite.
-
getShuffleWriteCount
public int getShuffleWriteCount()repeated double shuffle_write = 12;
- Specified by:
getShuffleWriteCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of shuffleWrite.
-
getShuffleWrite
public double getShuffleWrite(int index) repeated double shuffle_write = 12;
- Specified by:
getShuffleWrite
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The shuffleWrite at the given index.
-
getShuffleWriteRecordsList
repeated double shuffle_write_records = 13;
- Specified by:
getShuffleWriteRecordsList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the shuffleWriteRecords.
-
getShuffleWriteRecordsCount
public int getShuffleWriteRecordsCount()repeated double shuffle_write_records = 13;
- Specified by:
getShuffleWriteRecordsCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of shuffleWriteRecords.
-
getShuffleWriteRecords
public double getShuffleWriteRecords(int index) repeated double shuffle_write_records = 13;
- Specified by:
getShuffleWriteRecords
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The shuffleWriteRecords at the given index.
-
getMemoryBytesSpilledList
repeated double memory_bytes_spilled = 14;
- Specified by:
getMemoryBytesSpilledList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the memoryBytesSpilled.
-
getMemoryBytesSpilledCount
public int getMemoryBytesSpilledCount()repeated double memory_bytes_spilled = 14;
- Specified by:
getMemoryBytesSpilledCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of memoryBytesSpilled.
-
getMemoryBytesSpilled
public double getMemoryBytesSpilled(int index) repeated double memory_bytes_spilled = 14;
- Specified by:
getMemoryBytesSpilled
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The memoryBytesSpilled at the given index.
-
getDiskBytesSpilledList
repeated double disk_bytes_spilled = 15;
- Specified by:
getDiskBytesSpilledList
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- A list containing the diskBytesSpilled.
-
getDiskBytesSpilledCount
public int getDiskBytesSpilledCount()repeated double disk_bytes_spilled = 15;
- Specified by:
getDiskBytesSpilledCount
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The count of diskBytesSpilled.
-
getDiskBytesSpilled
public double getDiskBytesSpilled(int index) repeated double disk_bytes_spilled = 15;
- Specified by:
getDiskBytesSpilled
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The diskBytesSpilled at the given index.
-
hasPeakMemoryMetrics
public boolean hasPeakMemoryMetrics().org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;
- Specified by:
hasPeakMemoryMetrics
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- Whether the peakMemoryMetrics field is set.
-
getPeakMemoryMetrics
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;
- Specified by:
getPeakMemoryMetrics
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
- Returns:
- The peakMemoryMetrics.
-
getPeakMemoryMetricsOrBuilder
.org.apache.spark.status.protobuf.ExecutorPeakMetricsDistributions peak_memory_metrics = 16;
- Specified by:
getPeakMemoryMetricsOrBuilder
in interfaceStoreTypes.ExecutorMetricsDistributionsOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ExecutorMetricsDistributions parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ExecutorMetricsDistributions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ExecutorMetricsDistributions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static StoreTypes.ExecutorMetricsDistributions.Builder newBuilder(StoreTypes.ExecutorMetricsDistributions prototype) -
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-