public static interface Tikvpb.BatchCommandsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getRequestIds(int index)
repeated uint64 request_ids = 2; |
int |
getRequestIdsCount()
repeated uint64 request_ids = 2; |
List<Long> |
getRequestIdsList()
repeated uint64 request_ids = 2; |
Tikvpb.BatchCommandsResponse.Response |
getResponses(int index)
repeated .tikvpb.BatchCommandsResponse.Response responses = 1; |
int |
getResponsesCount()
repeated .tikvpb.BatchCommandsResponse.Response responses = 1; |
List<Tikvpb.BatchCommandsResponse.Response> |
getResponsesList()
repeated .tikvpb.BatchCommandsResponse.Response responses = 1; |
Tikvpb.BatchCommandsResponse.ResponseOrBuilder |
getResponsesOrBuilder(int index)
repeated .tikvpb.BatchCommandsResponse.Response responses = 1; |
List<? extends Tikvpb.BatchCommandsResponse.ResponseOrBuilder> |
getResponsesOrBuilderList()
repeated .tikvpb.BatchCommandsResponse.Response responses = 1; |
long |
getTransportLayerLoad()
280 means TiKV gRPC cpu usage is 280%.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Tikvpb.BatchCommandsResponse.Response> getResponsesList()
repeated .tikvpb.BatchCommandsResponse.Response responses = 1;
Tikvpb.BatchCommandsResponse.Response getResponses(int index)
repeated .tikvpb.BatchCommandsResponse.Response responses = 1;
int getResponsesCount()
repeated .tikvpb.BatchCommandsResponse.Response responses = 1;
List<? extends Tikvpb.BatchCommandsResponse.ResponseOrBuilder> getResponsesOrBuilderList()
repeated .tikvpb.BatchCommandsResponse.Response responses = 1;
Tikvpb.BatchCommandsResponse.ResponseOrBuilder getResponsesOrBuilder(int index)
repeated .tikvpb.BatchCommandsResponse.Response responses = 1;
List<Long> getRequestIdsList()
repeated uint64 request_ids = 2;
int getRequestIdsCount()
repeated uint64 request_ids = 2;
long getRequestIds(int index)
repeated uint64 request_ids = 2;
index
- The index of the element to return.long getTransportLayerLoad()
280 means TiKV gRPC cpu usage is 280%.
uint64 transport_layer_load = 3;
Copyright © 2024 PingCAP. All rights reserved.