java.io.Serializable@Private
@Evolving
public class UnregisteredNodeException
extends java.io.IOException
| Constructor | Description |
|---|---|
UnregisteredNodeException(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID,
org.apache.hadoop.hdfs.protocol.DatanodeInfo storedNode) |
The exception is thrown if a different data-node claims the same
storage id as the existing one.
|
UnregisteredNodeException(JournalInfo info) |
|
UnregisteredNodeException(NodeRegistration nodeReg) |
public UnregisteredNodeException(JournalInfo info)
public UnregisteredNodeException(NodeRegistration nodeReg)
public UnregisteredNodeException(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID,
org.apache.hadoop.hdfs.protocol.DatanodeInfo storedNode)
nodeID - unregistered data-nodestoredNode - data-node stored in the system with this storage idCopyright © 2008–2025 Apache Software Foundation. All rights reserved.