public static interface Tikvpb.BatchCommandsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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%.
|
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;int getRequestIdsCount()
repeated uint64 request_ids = 2;long getRequestIds(int index)
repeated uint64 request_ids = 2;long getTransportLayerLoad()
280 means TiKV gRPC cpu usage is 280%.
uint64 transport_layer_load = 3;Copyright © 2023 PingCAP. All rights reserved.