Uses of Class
org.apache.hadoop.hdfs.util.XMLUtils.Stanza
Packages that use XMLUtils.Stanza
-
Uses of XMLUtils.Stanza in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type XMLUtils.StanzaModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.BlockFSEditLogOp.blockFromXml(XMLUtils.Stanza st) voidFSEditLogOp.decodeXml(XMLUtils.Stanza st) static org.apache.hadoop.security.token.delegation.DelegationKeyFSEditLogOp.delegationKeyFromXml(XMLUtils.Stanza st) static org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifierFSEditLogOp.delegationTokenFromXml(XMLUtils.Stanza st) static org.apache.hadoop.fs.permission.FsPermissionFSEditLogOp.fsPermissionFromXml(XMLUtils.Stanza st) static org.apache.hadoop.fs.permission.PermissionStatusFSEditLogOp.permissionStatusFromXml(XMLUtils.Stanza st) static org.apache.hadoop.hdfs.protocol.CacheDirectiveInfoFSImageSerialization.readCacheDirectiveInfo(XMLUtils.Stanza st) static org.apache.hadoop.hdfs.protocol.CachePoolInfoFSImageSerialization.readCachePoolInfo(XMLUtils.Stanza st) -
Uses of XMLUtils.Stanza in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util that return types with arguments of type XMLUtils.StanzaModifier and TypeMethodDescriptionXMLUtils.Stanza.getChildren(String name) Pull an entry from a stanza.Methods in org.apache.hadoop.hdfs.util with parameters of type XMLUtils.StanzaModifier and TypeMethodDescriptionvoidXMLUtils.Stanza.addChild(String name, XMLUtils.Stanza child) Add an entry to a stanza.