public static interface FsImageProto.INodeSection.AclFeatureProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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];
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];
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];
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.