public static interface Tikvpb.BatchCommandsRequestOrBuilder
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.BatchCommandsRequest.Request |
getRequests(int index)
repeated .tikvpb.BatchCommandsRequest.Request requests = 1; |
int |
getRequestsCount()
repeated .tikvpb.BatchCommandsRequest.Request requests = 1; |
List<Tikvpb.BatchCommandsRequest.Request> |
getRequestsList()
repeated .tikvpb.BatchCommandsRequest.Request requests = 1; |
Tikvpb.BatchCommandsRequest.RequestOrBuilder |
getRequestsOrBuilder(int index)
repeated .tikvpb.BatchCommandsRequest.Request requests = 1; |
List<? extends Tikvpb.BatchCommandsRequest.RequestOrBuilder> |
getRequestsOrBuilderList()
repeated .tikvpb.BatchCommandsRequest.Request requests = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Tikvpb.BatchCommandsRequest.Request> getRequestsList()
repeated .tikvpb.BatchCommandsRequest.Request requests = 1;
Tikvpb.BatchCommandsRequest.Request getRequests(int index)
repeated .tikvpb.BatchCommandsRequest.Request requests = 1;
int getRequestsCount()
repeated .tikvpb.BatchCommandsRequest.Request requests = 1;
List<? extends Tikvpb.BatchCommandsRequest.RequestOrBuilder> getRequestsOrBuilderList()
repeated .tikvpb.BatchCommandsRequest.Request requests = 1;
Tikvpb.BatchCommandsRequest.RequestOrBuilder getRequestsOrBuilder(int index)
repeated .tikvpb.BatchCommandsRequest.Request requests = 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.Copyright © 2024 PingCAP. All rights reserved.