| Type | Name and description |
|---|---|
T |
nodeMetaData |
Object |
nodeMetaData |
| Constructor and description |
|---|
NodeMetaDataHandlerHelper
(NodeMetaDataHandler delegate) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
copyNodeMetaData(NodeMetaDataHandler other)Copies all node meta data from the other node to this one |
<T> |
T |
getNodeMetaData(Object key)Gets the node meta data. |
|
Map<?, ?> |
getNodeMetaData()Returns an unmodifiable view of the current node metadata. |
|
Object |
putNodeMetaData(Object key, Object value)Sets the node meta data but allows overwriting values. |
|
void |
removeNodeMetaData(Object key)Removes a node meta data entry. |
|
void |
setNodeMetaData(Object key, Object value)Sets the node meta data. |
Copies all node meta data from the other node to this one
other - - the other nodeGets the node meta data.
key - - the meta data keyReturns an unmodifiable view of the current node metadata.
Sets the node meta data but allows overwriting values.
key - - the meta data keyvalue - - the meta data valueRemoves a node meta data entry.
key - - the meta data keyCopyright © 2003-2017 The Apache Software Foundation. All rights reserved.