public static final class Lineage.LineageEntry extends com.google.protobuf.GeneratedMessage implements Lineage.LineageEntryOrBuilder
alluxio.proto.journal.LineageEntry
next available id: 7
Modifier and Type | Class and Description |
---|---|
static class |
Lineage.LineageEntry.Builder
Protobuf type
alluxio.proto.journal.LineageEntry |
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 |
CREATION_TIME_MS_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
INPUT_FILES_FIELD_NUMBER |
static int |
JOB_COMMAND_FIELD_NUMBER |
static int |
JOB_OUTPUT_PATH_FIELD_NUMBER |
static int |
OUTPUT_FILE_IDS_FIELD_NUMBER |
static com.google.protobuf.Parser<Lineage.LineageEntry> |
PARSER |
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
static Lineage.LineageEntry |
getDefaultInstance() |
Lineage.LineageEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getId()
optional int64 id = 1; |
long |
getInputFiles(int index)
repeated int64 input_files = 2; |
int |
getInputFilesCount()
repeated int64 input_files = 2; |
List<Long> |
getInputFilesList()
repeated int64 input_files = 2; |
String |
getJobCommand()
optional string job_command = 4; |
com.google.protobuf.ByteString |
getJobCommandBytes()
optional string job_command = 4; |
String |
getJobOutputPath()
optional string job_output_path = 5; |
com.google.protobuf.ByteString |
getJobOutputPathBytes()
optional string job_output_path = 5; |
long |
getOutputFileIds(int index)
repeated int64 output_file_ids = 3; |
int |
getOutputFileIdsCount()
repeated int64 output_file_ids = 3; |
List<Long> |
getOutputFileIdsList()
repeated int64 output_file_ids = 3; |
com.google.protobuf.Parser<Lineage.LineageEntry> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasJobCommand()
optional string job_command = 4; |
boolean |
hasJobOutputPath()
optional string job_output_path = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Lineage.LineageEntry.Builder |
newBuilder() |
static Lineage.LineageEntry.Builder |
newBuilder(Lineage.LineageEntry prototype) |
Lineage.LineageEntry.Builder |
newBuilderForType() |
protected Lineage.LineageEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Lineage.LineageEntry |
parseDelimitedFrom(InputStream input) |
static Lineage.LineageEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lineage.LineageEntry |
parseFrom(byte[] data) |
static Lineage.LineageEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lineage.LineageEntry |
parseFrom(com.google.protobuf.ByteString data) |
static Lineage.LineageEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lineage.LineageEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Lineage.LineageEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lineage.LineageEntry |
parseFrom(InputStream input) |
static Lineage.LineageEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Lineage.LineageEntry.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Lineage.LineageEntry> PARSER
public static final int ID_FIELD_NUMBER
public static final int INPUT_FILES_FIELD_NUMBER
public static final int OUTPUT_FILE_IDS_FIELD_NUMBER
public static final int JOB_COMMAND_FIELD_NUMBER
public static final int JOB_OUTPUT_PATH_FIELD_NUMBER
public static final int CREATION_TIME_MS_FIELD_NUMBER
public static Lineage.LineageEntry getDefaultInstance()
public Lineage.LineageEntry 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<Lineage.LineageEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
optional int64 id = 1;
hasId
in interface Lineage.LineageEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface Lineage.LineageEntryOrBuilder
public List<Long> getInputFilesList()
repeated int64 input_files = 2;
getInputFilesList
in interface Lineage.LineageEntryOrBuilder
public int getInputFilesCount()
repeated int64 input_files = 2;
getInputFilesCount
in interface Lineage.LineageEntryOrBuilder
public long getInputFiles(int index)
repeated int64 input_files = 2;
getInputFiles
in interface Lineage.LineageEntryOrBuilder
public List<Long> getOutputFileIdsList()
repeated int64 output_file_ids = 3;
getOutputFileIdsList
in interface Lineage.LineageEntryOrBuilder
public int getOutputFileIdsCount()
repeated int64 output_file_ids = 3;
getOutputFileIdsCount
in interface Lineage.LineageEntryOrBuilder
public long getOutputFileIds(int index)
repeated int64 output_file_ids = 3;
getOutputFileIds
in interface Lineage.LineageEntryOrBuilder
public boolean hasJobCommand()
optional string job_command = 4;
hasJobCommand
in interface Lineage.LineageEntryOrBuilder
public String getJobCommand()
optional string job_command = 4;
getJobCommand
in interface Lineage.LineageEntryOrBuilder
public com.google.protobuf.ByteString getJobCommandBytes()
optional string job_command = 4;
getJobCommandBytes
in interface Lineage.LineageEntryOrBuilder
public boolean hasJobOutputPath()
optional string job_output_path = 5;
hasJobOutputPath
in interface Lineage.LineageEntryOrBuilder
public String getJobOutputPath()
optional string job_output_path = 5;
getJobOutputPath
in interface Lineage.LineageEntryOrBuilder
public com.google.protobuf.ByteString getJobOutputPathBytes()
optional string job_output_path = 5;
getJobOutputPathBytes
in interface Lineage.LineageEntryOrBuilder
public boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
hasCreationTimeMs
in interface Lineage.LineageEntryOrBuilder
public long getCreationTimeMs()
optional int64 creation_time_ms = 6;
getCreationTimeMs
in interface Lineage.LineageEntryOrBuilder
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 static Lineage.LineageEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Lineage.LineageEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Lineage.LineageEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Lineage.LineageEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Lineage.LineageEntry parseFrom(InputStream input) throws IOException
IOException
public static Lineage.LineageEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Lineage.LineageEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Lineage.LineageEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Lineage.LineageEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Lineage.LineageEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Lineage.LineageEntry.Builder newBuilder()
public Lineage.LineageEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Lineage.LineageEntry.Builder newBuilder(Lineage.LineageEntry prototype)
public Lineage.LineageEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Lineage.LineageEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2023. All Rights Reserved.