public class ReplicaNotFoundException extends IOException
| Modifier and Type | Field and Description | 
|---|---|
| static String | NON_EXISTENT_REPLICA | 
| static String | NON_RBW_REPLICA | 
| static String | POSSIBLE_ROOT_CAUSE_MSG | 
| static String | UNEXPECTED_GS_REPLICA | 
| static String | UNFINALIZED_AND_NONRBW_REPLICA | 
| static String | UNFINALIZED_REPLICA | 
| Constructor and Description | 
|---|
| ReplicaNotFoundException() | 
| ReplicaNotFoundException(org.apache.hadoop.hdfs.protocol.ExtendedBlock b) | 
| ReplicaNotFoundException(String msg) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String NON_RBW_REPLICA
public static final String UNFINALIZED_REPLICA
public static final String UNFINALIZED_AND_NONRBW_REPLICA
public static final String NON_EXISTENT_REPLICA
public static final String UNEXPECTED_GS_REPLICA
public static final String POSSIBLE_ROOT_CAUSE_MSG
public ReplicaNotFoundException()
public ReplicaNotFoundException(org.apache.hadoop.hdfs.protocol.ExtendedBlock b)
public ReplicaNotFoundException(String msg)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.