public static final class StoreTypes.ShuffleReadMetrics extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.ShuffleReadMetricsOrBuilder
org.apache.spark.status.protobuf.ShuffleReadMetrics
Modifier and Type | Class and Description |
---|---|
static class |
StoreTypes.ShuffleReadMetrics.Builder
Protobuf type
org.apache.spark.status.protobuf.ShuffleReadMetrics |
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 |
FETCH_WAIT_TIME_FIELD_NUMBER |
static int |
LOCAL_BLOCKS_FETCHED_FIELD_NUMBER |
static int |
LOCAL_BYTES_READ_FIELD_NUMBER |
static int |
RECORDS_READ_FIELD_NUMBER |
static int |
REMOTE_BLOCKS_FETCHED_FIELD_NUMBER |
static int |
REMOTE_BYTES_READ_FIELD_NUMBER |
static int |
REMOTE_BYTES_READ_TO_DISK_FIELD_NUMBER |
static int |
REMOTE_REQS_DURATION_FIELD_NUMBER |
static int |
SHUFFLE_PUSH_READ_METRICS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static StoreTypes.ShuffleReadMetrics |
getDefaultInstance() |
StoreTypes.ShuffleReadMetrics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFetchWaitTime()
int64 fetch_wait_time = 3; |
long |
getLocalBlocksFetched()
int64 local_blocks_fetched = 2; |
long |
getLocalBytesRead()
int64 local_bytes_read = 6; |
com.google.protobuf.Parser<StoreTypes.ShuffleReadMetrics> |
getParserForType() |
long |
getRecordsRead()
int64 records_read = 7; |
long |
getRemoteBlocksFetched()
int64 remote_blocks_fetched = 1; |
long |
getRemoteBytesRead()
int64 remote_bytes_read = 4; |
long |
getRemoteBytesReadToDisk()
int64 remote_bytes_read_to_disk = 5; |
long |
getRemoteReqsDuration()
int64 remote_reqs_duration = 8; |
int |
getSerializedSize() |
StoreTypes.ShufflePushReadMetrics |
getShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9; |
StoreTypes.ShufflePushReadMetricsOrBuilder |
getShufflePushReadMetricsOrBuilder()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9; |
boolean |
isInitialized() |
static StoreTypes.ShuffleReadMetrics.Builder |
newBuilder() |
static StoreTypes.ShuffleReadMetrics.Builder |
newBuilder(StoreTypes.ShuffleReadMetrics prototype) |
StoreTypes.ShuffleReadMetrics.Builder |
newBuilderForType() |
static StoreTypes.ShuffleReadMetrics |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.ShuffleReadMetrics |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(byte[] data) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(java.io.InputStream input) |
static StoreTypes.ShuffleReadMetrics |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.ShuffleReadMetrics> |
parser() |
StoreTypes.ShuffleReadMetrics.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 REMOTE_BLOCKS_FETCHED_FIELD_NUMBER
public static final int LOCAL_BLOCKS_FETCHED_FIELD_NUMBER
public static final int FETCH_WAIT_TIME_FIELD_NUMBER
public static final int REMOTE_BYTES_READ_FIELD_NUMBER
public static final int REMOTE_BYTES_READ_TO_DISK_FIELD_NUMBER
public static final int LOCAL_BYTES_READ_FIELD_NUMBER
public static final int RECORDS_READ_FIELD_NUMBER
public static final int REMOTE_REQS_DURATION_FIELD_NUMBER
public static final int SHUFFLE_PUSH_READ_METRICS_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 long getRemoteBlocksFetched()
int64 remote_blocks_fetched = 1;
getRemoteBlocksFetched
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public long getLocalBlocksFetched()
int64 local_blocks_fetched = 2;
getLocalBlocksFetched
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public long getFetchWaitTime()
int64 fetch_wait_time = 3;
getFetchWaitTime
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public long getRemoteBytesRead()
int64 remote_bytes_read = 4;
getRemoteBytesRead
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public long getRemoteBytesReadToDisk()
int64 remote_bytes_read_to_disk = 5;
getRemoteBytesReadToDisk
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public long getLocalBytesRead()
int64 local_bytes_read = 6;
getLocalBytesRead
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public long getRecordsRead()
int64 records_read = 7;
getRecordsRead
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public long getRemoteReqsDuration()
int64 remote_reqs_duration = 8;
getRemoteReqsDuration
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public boolean hasShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9;
hasShufflePushReadMetrics
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public StoreTypes.ShufflePushReadMetrics getShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9;
getShufflePushReadMetrics
in interface StoreTypes.ShuffleReadMetricsOrBuilder
public StoreTypes.ShufflePushReadMetricsOrBuilder getShufflePushReadMetricsOrBuilder()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9;
getShufflePushReadMetricsOrBuilder
in interface StoreTypes.ShuffleReadMetricsOrBuilder
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.ShuffleReadMetrics parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ShuffleReadMetrics parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ShuffleReadMetrics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ShuffleReadMetrics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ShuffleReadMetrics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ShuffleReadMetrics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.ShuffleReadMetrics parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ShuffleReadMetrics parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ShuffleReadMetrics parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ShuffleReadMetrics parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.ShuffleReadMetrics parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.ShuffleReadMetrics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.ShuffleReadMetrics.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StoreTypes.ShuffleReadMetrics.Builder newBuilder()
public static StoreTypes.ShuffleReadMetrics.Builder newBuilder(StoreTypes.ShuffleReadMetrics prototype)
public StoreTypes.ShuffleReadMetrics.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StoreTypes.ShuffleReadMetrics getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.ShuffleReadMetrics> parser()
public com.google.protobuf.Parser<StoreTypes.ShuffleReadMetrics> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.ShuffleReadMetrics getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder