Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.util |
Modifier and Type | Method and Description |
---|---|
static Block |
FSEditLogOp.blockFromXml(XMLUtils.Stanza st) |
void |
FSEditLogOp.decodeXml(XMLUtils.Stanza st) |
static DelegationKey |
FSEditLogOp.delegationKeyFromXml(XMLUtils.Stanza st) |
static DelegationTokenIdentifier |
FSEditLogOp.delegationTokenFromXml(XMLUtils.Stanza st) |
static PermissionStatus |
FSEditLogOp.permissionStatusFromXml(XMLUtils.Stanza st) |
Modifier and Type | Method and Description |
---|---|
List<XMLUtils.Stanza> |
XMLUtils.Stanza.getChildren(String name)
Pull an entry from a stanza.
|
String |
XMLUtils.Stanza.getValue(String name)
Pull a string entry from a stanza.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.