public static final class FsImageProto.INodeSection.AclFeatureProto.Builder extends <any> implements FsImageProto.INodeSection.AclFeatureProtoOrBuilder
hadoop.hdfs.fsimage.INodeSection.AclFeatureProto
Modifier and Type | Method and Description |
---|---|
FsImageProto.INodeSection.AclFeatureProto.Builder |
addAllEntries(Iterable<? extends Integer> values)
An ACL entry is represented by a 32-bit integer in Big Endian
format.
|
FsImageProto.INodeSection.AclFeatureProto.Builder |
addEntries(int value)
An ACL entry is represented by a 32-bit integer in Big Endian
format.
|
FsImageProto.INodeSection.AclFeatureProto.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.INodeSection.AclFeatureProto |
build() |
FsImageProto.INodeSection.AclFeatureProto |
buildPartial() |
FsImageProto.INodeSection.AclFeatureProto.Builder |
clear() |
FsImageProto.INodeSection.AclFeatureProto.Builder |
clearEntries()
An ACL entry is represented by a 32-bit integer in Big Endian
format.
|
FsImageProto.INodeSection.AclFeatureProto.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
clone() |
FsImageProto.INodeSection.AclFeatureProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getEntries(int index)
An ACL entry is represented by a 32-bit integer in Big Endian
format.
|
int |
getEntriesCount()
An ACL entry is represented by a 32-bit integer in Big Endian
format.
|
List<Integer> |
getEntriesList()
An ACL entry is represented by a 32-bit integer in Big Endian
format.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FsImageProto.INodeSection.AclFeatureProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
mergeFrom(FsImageProto.INodeSection.AclFeatureProto other) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
setEntries(int index,
int value)
An ACL entry is represented by a 32-bit integer in Big Endian
format.
|
FsImageProto.INodeSection.AclFeatureProto.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FsImageProto.INodeSection.AclFeatureProto.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public FsImageProto.INodeSection.AclFeatureProto.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.INodeSection.AclFeatureProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.INodeSection.AclFeatureProto build()
public FsImageProto.INodeSection.AclFeatureProto buildPartial()
public FsImageProto.INodeSection.AclFeatureProto.Builder clone()
public FsImageProto.INodeSection.AclFeatureProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public FsImageProto.INodeSection.AclFeatureProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public FsImageProto.INodeSection.AclFeatureProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public FsImageProto.INodeSection.AclFeatureProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public FsImageProto.INodeSection.AclFeatureProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public FsImageProto.INodeSection.AclFeatureProto.Builder mergeFrom(com.google.protobuf.Message other)
public FsImageProto.INodeSection.AclFeatureProto.Builder mergeFrom(FsImageProto.INodeSection.AclFeatureProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public FsImageProto.INodeSection.AclFeatureProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public List<Integer> getEntriesList()
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 future 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)
repeated fixed32 entries = 2 [packed = true];
getEntriesList
in interface FsImageProto.INodeSection.AclFeatureProtoOrBuilder
public int getEntriesCount()
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 future 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)
repeated fixed32 entries = 2 [packed = true];
getEntriesCount
in interface FsImageProto.INodeSection.AclFeatureProtoOrBuilder
public int getEntries(int index)
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 future 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)
repeated fixed32 entries = 2 [packed = true];
getEntries
in interface FsImageProto.INodeSection.AclFeatureProtoOrBuilder
public FsImageProto.INodeSection.AclFeatureProto.Builder setEntries(int index, int value)
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 future 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)
repeated fixed32 entries = 2 [packed = true];
public FsImageProto.INodeSection.AclFeatureProto.Builder addEntries(int value)
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 future 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)
repeated fixed32 entries = 2 [packed = true];
public FsImageProto.INodeSection.AclFeatureProto.Builder addAllEntries(Iterable<? extends Integer> values)
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 future 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)
repeated fixed32 entries = 2 [packed = true];
public FsImageProto.INodeSection.AclFeatureProto.Builder clearEntries()
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 future 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)
repeated fixed32 entries = 2 [packed = true];
public final FsImageProto.INodeSection.AclFeatureProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final FsImageProto.INodeSection.AclFeatureProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.