public static interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEmptyPartitions()
optional bytes empty_partitions = 1; |
String |
getHost()
optional string host = 2; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 2; |
boolean |
getLastEvent()
optional bool last_event = 8; |
String |
getPathComponent()
optional string path_component = 4; |
com.google.protobuf.ByteString |
getPathComponentBytes()
optional string path_component = 4; |
boolean |
getPipelined()
optional bool pipelined = 7; |
int |
getPort()
optional int32 port = 3; |
int |
getRunDuration()
optional int32 run_duration = 5; |
int |
getSpillId()
optional int32 spill_id = 9; |
boolean |
hasEmptyPartitions()
optional bytes empty_partitions = 1; |
boolean |
hasHost()
optional string host = 2; |
boolean |
hasLastEvent()
optional bool last_event = 8; |
boolean |
hasPathComponent()
optional string path_component = 4; |
boolean |
hasPipelined()
optional bool pipelined = 7; |
boolean |
hasPort()
optional int32 port = 3; |
boolean |
hasRunDuration()
optional int32 run_duration = 5; |
boolean |
hasSpillId()
optional int32 spill_id = 9; |
boolean hasEmptyPartitions()
optional bytes empty_partitions = 1;
com.google.protobuf.ByteString getEmptyPartitions()
optional bytes empty_partitions = 1;
boolean hasHost()
optional string host = 2;
String getHost()
optional string host = 2;
com.google.protobuf.ByteString getHostBytes()
optional string host = 2;
boolean hasPort()
optional int32 port = 3;
int getPort()
optional int32 port = 3;
boolean hasPathComponent()
optional string path_component = 4;
String getPathComponent()
optional string path_component = 4;
com.google.protobuf.ByteString getPathComponentBytes()
optional string path_component = 4;
boolean hasRunDuration()
optional int32 run_duration = 5;
int getRunDuration()
optional int32 run_duration = 5;
boolean hasPipelined()
optional bool pipelined = 7;
Related to pipelined shuffle
boolean getPipelined()
optional bool pipelined = 7;
Related to pipelined shuffle
boolean hasLastEvent()
optional bool last_event = 8;
Related to pipelined shuffle
boolean getLastEvent()
optional bool last_event = 8;
Related to pipelined shuffle
boolean hasSpillId()
optional int32 spill_id = 9;
Related to pipelined shuffle.
int getSpillId()
optional int32 spill_id = 9;
Related to pipelined shuffle.
Copyright © 2016 Apache Software Foundation. All rights reserved.