public static final class FsImageProto.INodeSection.INode extends com.google.protobuf.GeneratedMessage 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 |
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 |
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 |
static int |
SYMLINK_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
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; |
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.GeneratedMessage.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.GeneratedMessage.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(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) |
FsImageProto.INodeSection.INode.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<FsImageProto.INodeSection.INode> PARSER
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
public static FsImageProto.INodeSection.INode getDefaultInstance()
public FsImageProto.INodeSection.INode 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<FsImageProto.INodeSection.INode> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
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
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 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 static FsImageProto.INodeSection.INode.Builder newBuilder()
public FsImageProto.INodeSection.INode.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static FsImageProto.INodeSection.INode.Builder newBuilder(FsImageProto.INodeSection.INode prototype)
public FsImageProto.INodeSection.INode.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected FsImageProto.INodeSection.INode.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2017 Apache Software Foundation. All Rights Reserved.