public static interface ImportKvpb.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ImportKvpb.Error.EngineNotFound |
getEngineNotFound()
This can happen if the client hasn't opened the engine, or the server
restarts while the client is writing or closing.
|
ImportKvpb.Error.EngineNotFoundOrBuilder |
getEngineNotFoundOrBuilder()
This can happen if the client hasn't opened the engine, or the server
restarts while the client is writing or closing.
|
boolean |
hasEngineNotFound()
This can happen if the client hasn't opened the engine, or the server
restarts while the client is writing or closing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasEngineNotFound()
This can happen if the client hasn't opened the engine, or the server restarts while the client is writing or closing. An unclosed engine will be removed on server restart, so the client should not continue but restart the previous job in that case.
.import_kvpb.Error.EngineNotFound engine_not_found = 1;
ImportKvpb.Error.EngineNotFound getEngineNotFound()
This can happen if the client hasn't opened the engine, or the server restarts while the client is writing or closing. An unclosed engine will be removed on server restart, so the client should not continue but restart the previous job in that case.
.import_kvpb.Error.EngineNotFound engine_not_found = 1;
ImportKvpb.Error.EngineNotFoundOrBuilder getEngineNotFoundOrBuilder()
This can happen if the client hasn't opened the engine, or the server restarts while the client is writing or closing. An unclosed engine will be removed on server restart, so the client should not continue but restart the previous job in that case.
.import_kvpb.Error.EngineNotFound engine_not_found = 1;
Copyright © 2024 PingCAP. All rights reserved.