Class ReplicaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.datanode.ReplicaNotFoundException
- All Implemented Interfaces:
Serializable
Exception indicating that DataNode does not have a replica
that matches the target block.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NON_RBW_REPLICA
- See Also:
-
UNFINALIZED_REPLICA
- See Also:
-
UNFINALIZED_AND_NONRBW_REPLICA
- See Also:
-
NON_EXISTENT_REPLICA
- See Also:
-
UNEXPECTED_GS_REPLICA
- See Also:
-
POSSIBLE_ROOT_CAUSE_MSG
- See Also:
-
-
Constructor Details
-
ReplicaNotFoundException
public ReplicaNotFoundException() -
ReplicaNotFoundException
-
ReplicaNotFoundException
-