public static final class ShuffleUserPayloads.DataMovementEventPayloadProto extends com.google.protobuf.GeneratedMessage implements ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
DataMovementEventPayloadProto
Modifier and Type | Class and Description |
---|---|
static class |
ShuffleUserPayloads.DataMovementEventPayloadProto.Builder
Protobuf type
DataMovementEventPayloadProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
EMPTY_PARTITIONS_FIELD_NUMBER |
static int |
HOST_FIELD_NUMBER |
static int |
LAST_EVENT_FIELD_NUMBER |
static com.google.protobuf.Parser<ShuffleUserPayloads.DataMovementEventPayloadProto> |
PARSER |
static int |
PATH_COMPONENT_FIELD_NUMBER |
static int |
PIPELINED_FIELD_NUMBER |
static int |
PORT_FIELD_NUMBER |
static int |
RUN_DURATION_FIELD_NUMBER |
static int |
SPILL_ID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
getDefaultInstance() |
ShuffleUserPayloads.DataMovementEventPayloadProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ShuffleUserPayloads.DataMovementEventPayloadProto> |
getParserForType() |
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 |
getSerializedSize() |
int |
getSpillId()
optional int32 spill_id = 9; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEmptyPartitions()
optional bytes empty_partitions = 1; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ShuffleUserPayloads.DataMovementEventPayloadProto.Builder |
newBuilder() |
static ShuffleUserPayloads.DataMovementEventPayloadProto.Builder |
newBuilder(ShuffleUserPayloads.DataMovementEventPayloadProto prototype) |
ShuffleUserPayloads.DataMovementEventPayloadProto.Builder |
newBuilderForType() |
protected ShuffleUserPayloads.DataMovementEventPayloadProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseDelimitedFrom(InputStream input) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(byte[] data) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(com.google.protobuf.ByteString data) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(InputStream input) |
static ShuffleUserPayloads.DataMovementEventPayloadProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ShuffleUserPayloads.DataMovementEventPayloadProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ShuffleUserPayloads.DataMovementEventPayloadProto> PARSER
public static final int EMPTY_PARTITIONS_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int PATH_COMPONENT_FIELD_NUMBER
public static final int RUN_DURATION_FIELD_NUMBER
public static final int PIPELINED_FIELD_NUMBER
public static final int LAST_EVENT_FIELD_NUMBER
public static final int SPILL_ID_FIELD_NUMBER
public static ShuffleUserPayloads.DataMovementEventPayloadProto getDefaultInstance()
public ShuffleUserPayloads.DataMovementEventPayloadProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ShuffleUserPayloads.DataMovementEventPayloadProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasEmptyPartitions()
optional bytes empty_partitions = 1;
hasEmptyPartitions
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public com.google.protobuf.ByteString getEmptyPartitions()
optional bytes empty_partitions = 1;
getEmptyPartitions
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean hasHost()
optional string host = 2;
hasHost
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public String getHost()
optional string host = 2;
getHost
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public com.google.protobuf.ByteString getHostBytes()
optional string host = 2;
getHostBytes
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean hasPort()
optional int32 port = 3;
hasPort
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public int getPort()
optional int32 port = 3;
getPort
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean hasPathComponent()
optional string path_component = 4;
hasPathComponent
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public String getPathComponent()
optional string path_component = 4;
getPathComponent
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public com.google.protobuf.ByteString getPathComponentBytes()
optional string path_component = 4;
getPathComponentBytes
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean hasRunDuration()
optional int32 run_duration = 5;
hasRunDuration
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public int getRunDuration()
optional int32 run_duration = 5;
getRunDuration
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean hasPipelined()
optional bool pipelined = 7;
Related to pipelined shuffle
hasPipelined
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean getPipelined()
optional bool pipelined = 7;
Related to pipelined shuffle
getPipelined
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean hasLastEvent()
optional bool last_event = 8;
Related to pipelined shuffle
hasLastEvent
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean getLastEvent()
optional bool last_event = 8;
Related to pipelined shuffle
getLastEvent
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public boolean hasSpillId()
optional int32 spill_id = 9;
Related to pipelined shuffle.
hasSpillId
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public int getSpillId()
optional int32 spill_id = 9;
Related to pipelined shuffle.
getSpillId
in interface ShuffleUserPayloads.DataMovementEventPayloadProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
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 ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(InputStream input) throws IOException
IOException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ShuffleUserPayloads.DataMovementEventPayloadProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ShuffleUserPayloads.DataMovementEventPayloadProto.Builder newBuilder()
public ShuffleUserPayloads.DataMovementEventPayloadProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ShuffleUserPayloads.DataMovementEventPayloadProto.Builder newBuilder(ShuffleUserPayloads.DataMovementEventPayloadProto prototype)
public ShuffleUserPayloads.DataMovementEventPayloadProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ShuffleUserPayloads.DataMovementEventPayloadProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016 Apache Software Foundation. All rights reserved.