@InterfaceAudience.Public @InterfaceStability.Evolving public class HBaseSnapshotException extends DoNotRetryIOException
构造器和说明 |
---|
HBaseSnapshotException(String message)
Some exception happened for a snapshot and don't even know the snapshot that it was about.
|
HBaseSnapshotException(String message,
Exception e)
Exception when the description of the snapshot cannot be determined, due to some root other
root cause.
|
HBaseSnapshotException(String message,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
已过时。
since 1.3.0, will be removed in 3.0.0
|
HBaseSnapshotException(String message,
Throwable cause,
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
已过时。
since 1.3.0, will be removed in 3.0.0
|
限定符和类型 | 方法和说明 |
---|---|
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription |
getSnapshotDescription()
已过时。
since 1.3.0, will be removed in 3.0.0
|
public HBaseSnapshotException(String message)
message
- the full description of the failure@Deprecated public HBaseSnapshotException(String message, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message
- the reason why the snapshot failedsnapshotDescription
- the description of the snapshot that is failing@Deprecated public HBaseSnapshotException(String message, Throwable cause, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription snapshotDescription)
message
- the reason why the snapshot failedcause
- the root cause of the failuresnapshotDescription
- the description of the snapshot that is being failed@Deprecated public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription getSnapshotDescription()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.