public static final class StoreTypes.ShuffleWriteMetricDistributions extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.ShuffleWriteMetricDistributionsOrBuilder
org.apache.spark.status.protobuf.ShuffleWriteMetricDistributions| Modifier and Type | Class and Description |
|---|---|
static class |
StoreTypes.ShuffleWriteMetricDistributions.Builder
Protobuf type
org.apache.spark.status.protobuf.ShuffleWriteMetricDistributions |
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 |
WRITE_BYTES_FIELD_NUMBER |
static int |
WRITE_RECORDS_FIELD_NUMBER |
static int |
WRITE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static StoreTypes.ShuffleWriteMetricDistributions |
getDefaultInstance() |
StoreTypes.ShuffleWriteMetricDistributions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<StoreTypes.ShuffleWriteMetricDistributions> |
getParserForType() |
int |
getSerializedSize() |
double |
getWriteBytes(int index)
repeated double write_bytes = 1; |
int |
getWriteBytesCount()
repeated double write_bytes = 1; |
java.util.List<Double> |
getWriteBytesList()
repeated double write_bytes = 1; |
double |
getWriteRecords(int index)
repeated double write_records = 2; |
int |
getWriteRecordsCount()
repeated double write_records = 2; |
java.util.List<Double> |
getWriteRecordsList()
repeated double write_records = 2; |
double |
getWriteTime(int index)
repeated double write_time = 3; |
int |
getWriteTimeCount()
repeated double write_time = 3; |
java.util.List<Double> |
getWriteTimeList()
repeated double write_time = 3; |
int |
hashCode() |
boolean |
isInitialized() |
static StoreTypes.ShuffleWriteMetricDistributions.Builder |
newBuilder() |
static StoreTypes.ShuffleWriteMetricDistributions.Builder |
newBuilder(StoreTypes.ShuffleWriteMetricDistributions prototype) |
StoreTypes.ShuffleWriteMetricDistributions.Builder |
newBuilderForType() |
static StoreTypes.ShuffleWriteMetricDistributions |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(byte[] data) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(java.io.InputStream input) |
static StoreTypes.ShuffleWriteMetricDistributions |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.ShuffleWriteMetricDistributions> |
parser() |
StoreTypes.ShuffleWriteMetricDistributions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int WRITE_BYTES_FIELD_NUMBER
public static final int WRITE_RECORDS_FIELD_NUMBER
public static final int WRITE_TIME_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public java.util.List<Double> getWriteBytesList()
repeated double write_bytes = 1;getWriteBytesList in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderpublic int getWriteBytesCount()
repeated double write_bytes = 1;getWriteBytesCount in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderpublic double getWriteBytes(int index)
repeated double write_bytes = 1;getWriteBytes in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getWriteRecordsList()
repeated double write_records = 2;getWriteRecordsList in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderpublic int getWriteRecordsCount()
repeated double write_records = 2;getWriteRecordsCount in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderpublic double getWriteRecords(int index)
repeated double write_records = 2;getWriteRecords in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderindex - The index of the element to return.public java.util.List<Double> getWriteTimeList()
repeated double write_time = 3;getWriteTimeList in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderpublic int getWriteTimeCount()
repeated double write_time = 3;getWriteTimeCount in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderpublic double getWriteTime(int index)
repeated double write_time = 3;getWriteTime in interface StoreTypes.ShuffleWriteMetricDistributionsOrBuilderindex - 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.ShuffleWriteMetricDistributions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StoreTypes.ShuffleWriteMetricDistributions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StoreTypes.ShuffleWriteMetricDistributions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StoreTypes.ShuffleWriteMetricDistributions.Builder newBuilder()
public static StoreTypes.ShuffleWriteMetricDistributions.Builder newBuilder(StoreTypes.ShuffleWriteMetricDistributions prototype)
public StoreTypes.ShuffleWriteMetricDistributions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static StoreTypes.ShuffleWriteMetricDistributions getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.ShuffleWriteMetricDistributions> parser()
public com.google.protobuf.Parser<StoreTypes.ShuffleWriteMetricDistributions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StoreTypes.ShuffleWriteMetricDistributions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder