public static final class FsImageProto.INodeSection extends com.google.protobuf.GeneratedMessageV3 implements FsImageProto.INodeSectionOrBuilder
Permission is serialized as a 64-bit long. [0:24):[25:48):[48:64) (in Big Endian). The first and the second parts are the string ids of the user and group name, and the last 16 bits are the permission bits. Name: INODEProtobuf type
hadoop.hdfs.fsimage.INodeSection| Modifier and Type | Class and Description |
|---|---|
static class |
FsImageProto.INodeSection.AclFeatureProto
Protobuf type
hadoop.hdfs.fsimage.INodeSection.AclFeatureProto |
static interface |
FsImageProto.INodeSection.AclFeatureProtoOrBuilder |
static class |
FsImageProto.INodeSection.Builder
Permission is serialized as a 64-bit long.
|
static class |
FsImageProto.INodeSection.FileUnderConstructionFeature
under-construction feature for INodeFile
|
static interface |
FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder |
static class |
FsImageProto.INodeSection.INode
Protobuf type
hadoop.hdfs.fsimage.INodeSection.INode |
static class |
FsImageProto.INodeSection.INodeDirectory
Protobuf type
hadoop.hdfs.fsimage.INodeSection.INodeDirectory |
static interface |
FsImageProto.INodeSection.INodeDirectoryOrBuilder |
static class |
FsImageProto.INodeSection.INodeFile
Protobuf type
hadoop.hdfs.fsimage.INodeSection.INodeFile |
static interface |
FsImageProto.INodeSection.INodeFileOrBuilder |
static interface |
FsImageProto.INodeSection.INodeOrBuilder |
static class |
FsImageProto.INodeSection.INodeSymlink
Protobuf type
hadoop.hdfs.fsimage.INodeSection.INodeSymlink |
static interface |
FsImageProto.INodeSection.INodeSymlinkOrBuilder |
static class |
FsImageProto.INodeSection.QuotaByStorageTypeEntryProto
Protobuf type
hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeEntryProto |
static interface |
FsImageProto.INodeSection.QuotaByStorageTypeEntryProtoOrBuilder |
static class |
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto
Protobuf type
hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto |
static interface |
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder |
static class |
FsImageProto.INodeSection.XAttrCompactProto
Protobuf type
hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto |
static interface |
FsImageProto.INodeSection.XAttrCompactProtoOrBuilder |
static class |
FsImageProto.INodeSection.XAttrFeatureProto
Protobuf type
hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto |
static interface |
FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder |
| Modifier and Type | Field and Description |
|---|---|
static int |
LASTINODEID_FIELD_NUMBER |
static int |
NUMINODES_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.INodeSection> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static FsImageProto.INodeSection |
getDefaultInstance() |
FsImageProto.INodeSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getLastInodeId()
optional uint64 lastInodeId = 1; |
long |
getNumInodes()
repeated INodes..
|
com.google.protobuf.Parser<FsImageProto.INodeSection> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasLastInodeId()
optional uint64 lastInodeId = 1; |
boolean |
hasNumInodes()
repeated INodes..
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.INodeSection.Builder |
newBuilder() |
static FsImageProto.INodeSection.Builder |
newBuilder(FsImageProto.INodeSection prototype) |
FsImageProto.INodeSection.Builder |
newBuilderForType() |
protected FsImageProto.INodeSection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static FsImageProto.INodeSection |
parseDelimitedFrom(InputStream input) |
static FsImageProto.INodeSection |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection |
parseFrom(byte[] data) |
static FsImageProto.INodeSection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection |
parseFrom(ByteBuffer data) |
static FsImageProto.INodeSection |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.INodeSection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.INodeSection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection |
parseFrom(InputStream input) |
static FsImageProto.INodeSection |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FsImageProto.INodeSection> |
parser() |
FsImageProto.INodeSection.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int LASTINODEID_FIELD_NUMBER
public static final int NUMINODES_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.INodeSection> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasLastInodeId()
optional uint64 lastInodeId = 1;hasLastInodeId in interface FsImageProto.INodeSectionOrBuilderpublic long getLastInodeId()
optional uint64 lastInodeId = 1;getLastInodeId in interface FsImageProto.INodeSectionOrBuilderpublic boolean hasNumInodes()
repeated INodes..
optional uint64 numInodes = 2;hasNumInodes in interface FsImageProto.INodeSectionOrBuilderpublic long getNumInodes()
repeated INodes..
optional uint64 numInodes = 2;getNumInodes in interface FsImageProto.INodeSectionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static FsImageProto.INodeSection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection parseFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.INodeSection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.INodeSection parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.INodeSection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.INodeSection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FsImageProto.INodeSection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FsImageProto.INodeSection.Builder newBuilderForType()
public static FsImageProto.INodeSection.Builder newBuilder()
public static FsImageProto.INodeSection.Builder newBuilder(FsImageProto.INodeSection prototype)
public FsImageProto.INodeSection.Builder toBuilder()
protected FsImageProto.INodeSection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.INodeSection getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.INodeSection> parser()
public com.google.protobuf.Parser<FsImageProto.INodeSection> getParserForType()
public FsImageProto.INodeSection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.