org.apache.hadoop.hdfs.server.datanode
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
public class ReplicaNotFoundException
- extends IOException
Exception indicating that DataNode does not have a replica
that matches the target block.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NON_RBW_REPLICA
public static final String NON_RBW_REPLICA
- See Also:
- Constant Field Values
UNFINALIZED_REPLICA
public static final String UNFINALIZED_REPLICA
- See Also:
- Constant Field Values
UNFINALIZED_AND_NONRBW_REPLICA
public static final String UNFINALIZED_AND_NONRBW_REPLICA
- See Also:
- Constant Field Values
NON_EXISTENT_REPLICA
public static final String NON_EXISTENT_REPLICA
- See Also:
- Constant Field Values
UNEXPECTED_GS_REPLICA
public static final String UNEXPECTED_GS_REPLICA
- See Also:
- Constant Field Values
ReplicaNotFoundException
public ReplicaNotFoundException()
ReplicaNotFoundException
public ReplicaNotFoundException(org.apache.hadoop.hdfs.protocol.ExtendedBlock b)
ReplicaNotFoundException
public ReplicaNotFoundException(String msg)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.