public class ReplicaNotFoundException extends IOException
Modifier and Type | Field and Description |
---|---|
static String |
NON_EXISTENT_REPLICA |
static String |
NON_RBW_REPLICA |
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, toString
public 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 ReplicaNotFoundException()
public ReplicaNotFoundException(org.apache.hadoop.hdfs.protocol.ExtendedBlock b)
public ReplicaNotFoundException(String msg)
Copyright © 2018 Apache Software Foundation. All Rights Reserved.