Package org.apache.spark.status.protobuf
Class StoreTypes.ShufflePushReadMetricDistributions
Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.spark.status.protobuf.StoreTypes.ShufflePushReadMetricDistributions
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,StoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Enclosing class:
- StoreTypes
public static final class StoreTypes.ShufflePushReadMetricDistributions
extends com.google.protobuf.GeneratedMessageV3
implements StoreTypes.ShufflePushReadMetricDistributionsOrBuilder
Protobuf type
org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeorg.apache.spark.status.protobuf.ShufflePushReadMetricDistributions
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
double
getCorruptMergedBlockChunks
(int index) repeated double corrupt_merged_block_chunks = 1;
int
repeated double corrupt_merged_block_chunks = 1;
repeated double corrupt_merged_block_chunks = 1;
static final com.google.protobuf.Descriptors.Descriptor
double
getLocalMergedBlocksFetched
(int index) repeated double local_merged_blocks_fetched = 4;
int
repeated double local_merged_blocks_fetched = 4;
repeated double local_merged_blocks_fetched = 4;
double
getLocalMergedBytesRead
(int index) repeated double local_merged_bytes_read = 8;
int
repeated double local_merged_bytes_read = 8;
repeated double local_merged_bytes_read = 8;
double
getLocalMergedChunksFetched
(int index) repeated double local_merged_chunks_fetched = 6;
int
repeated double local_merged_chunks_fetched = 6;
repeated double local_merged_chunks_fetched = 6;
double
getMergedFetchFallbackCount
(int index) repeated double merged_fetch_fallback_count = 2;
int
repeated double merged_fetch_fallback_count = 2;
repeated double merged_fetch_fallback_count = 2;
com.google.protobuf.Parser<StoreTypes.ShufflePushReadMetricDistributions>
double
getRemoteMergedBlocksFetched
(int index) repeated double remote_merged_blocks_fetched = 3;
int
repeated double remote_merged_blocks_fetched = 3;
repeated double remote_merged_blocks_fetched = 3;
double
getRemoteMergedBytesRead
(int index) repeated double remote_merged_bytes_read = 7;
int
repeated double remote_merged_bytes_read = 7;
repeated double remote_merged_bytes_read = 7;
double
getRemoteMergedChunksFetched
(int index) repeated double remote_merged_chunks_fetched = 5;
int
repeated double remote_merged_chunks_fetched = 5;
repeated double remote_merged_chunks_fetched = 5;
double
getRemoteMergedReqsDuration
(int index) repeated double remote_merged_reqs_duration = 9;
int
repeated double remote_merged_reqs_duration = 9;
repeated double remote_merged_reqs_duration = 9;
int
int
hashCode()
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.ShufflePushReadMetricDistributions>
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
-
CORRUPT_MERGED_BLOCK_CHUNKS_FIELD_NUMBER
public static final int CORRUPT_MERGED_BLOCK_CHUNKS_FIELD_NUMBER- See Also:
-
MERGED_FETCH_FALLBACK_COUNT_FIELD_NUMBER
public static final int MERGED_FETCH_FALLBACK_COUNT_FIELD_NUMBER- See Also:
-
REMOTE_MERGED_BLOCKS_FETCHED_FIELD_NUMBER
public static final int REMOTE_MERGED_BLOCKS_FETCHED_FIELD_NUMBER- See Also:
-
LOCAL_MERGED_BLOCKS_FETCHED_FIELD_NUMBER
public static final int LOCAL_MERGED_BLOCKS_FETCHED_FIELD_NUMBER- See Also:
-
REMOTE_MERGED_CHUNKS_FETCHED_FIELD_NUMBER
public static final int REMOTE_MERGED_CHUNKS_FETCHED_FIELD_NUMBER- See Also:
-
LOCAL_MERGED_CHUNKS_FETCHED_FIELD_NUMBER
public static final int LOCAL_MERGED_CHUNKS_FETCHED_FIELD_NUMBER- See Also:
-
REMOTE_MERGED_BYTES_READ_FIELD_NUMBER
public static final int REMOTE_MERGED_BYTES_READ_FIELD_NUMBER- See Also:
-
LOCAL_MERGED_BYTES_READ_FIELD_NUMBER
public static final int LOCAL_MERGED_BYTES_READ_FIELD_NUMBER- See Also:
-
REMOTE_MERGED_REQS_DURATION_FIELD_NUMBER
public static final int REMOTE_MERGED_REQS_DURATION_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getCorruptMergedBlockChunksList
repeated double corrupt_merged_block_chunks = 1;
- Specified by:
getCorruptMergedBlockChunksList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the corruptMergedBlockChunks.
-
getCorruptMergedBlockChunksCount
public int getCorruptMergedBlockChunksCount()repeated double corrupt_merged_block_chunks = 1;
- Specified by:
getCorruptMergedBlockChunksCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of corruptMergedBlockChunks.
-
getCorruptMergedBlockChunks
public double getCorruptMergedBlockChunks(int index) repeated double corrupt_merged_block_chunks = 1;
- Specified by:
getCorruptMergedBlockChunks
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The corruptMergedBlockChunks at the given index.
-
getMergedFetchFallbackCountList
repeated double merged_fetch_fallback_count = 2;
- Specified by:
getMergedFetchFallbackCountList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the mergedFetchFallbackCount.
-
getMergedFetchFallbackCountCount
public int getMergedFetchFallbackCountCount()repeated double merged_fetch_fallback_count = 2;
- Specified by:
getMergedFetchFallbackCountCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of mergedFetchFallbackCount.
-
getMergedFetchFallbackCount
public double getMergedFetchFallbackCount(int index) repeated double merged_fetch_fallback_count = 2;
- Specified by:
getMergedFetchFallbackCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The mergedFetchFallbackCount at the given index.
-
getRemoteMergedBlocksFetchedList
repeated double remote_merged_blocks_fetched = 3;
- Specified by:
getRemoteMergedBlocksFetchedList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the remoteMergedBlocksFetched.
-
getRemoteMergedBlocksFetchedCount
public int getRemoteMergedBlocksFetchedCount()repeated double remote_merged_blocks_fetched = 3;
- Specified by:
getRemoteMergedBlocksFetchedCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of remoteMergedBlocksFetched.
-
getRemoteMergedBlocksFetched
public double getRemoteMergedBlocksFetched(int index) repeated double remote_merged_blocks_fetched = 3;
- Specified by:
getRemoteMergedBlocksFetched
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteMergedBlocksFetched at the given index.
-
getLocalMergedBlocksFetchedList
repeated double local_merged_blocks_fetched = 4;
- Specified by:
getLocalMergedBlocksFetchedList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the localMergedBlocksFetched.
-
getLocalMergedBlocksFetchedCount
public int getLocalMergedBlocksFetchedCount()repeated double local_merged_blocks_fetched = 4;
- Specified by:
getLocalMergedBlocksFetchedCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of localMergedBlocksFetched.
-
getLocalMergedBlocksFetched
public double getLocalMergedBlocksFetched(int index) repeated double local_merged_blocks_fetched = 4;
- Specified by:
getLocalMergedBlocksFetched
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The localMergedBlocksFetched at the given index.
-
getRemoteMergedChunksFetchedList
repeated double remote_merged_chunks_fetched = 5;
- Specified by:
getRemoteMergedChunksFetchedList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the remoteMergedChunksFetched.
-
getRemoteMergedChunksFetchedCount
public int getRemoteMergedChunksFetchedCount()repeated double remote_merged_chunks_fetched = 5;
- Specified by:
getRemoteMergedChunksFetchedCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of remoteMergedChunksFetched.
-
getRemoteMergedChunksFetched
public double getRemoteMergedChunksFetched(int index) repeated double remote_merged_chunks_fetched = 5;
- Specified by:
getRemoteMergedChunksFetched
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteMergedChunksFetched at the given index.
-
getLocalMergedChunksFetchedList
repeated double local_merged_chunks_fetched = 6;
- Specified by:
getLocalMergedChunksFetchedList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the localMergedChunksFetched.
-
getLocalMergedChunksFetchedCount
public int getLocalMergedChunksFetchedCount()repeated double local_merged_chunks_fetched = 6;
- Specified by:
getLocalMergedChunksFetchedCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of localMergedChunksFetched.
-
getLocalMergedChunksFetched
public double getLocalMergedChunksFetched(int index) repeated double local_merged_chunks_fetched = 6;
- Specified by:
getLocalMergedChunksFetched
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The localMergedChunksFetched at the given index.
-
getRemoteMergedBytesReadList
repeated double remote_merged_bytes_read = 7;
- Specified by:
getRemoteMergedBytesReadList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the remoteMergedBytesRead.
-
getRemoteMergedBytesReadCount
public int getRemoteMergedBytesReadCount()repeated double remote_merged_bytes_read = 7;
- Specified by:
getRemoteMergedBytesReadCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of remoteMergedBytesRead.
-
getRemoteMergedBytesRead
public double getRemoteMergedBytesRead(int index) repeated double remote_merged_bytes_read = 7;
- Specified by:
getRemoteMergedBytesRead
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteMergedBytesRead at the given index.
-
getLocalMergedBytesReadList
repeated double local_merged_bytes_read = 8;
- Specified by:
getLocalMergedBytesReadList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the localMergedBytesRead.
-
getLocalMergedBytesReadCount
public int getLocalMergedBytesReadCount()repeated double local_merged_bytes_read = 8;
- Specified by:
getLocalMergedBytesReadCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of localMergedBytesRead.
-
getLocalMergedBytesRead
public double getLocalMergedBytesRead(int index) repeated double local_merged_bytes_read = 8;
- Specified by:
getLocalMergedBytesRead
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The localMergedBytesRead at the given index.
-
getRemoteMergedReqsDurationList
repeated double remote_merged_reqs_duration = 9;
- Specified by:
getRemoteMergedReqsDurationList
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- A list containing the remoteMergedReqsDuration.
-
getRemoteMergedReqsDurationCount
public int getRemoteMergedReqsDurationCount()repeated double remote_merged_reqs_duration = 9;
- Specified by:
getRemoteMergedReqsDurationCount
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Returns:
- The count of remoteMergedReqsDuration.
-
getRemoteMergedReqsDuration
public double getRemoteMergedReqsDuration(int index) repeated double remote_merged_reqs_duration = 9;
- Specified by:
getRemoteMergedReqsDuration
in interfaceStoreTypes.ShufflePushReadMetricDistributionsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteMergedReqsDuration at the given index.
-
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.ShufflePushReadMetricDistributions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions 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.ShufflePushReadMetricDistributions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static StoreTypes.ShufflePushReadMetricDistributions 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.ShufflePushReadMetricDistributions.Builder newBuilder(StoreTypes.ShufflePushReadMetricDistributions 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
-