Package io.dingodb.coordinator
Interface Coordinator.GetStoreMapRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.GetStoreMapRequest,Coordinator.GetStoreMapRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.GetStoreMapRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetEpoch()int64 epoch = 2;getFilterStoreTypes(int index) if filter_store_types is not empty, only return the store with the store type in filter_store_typesintif filter_store_types is not empty, only return the store with the store type in filter_store_typesif filter_store_types is not empty, only return the store with the store type in filter_store_typesintgetFilterStoreTypesValue(int index) if filter_store_types is not empty, only return the store with the store type in filter_store_typesif filter_store_types is not empty, only return the store with the store type in filter_store_types.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;boolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
getEpoch
long getEpoch()int64 epoch = 2;- Returns:
- The epoch.
-
getFilterStoreTypesList
List<Common.StoreType> getFilterStoreTypesList()if filter_store_types is not empty, only return the store with the store type in filter_store_types
repeated .dingodb.pb.common.StoreType filter_store_types = 3;- Returns:
- A list containing the filterStoreTypes.
-
getFilterStoreTypesCount
int getFilterStoreTypesCount()if filter_store_types is not empty, only return the store with the store type in filter_store_types
repeated .dingodb.pb.common.StoreType filter_store_types = 3;- Returns:
- The count of filterStoreTypes.
-
getFilterStoreTypes
if filter_store_types is not empty, only return the store with the store type in filter_store_types
repeated .dingodb.pb.common.StoreType filter_store_types = 3;- Parameters:
index- The index of the element to return.- Returns:
- The filterStoreTypes at the given index.
-
getFilterStoreTypesValueList
if filter_store_types is not empty, only return the store with the store type in filter_store_types
repeated .dingodb.pb.common.StoreType filter_store_types = 3;- Returns:
- A list containing the enum numeric values on the wire for filterStoreTypes.
-
getFilterStoreTypesValue
int getFilterStoreTypesValue(int index) if filter_store_types is not empty, only return the store with the store type in filter_store_types
repeated .dingodb.pb.common.StoreType filter_store_types = 3;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of filterStoreTypes at the given index.
-