public static final class FsImageProto.INodeSection.INode extends com.google.protobuf.GeneratedMessageV3 implements FsImageProto.INodeSection.INodeOrBuilder
hadoop.hdfs.fsimage.INodeSection.INode
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.INodeSection.INode.Builder
Protobuf type
hadoop.hdfs.fsimage.INodeSection.INode |
static class |
FsImageProto.INodeSection.INode.Type
Protobuf enum
hadoop.hdfs.fsimage.INodeSection.INode.Type |
Modifier and Type | Field and Description |
---|---|
static int |
DIRECTORY_FIELD_NUMBER |
static int |
FILE_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.INodeSection.INode> |
PARSER
Deprecated.
|
static int |
SYMLINK_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static FsImageProto.INodeSection.INode |
getDefaultInstance() |
FsImageProto.INodeSection.INode |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FsImageProto.INodeSection.INodeDirectory |
getDirectory()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5; |
FsImageProto.INodeSection.INodeDirectoryOrBuilder |
getDirectoryOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5; |
FsImageProto.INodeSection.INodeFile |
getFile()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4; |
FsImageProto.INodeSection.INodeFileOrBuilder |
getFileOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4; |
long |
getId()
required uint64 id = 2; |
com.google.protobuf.ByteString |
getName()
optional bytes name = 3; |
com.google.protobuf.Parser<FsImageProto.INodeSection.INode> |
getParserForType() |
int |
getSerializedSize() |
FsImageProto.INodeSection.INodeSymlink |
getSymlink()
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6; |
FsImageProto.INodeSection.INodeSymlinkOrBuilder |
getSymlinkOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6; |
FsImageProto.INodeSection.INode.Type |
getType()
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDirectory()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5; |
boolean |
hasFile()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4; |
int |
hashCode() |
boolean |
hasId()
required uint64 id = 2; |
boolean |
hasName()
optional bytes name = 3; |
boolean |
hasSymlink()
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6; |
boolean |
hasType()
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.INodeSection.INode.Builder |
newBuilder() |
static FsImageProto.INodeSection.INode.Builder |
newBuilder(FsImageProto.INodeSection.INode prototype) |
FsImageProto.INodeSection.INode.Builder |
newBuilderForType() |
protected FsImageProto.INodeSection.INode.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static FsImageProto.INodeSection.INode |
parseDelimitedFrom(InputStream input) |
static FsImageProto.INodeSection.INode |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INode |
parseFrom(byte[] data) |
static FsImageProto.INodeSection.INode |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INode |
parseFrom(ByteBuffer data) |
static FsImageProto.INodeSection.INode |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INode |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.INodeSection.INode |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INode |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.INodeSection.INode |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INode |
parseFrom(InputStream input) |
static FsImageProto.INodeSection.INode |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FsImageProto.INodeSection.INode> |
parser() |
FsImageProto.INodeSection.INode.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int TYPE_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
public static final int DIRECTORY_FIELD_NUMBER
public static final int SYMLINK_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.INodeSection.INode> 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 hasType()
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
hasType
in interface FsImageProto.INodeSection.INodeOrBuilder
public FsImageProto.INodeSection.INode.Type getType()
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1;
getType
in interface FsImageProto.INodeSection.INodeOrBuilder
public boolean hasId()
required uint64 id = 2;
hasId
in interface FsImageProto.INodeSection.INodeOrBuilder
public long getId()
required uint64 id = 2;
getId
in interface FsImageProto.INodeSection.INodeOrBuilder
public boolean hasName()
optional bytes name = 3;
hasName
in interface FsImageProto.INodeSection.INodeOrBuilder
public com.google.protobuf.ByteString getName()
optional bytes name = 3;
getName
in interface FsImageProto.INodeSection.INodeOrBuilder
public boolean hasFile()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
hasFile
in interface FsImageProto.INodeSection.INodeOrBuilder
public FsImageProto.INodeSection.INodeFile getFile()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFile
in interface FsImageProto.INodeSection.INodeOrBuilder
public FsImageProto.INodeSection.INodeFileOrBuilder getFileOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile file = 4;
getFileOrBuilder
in interface FsImageProto.INodeSection.INodeOrBuilder
public boolean hasDirectory()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
hasDirectory
in interface FsImageProto.INodeSection.INodeOrBuilder
public FsImageProto.INodeSection.INodeDirectory getDirectory()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectory
in interface FsImageProto.INodeSection.INodeOrBuilder
public FsImageProto.INodeSection.INodeDirectoryOrBuilder getDirectoryOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory directory = 5;
getDirectoryOrBuilder
in interface FsImageProto.INodeSection.INodeOrBuilder
public boolean hasSymlink()
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
hasSymlink
in interface FsImageProto.INodeSection.INodeOrBuilder
public FsImageProto.INodeSection.INodeSymlink getSymlink()
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlink
in interface FsImageProto.INodeSection.INodeOrBuilder
public FsImageProto.INodeSection.INodeSymlinkOrBuilder getSymlinkOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeSymlink symlink = 6;
getSymlinkOrBuilder
in interface FsImageProto.INodeSection.INodeOrBuilder
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.INodeSection.INode parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeSection.INode parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeSection.INode parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeSection.INode parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeSection.INode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeSection.INode parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.INodeSection.INode parseFrom(InputStream input) throws IOException
IOException
public static FsImageProto.INodeSection.INode parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.INodeSection.INode parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FsImageProto.INodeSection.INode parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.INodeSection.INode parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FsImageProto.INodeSection.INode parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public FsImageProto.INodeSection.INode.Builder newBuilderForType()
public static FsImageProto.INodeSection.INode.Builder newBuilder()
public static FsImageProto.INodeSection.INode.Builder newBuilder(FsImageProto.INodeSection.INode prototype)
public FsImageProto.INodeSection.INode.Builder toBuilder()
protected FsImageProto.INodeSection.INode.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.INodeSection.INode getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.INodeSection.INode> parser()
public com.google.protobuf.Parser<FsImageProto.INodeSection.INode> getParserForType()
public FsImageProto.INodeSection.INode getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.