public static interface Kvrpcpb.GetLockWaitInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DeadlockOuterClass.WaitForEntry |
getEntries(int index)
repeated .deadlock.WaitForEntry entries = 3; |
int |
getEntriesCount()
repeated .deadlock.WaitForEntry entries = 3; |
List<DeadlockOuterClass.WaitForEntry> |
getEntriesList()
repeated .deadlock.WaitForEntry entries = 3; |
DeadlockOuterClass.WaitForEntryOrBuilder |
getEntriesOrBuilder(int index)
repeated .deadlock.WaitForEntry entries = 3; |
List<? extends DeadlockOuterClass.WaitForEntryOrBuilder> |
getEntriesOrBuilderList()
repeated .deadlock.WaitForEntry entries = 3; |
String |
getError()
string error = 2; |
com.google.protobuf.ByteString |
getErrorBytes()
string error = 2; |
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 1; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 1; |
boolean |
hasRegionError()
.errorpb.Error region_error = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRegionError()
.errorpb.Error region_error = 1;
Errorpb.Error getRegionError()
.errorpb.Error region_error = 1;
Errorpb.ErrorOrBuilder getRegionErrorOrBuilder()
.errorpb.Error region_error = 1;
String getError()
string error = 2;
com.google.protobuf.ByteString getErrorBytes()
string error = 2;
List<DeadlockOuterClass.WaitForEntry> getEntriesList()
repeated .deadlock.WaitForEntry entries = 3;
DeadlockOuterClass.WaitForEntry getEntries(int index)
repeated .deadlock.WaitForEntry entries = 3;
int getEntriesCount()
repeated .deadlock.WaitForEntry entries = 3;
List<? extends DeadlockOuterClass.WaitForEntryOrBuilder> getEntriesOrBuilderList()
repeated .deadlock.WaitForEntry entries = 3;
DeadlockOuterClass.WaitForEntryOrBuilder getEntriesOrBuilder(int index)
repeated .deadlock.WaitForEntry entries = 3;
Copyright © 2024 PingCAP. All rights reserved.