public static final class FsImageProto.INodeSection.Builder extends com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.Builder> implements FsImageProto.INodeSectionOrBuilder
hadoop.hdfs.fsimage.INodeSection
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: INODE
Modifier and Type | Method and Description |
---|---|
FsImageProto.INodeSection |
build() |
FsImageProto.INodeSection |
buildPartial() |
FsImageProto.INodeSection.Builder |
clear() |
FsImageProto.INodeSection.Builder |
clearLastInodeId()
optional uint64 lastInodeId = 1; |
FsImageProto.INodeSection.Builder |
clearNumInodes()
optional uint64 numInodes = 2; |
FsImageProto.INodeSection.Builder |
clone() |
FsImageProto.INodeSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getLastInodeId()
optional uint64 lastInodeId = 1; |
long |
getNumInodes()
optional uint64 numInodes = 2; |
boolean |
hasLastInodeId()
optional uint64 lastInodeId = 1; |
boolean |
hasNumInodes()
optional uint64 numInodes = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FsImageProto.INodeSection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.INodeSection.Builder |
mergeFrom(FsImageProto.INodeSection other) |
FsImageProto.INodeSection.Builder |
mergeFrom(com.google.protobuf.Message other) |
FsImageProto.INodeSection.Builder |
setLastInodeId(long value)
optional uint64 lastInodeId = 1; |
FsImageProto.INodeSection.Builder |
setNumInodes(long value)
optional uint64 numInodes = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.Builder>
public FsImageProto.INodeSection.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.Builder>
public FsImageProto.INodeSection.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.Builder>
public FsImageProto.INodeSection getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.INodeSection build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.INodeSection buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.INodeSection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FsImageProto.INodeSection.Builder>
public FsImageProto.INodeSection.Builder mergeFrom(FsImageProto.INodeSection other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.Builder>
public FsImageProto.INodeSection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FsImageProto.INodeSection.Builder>
IOException
public boolean hasLastInodeId()
optional uint64 lastInodeId = 1;
hasLastInodeId
in interface FsImageProto.INodeSectionOrBuilder
public long getLastInodeId()
optional uint64 lastInodeId = 1;
getLastInodeId
in interface FsImageProto.INodeSectionOrBuilder
public FsImageProto.INodeSection.Builder setLastInodeId(long value)
optional uint64 lastInodeId = 1;
public FsImageProto.INodeSection.Builder clearLastInodeId()
optional uint64 lastInodeId = 1;
public boolean hasNumInodes()
optional uint64 numInodes = 2;
repeated INodes..
hasNumInodes
in interface FsImageProto.INodeSectionOrBuilder
public long getNumInodes()
optional uint64 numInodes = 2;
repeated INodes..
getNumInodes
in interface FsImageProto.INodeSectionOrBuilder
public FsImageProto.INodeSection.Builder setNumInodes(long value)
optional uint64 numInodes = 2;
repeated INodes..
public FsImageProto.INodeSection.Builder clearNumInodes()
optional uint64 numInodes = 2;
repeated INodes..
Copyright © 2017 Apache Software Foundation. All Rights Reserved.