public static final class HistoryLoggerProtos.HistoryEventProto extends com.google.protobuf.GeneratedMessage implements HistoryLoggerProtos.HistoryEventProtoOrBuilder
HistoryEventProto| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryLoggerProtos.HistoryEventProto.Builder
Protobuf type
HistoryEventProto |
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 |
APP_ATTEMPT_ID_FIELD_NUMBER |
static int |
APP_ID_FIELD_NUMBER |
static int |
DAG_ID_FIELD_NUMBER |
static int |
EVENT_DATA_FIELD_NUMBER |
static int |
EVENT_TIME_FIELD_NUMBER |
static int |
EVENT_TYPE_FIELD_NUMBER |
static com.google.protobuf.Parser<HistoryLoggerProtos.HistoryEventProto> |
PARSER |
static int |
TASK_ATTEMPT_ID_FIELD_NUMBER |
static int |
TASK_ID_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
static int |
VERTEX_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppAttemptId()
optional string app_attempt_id = 5; |
com.google.protobuf.ByteString |
getAppAttemptIdBytes()
optional string app_attempt_id = 5; |
String |
getAppId()
optional string app_id = 4; |
com.google.protobuf.ByteString |
getAppIdBytes()
optional string app_id = 4; |
String |
getDagId()
optional string dag_id = 6; |
com.google.protobuf.ByteString |
getDagIdBytes()
optional string dag_id = 6; |
static HistoryLoggerProtos.HistoryEventProto |
getDefaultInstance() |
HistoryLoggerProtos.HistoryEventProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
HistoryLoggerProtos.KVPair |
getEventData(int index)
repeated .KVPair event_data = 10; |
int |
getEventDataCount()
repeated .KVPair event_data = 10; |
List<HistoryLoggerProtos.KVPair> |
getEventDataList()
repeated .KVPair event_data = 10; |
HistoryLoggerProtos.KVPairOrBuilder |
getEventDataOrBuilder(int index)
repeated .KVPair event_data = 10; |
List<? extends HistoryLoggerProtos.KVPairOrBuilder> |
getEventDataOrBuilderList()
repeated .KVPair event_data = 10; |
long |
getEventTime()
optional int64 event_time = 2; |
String |
getEventType()
optional string event_type = 1; |
com.google.protobuf.ByteString |
getEventTypeBytes()
optional string event_type = 1; |
com.google.protobuf.Parser<HistoryLoggerProtos.HistoryEventProto> |
getParserForType() |
int |
getSerializedSize() |
String |
getTaskAttemptId()
optional string task_attempt_id = 9; |
com.google.protobuf.ByteString |
getTaskAttemptIdBytes()
optional string task_attempt_id = 9; |
String |
getTaskId()
optional string task_id = 8; |
com.google.protobuf.ByteString |
getTaskIdBytes()
optional string task_id = 8; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUser()
optional string user = 3; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 3; |
String |
getVertexId()
optional string vertex_id = 7; |
com.google.protobuf.ByteString |
getVertexIdBytes()
optional string vertex_id = 7; |
boolean |
hasAppAttemptId()
optional string app_attempt_id = 5; |
boolean |
hasAppId()
optional string app_id = 4; |
boolean |
hasDagId()
optional string dag_id = 6; |
boolean |
hasEventTime()
optional int64 event_time = 2; |
boolean |
hasEventType()
optional string event_type = 1; |
boolean |
hasTaskAttemptId()
optional string task_attempt_id = 9; |
boolean |
hasTaskId()
optional string task_id = 8; |
boolean |
hasUser()
optional string user = 3; |
boolean |
hasVertexId()
optional string vertex_id = 7; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HistoryLoggerProtos.HistoryEventProto.Builder |
newBuilder() |
static HistoryLoggerProtos.HistoryEventProto.Builder |
newBuilder(HistoryLoggerProtos.HistoryEventProto prototype) |
HistoryLoggerProtos.HistoryEventProto.Builder |
newBuilderForType() |
protected HistoryLoggerProtos.HistoryEventProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HistoryLoggerProtos.HistoryEventProto |
parseDelimitedFrom(InputStream input) |
static HistoryLoggerProtos.HistoryEventProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(byte[] data) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(com.google.protobuf.ByteString data) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(InputStream input) |
static HistoryLoggerProtos.HistoryEventProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistoryLoggerProtos.HistoryEventProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<HistoryLoggerProtos.HistoryEventProto> PARSER
public static final int EVENT_TYPE_FIELD_NUMBER
public static final int EVENT_TIME_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int APP_ID_FIELD_NUMBER
public static final int APP_ATTEMPT_ID_FIELD_NUMBER
public static final int DAG_ID_FIELD_NUMBER
public static final int VERTEX_ID_FIELD_NUMBER
public static final int TASK_ID_FIELD_NUMBER
public static final int TASK_ATTEMPT_ID_FIELD_NUMBER
public static final int EVENT_DATA_FIELD_NUMBER
public static HistoryLoggerProtos.HistoryEventProto getDefaultInstance()
public HistoryLoggerProtos.HistoryEventProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<HistoryLoggerProtos.HistoryEventProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasEventType()
optional string event_type = 1;hasEventType in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getEventType()
optional string event_type = 1;getEventType in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getEventTypeBytes()
optional string event_type = 1;getEventTypeBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasEventTime()
optional int64 event_time = 2;hasEventTime in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic long getEventTime()
optional int64 event_time = 2;getEventTime in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasUser()
optional string user = 3;hasUser in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getUser()
optional string user = 3;getUser in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
optional string user = 3;getUserBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasAppId()
optional string app_id = 4;hasAppId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getAppId()
optional string app_id = 4;getAppId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getAppIdBytes()
optional string app_id = 4;getAppIdBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasAppAttemptId()
optional string app_attempt_id = 5;hasAppAttemptId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getAppAttemptId()
optional string app_attempt_id = 5;getAppAttemptId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getAppAttemptIdBytes()
optional string app_attempt_id = 5;getAppAttemptIdBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasDagId()
optional string dag_id = 6;hasDagId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getDagId()
optional string dag_id = 6;getDagId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 6;getDagIdBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasVertexId()
optional string vertex_id = 7;hasVertexId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getVertexId()
optional string vertex_id = 7;getVertexId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 7;getVertexIdBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasTaskId()
optional string task_id = 8;hasTaskId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getTaskId()
optional string task_id = 8;getTaskId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getTaskIdBytes()
optional string task_id = 8;getTaskIdBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic boolean hasTaskAttemptId()
optional string task_attempt_id = 9;hasTaskAttemptId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic String getTaskAttemptId()
optional string task_attempt_id = 9;getTaskAttemptId in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic com.google.protobuf.ByteString getTaskAttemptIdBytes()
optional string task_attempt_id = 9;getTaskAttemptIdBytes in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic List<HistoryLoggerProtos.KVPair> getEventDataList()
repeated .KVPair event_data = 10;getEventDataList in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic List<? extends HistoryLoggerProtos.KVPairOrBuilder> getEventDataOrBuilderList()
repeated .KVPair event_data = 10;getEventDataOrBuilderList in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic int getEventDataCount()
repeated .KVPair event_data = 10;getEventDataCount in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic HistoryLoggerProtos.KVPair getEventData(int index)
repeated .KVPair event_data = 10;getEventData in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic HistoryLoggerProtos.KVPairOrBuilder getEventDataOrBuilder(int index)
repeated .KVPair event_data = 10;getEventDataOrBuilder in interface HistoryLoggerProtos.HistoryEventProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HistoryLoggerProtos.HistoryEventProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistoryLoggerProtos.HistoryEventProto.Builder newBuilder()
public HistoryLoggerProtos.HistoryEventProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HistoryLoggerProtos.HistoryEventProto.Builder newBuilder(HistoryLoggerProtos.HistoryEventProto prototype)
public HistoryLoggerProtos.HistoryEventProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HistoryLoggerProtos.HistoryEventProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2020 Apache Software Foundation. All rights reserved.