public static final class FsImageProto.INodeReferenceSection.INodeReference extends com.google.protobuf.GeneratedMessageV3 implements FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
hadoop.hdfs.fsimage.INodeReferenceSection.INodeReference
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.INodeReferenceSection.INodeReference.Builder
Protobuf type
hadoop.hdfs.fsimage.INodeReferenceSection.INodeReference |
Modifier and Type | Field and Description |
---|---|
static int |
DSTSNAPSHOTID_FIELD_NUMBER |
static int |
LASTSNAPSHOTID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.INodeReferenceSection.INodeReference> |
PARSER
Deprecated.
|
static int |
REFERREDID_FIELD_NUMBER |
public static final int REFERREDID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DSTSNAPSHOTID_FIELD_NUMBER
public static final int LASTSNAPSHOTID_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.INodeReferenceSection.INodeReference> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasReferredId()
id of the referred inode
optional uint64 referredId = 1;
hasReferredId
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public long getReferredId()
id of the referred inode
optional uint64 referredId = 1;
getReferredId
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public boolean hasName()
local name recorded in WithName
optional bytes name = 2;
hasName
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public com.google.protobuf.ByteString getName()
local name recorded in WithName
optional bytes name = 2;
getName
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public boolean hasDstSnapshotId()
recorded in DstReference
optional uint32 dstSnapshotId = 3;
hasDstSnapshotId
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public int getDstSnapshotId()
recorded in DstReference
optional uint32 dstSnapshotId = 3;
getDstSnapshotId
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public boolean hasLastSnapshotId()
recorded in WithName
optional uint32 lastSnapshotId = 4;
hasLastSnapshotId
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public int getLastSnapshotId()
recorded in WithName
optional uint32 lastSnapshotId = 4;
getLastSnapshotId
in interface FsImageProto.INodeReferenceSection.INodeReferenceOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(InputStream input) throws IOException
IOException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.INodeReferenceSection.INodeReference parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FsImageProto.INodeReferenceSection.INodeReference parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FsImageProto.INodeReferenceSection.INodeReference parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public FsImageProto.INodeReferenceSection.INodeReference.Builder newBuilderForType()
public static FsImageProto.INodeReferenceSection.INodeReference.Builder newBuilder()
public static FsImageProto.INodeReferenceSection.INodeReference.Builder newBuilder(FsImageProto.INodeReferenceSection.INodeReference prototype)
public FsImageProto.INodeReferenceSection.INodeReference.Builder toBuilder()
protected FsImageProto.INodeReferenceSection.INodeReference.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.INodeReferenceSection.INodeReference getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.INodeReferenceSection.INodeReference> parser()
public com.google.protobuf.Parser<FsImageProto.INodeReferenceSection.INodeReference> getParserForType()
public FsImageProto.INodeReferenceSection.INodeReference getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.