@InterfaceAudience.Private @InterfaceStability.Evolving public class UnregisteredNodeException extends IOException
Constructor and Description |
---|
UnregisteredNodeException(DatanodeID nodeID,
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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnregisteredNodeException(JournalInfo info)
public UnregisteredNodeException(NodeRegistration nodeReg)
public UnregisteredNodeException(DatanodeID nodeID, DatanodeInfo storedNode)
nodeID
- unregistered data-nodestoredNode
- data-node stored in the system with this storage idCopyright © 2013 Apache Software Foundation. All rights reserved.