public class NodeData<K,V> extends Object implements Externalizable
Constructor and Description |
---|
NodeData() |
NodeData(Fqn fqn) |
NodeData(Fqn fqn,
Map<K,V> attrs,
boolean mapSafe) |
NodeData(String fqn,
Map<K,V> attrs,
boolean mapSafe) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<K,V> |
getAttributes() |
Fqn |
getFqn() |
int |
hashCode() |
boolean |
isExceptionMarker() |
boolean |
isMarker() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public NodeData()
public NodeData(Fqn fqn)
public Fqn getFqn()
public boolean isMarker()
public boolean isExceptionMarker()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.