public static interface CoprocessorV2.RawCoprocessorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getData()
bytes data = 1; |
String |
getOtherError()
Error message for cases like if no coprocessor with a matching name is found
or on a version mismatch between plugin_api and the coprocessor.
|
com.google.protobuf.ByteString |
getOtherErrorBytes()
Error message for cases like if no coprocessor with a matching name is found
or on a version mismatch between plugin_api and the coprocessor.
|
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 2; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 2; |
boolean |
hasRegionError()
.errorpb.Error region_error = 2; |
com.google.protobuf.ByteString getData()
bytes data = 1;boolean hasRegionError()
.errorpb.Error region_error = 2;Errorpb.Error getRegionError()
.errorpb.Error region_error = 2;Errorpb.ErrorOrBuilder getRegionErrorOrBuilder()
.errorpb.Error region_error = 2;String getOtherError()
Error message for cases like if no coprocessor with a matching name is found or on a version mismatch between plugin_api and the coprocessor.
string other_error = 4;com.google.protobuf.ByteString getOtherErrorBytes()
Error message for cases like if no coprocessor with a matching name is found or on a version mismatch between plugin_api and the coprocessor.
string other_error = 4;Copyright © 2022 PingCAP. All rights reserved.