Uses of Class
org.apache.hadoop.hdfs.util.XMLUtils.InvalidXmlException
Packages that use XMLUtils.InvalidXmlException
-
Uses of XMLUtils.InvalidXmlException in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that throw XMLUtils.InvalidXmlExceptionModifier 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.InvalidXmlException in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util that throw XMLUtils.InvalidXmlExceptionModifier and TypeMethodDescriptionXMLUtils.Stanza.getChildren(String name) Pull an entry from a stanza.Pull a string entry from a stanza.XMLUtils.Stanza.getValueOrNull(String name) Pull a string entry from a stanza, or null.