public static interface FsImageProto.INodeSection.XAttrCompactProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getName()
[0:2) -- the namespace of XAttr (XAttrNamespaceProto)
[2:26) -- the name of the entry, which is an ID that points to a
string in the StringTableSection.
|
org.apache.hadoop.thirdparty.protobuf.ByteString |
getValue()
optional bytes value = 2; |
boolean |
hasName()
[0:2) -- the namespace of XAttr (XAttrNamespaceProto)
[2:26) -- the name of the entry, which is an ID that points to a
string in the StringTableSection.
|
boolean |
hasValue()
optional bytes value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
[0:2) -- the namespace of XAttr (XAttrNamespaceProto) [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- namespace extension. Originally there were only 4 namespaces so only 2 bits were needed. At that time, this bit was reserved. When a 5th namespace was created (raw) this bit became used as a 3rd namespace bit. [27:32) -- reserved for future uses.
required fixed32 name = 1;
int getName()
[0:2) -- the namespace of XAttr (XAttrNamespaceProto) [2:26) -- the name of the entry, which is an ID that points to a string in the StringTableSection. [26:27) -- namespace extension. Originally there were only 4 namespaces so only 2 bits were needed. At that time, this bit was reserved. When a 5th namespace was created (raw) this bit became used as a 3rd namespace bit. [27:32) -- reserved for future uses.
required fixed32 name = 1;
boolean hasValue()
optional bytes value = 2;
org.apache.hadoop.thirdparty.protobuf.ByteString getValue()
optional bytes value = 2;
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.