@InterfaceAudience.Public @InterfaceStability.Evolving public class RowError extends Object
Modifier and Type | Method and Description |
---|---|
Status |
getErrorStatus()
Get the status code and message of the row error.
|
String |
getMessage()
Deprecated.
Please use getErrorStatus() instead. Will be removed in a future version.
|
Operation |
getOperation()
Get the Operation that failed.
|
String |
getStatus()
Deprecated.
Please use getErrorStatus() instead. Will be removed in a future version.
|
String |
getTsUUID()
Get the identifier of the tablet server that sent the error.
|
String |
toString() |
public Status getErrorStatus()
@Deprecated public String getStatus()
@Deprecated public String getMessage()
public Operation getOperation()
public String getTsUUID()
null
if the failure occurred before sending the row
to a tablet server (for instance, if the row falls in a non-covered range partition).Copyright © 2018 The Apache Software Foundation. All rights reserved.