Package io.dingodb.coordinator
Interface Coordinator.StoreHeartbeatRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.StoreHeartbeatRequest,Coordinator.StoreHeartbeatRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.StoreHeartbeatRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;longstoremap epoch in this StoregetStore()self store infoself store metricsself store metricsself store infoboolean.dingodb.pb.common.RequestInfo request_info = 1;booleanhasStore()self store infobooleanself store metricsMethods 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; -
getSelfStoremapEpoch
long getSelfStoremapEpoch()storemap epoch in this Store
int64 self_storemap_epoch = 2;- Returns:
- The selfStoremapEpoch.
-
hasStore
boolean hasStore()self store info
.dingodb.pb.common.Store store = 3;- Returns:
- Whether the store field is set.
-
getStore
Common.Store getStore()self store info
.dingodb.pb.common.Store store = 3;- Returns:
- The store.
-
getStoreOrBuilder
Common.StoreOrBuilder getStoreOrBuilder()self store info
.dingodb.pb.common.Store store = 3; -
hasStoreMetrics
boolean hasStoreMetrics()self store metrics
.dingodb.pb.common.StoreMetrics store_metrics = 4;- Returns:
- Whether the storeMetrics field is set.
-
getStoreMetrics
Common.StoreMetrics getStoreMetrics()self store metrics
.dingodb.pb.common.StoreMetrics store_metrics = 4;- Returns:
- The storeMetrics.
-
getStoreMetricsOrBuilder
Common.StoreMetricsOrBuilder getStoreMetricsOrBuilder()self store metrics
.dingodb.pb.common.StoreMetrics store_metrics = 4;
-