public static final class FsImageProto.INodeSection.AclFeatureProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.AclFeatureProto.Builder> implements FsImageProto.INodeSection.AclFeatureProtoOrBuilder
hadoop.hdfs.fsimage.INodeSection.AclFeatureProto
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.AclFeatureProto.Builder>
public FsImageProto.INodeSection.AclFeatureProto.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.AclFeatureProto.Builder>
public FsImageProto.INodeSection.AclFeatureProto.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.AclFeatureProto.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.AclFeatureProto.Builder>
public FsImageProto.INodeSection.AclFeatureProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.INodeSection.AclFeatureProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.INodeSection.AclFeatureProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.INodeSection.AclFeatureProto.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.AclFeatureProto.Builder>
public FsImageProto.INodeSection.AclFeatureProto.Builder mergeFrom(FsImageProto.INodeSection.AclFeatureProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.AclFeatureProto.Builder>
public FsImageProto.INodeSection.AclFeatureProto.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.AclFeatureProto.Builder>
IOException
public List<Integer> getEntriesList()
repeated fixed32 entries = 2 [packed = true];
An ACL entry is represented by a 32-bit integer in Big Endian format. The bits can be divided in four segments: [0:2) || [2:26) || [26:27) || [27:29) || [29:32) [0:2) -- reserved for futute uses. [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- the scope of the entry (AclEntryScopeProto) [27:29) -- the type of the entry (AclEntryTypeProto) [29:32) -- the permission of the entry (FsActionProto)
getEntriesList
in interface FsImageProto.INodeSection.AclFeatureProtoOrBuilder
public int getEntriesCount()
repeated fixed32 entries = 2 [packed = true];
An ACL entry is represented by a 32-bit integer in Big Endian format. The bits can be divided in four segments: [0:2) || [2:26) || [26:27) || [27:29) || [29:32) [0:2) -- reserved for futute uses. [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- the scope of the entry (AclEntryScopeProto) [27:29) -- the type of the entry (AclEntryTypeProto) [29:32) -- the permission of the entry (FsActionProto)
getEntriesCount
in interface FsImageProto.INodeSection.AclFeatureProtoOrBuilder
public int getEntries(int index)
repeated fixed32 entries = 2 [packed = true];
An ACL entry is represented by a 32-bit integer in Big Endian format. The bits can be divided in four segments: [0:2) || [2:26) || [26:27) || [27:29) || [29:32) [0:2) -- reserved for futute uses. [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- the scope of the entry (AclEntryScopeProto) [27:29) -- the type of the entry (AclEntryTypeProto) [29:32) -- the permission of the entry (FsActionProto)
getEntries
in interface FsImageProto.INodeSection.AclFeatureProtoOrBuilder
public FsImageProto.INodeSection.AclFeatureProto.Builder setEntries(int index, int value)
repeated fixed32 entries = 2 [packed = true];
An ACL entry is represented by a 32-bit integer in Big Endian format. The bits can be divided in four segments: [0:2) || [2:26) || [26:27) || [27:29) || [29:32) [0:2) -- reserved for futute uses. [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- the scope of the entry (AclEntryScopeProto) [27:29) -- the type of the entry (AclEntryTypeProto) [29:32) -- the permission of the entry (FsActionProto)
public FsImageProto.INodeSection.AclFeatureProto.Builder addEntries(int value)
repeated fixed32 entries = 2 [packed = true];
An ACL entry is represented by a 32-bit integer in Big Endian format. The bits can be divided in four segments: [0:2) || [2:26) || [26:27) || [27:29) || [29:32) [0:2) -- reserved for futute uses. [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- the scope of the entry (AclEntryScopeProto) [27:29) -- the type of the entry (AclEntryTypeProto) [29:32) -- the permission of the entry (FsActionProto)
public FsImageProto.INodeSection.AclFeatureProto.Builder addAllEntries(Iterable<? extends Integer> values)
repeated fixed32 entries = 2 [packed = true];
An ACL entry is represented by a 32-bit integer in Big Endian format. The bits can be divided in four segments: [0:2) || [2:26) || [26:27) || [27:29) || [29:32) [0:2) -- reserved for futute uses. [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- the scope of the entry (AclEntryScopeProto) [27:29) -- the type of the entry (AclEntryTypeProto) [29:32) -- the permission of the entry (FsActionProto)
public FsImageProto.INodeSection.AclFeatureProto.Builder clearEntries()
repeated fixed32 entries = 2 [packed = true];
An ACL entry is represented by a 32-bit integer in Big Endian format. The bits can be divided in four segments: [0:2) || [2:26) || [26:27) || [27:29) || [29:32) [0:2) -- reserved for futute uses. [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- the scope of the entry (AclEntryScopeProto) [27:29) -- the type of the entry (AclEntryTypeProto) [29:32) -- the permission of the entry (FsActionProto)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.