Uses of Class
io.dingodb.common.Common.StoreOwnMetrics
Packages that use Common.StoreOwnMetrics
Package
Description
-
Uses of Common.StoreOwnMetrics in io.dingodb.common
Methods in io.dingodb.common that return Common.StoreOwnMetricsModifier and TypeMethodDescriptionCommon.StoreOwnMetrics.Builder.build()Common.StoreOwnMetrics.Builder.buildPartial()static Common.StoreOwnMetricsCommon.StoreOwnMetrics.getDefaultInstance()Common.StoreOwnMetrics.Builder.getDefaultInstanceForType()Common.StoreOwnMetrics.getDefaultInstanceForType()Common.StoreMetrics.Builder.getStoreOwnMetrics()store own metricsCommon.StoreMetrics.getStoreOwnMetrics()store own metricsCommon.StoreMetricsOrBuilder.getStoreOwnMetrics()store own metricsstatic Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseDelimitedFrom(InputStream input) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(byte[] data) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(com.google.protobuf.ByteString data) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(com.google.protobuf.CodedInputStream input) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(InputStream input) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(ByteBuffer data) static Common.StoreOwnMetricsCommon.StoreOwnMetrics.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.StoreOwnMetricsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.StoreOwnMetrics>Common.StoreOwnMetrics.getParserForType()static com.google.protobuf.Parser<Common.StoreOwnMetrics>Common.StoreOwnMetrics.parser()Methods in io.dingodb.common with parameters of type Common.StoreOwnMetricsModifier and TypeMethodDescriptionCommon.StoreOwnMetrics.Builder.mergeFrom(Common.StoreOwnMetrics other) Common.StoreMetrics.Builder.mergeStoreOwnMetrics(Common.StoreOwnMetrics value) store own metricsCommon.StoreOwnMetrics.newBuilder(Common.StoreOwnMetrics prototype) Common.StoreMetrics.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics value) store own metrics -
Uses of Common.StoreOwnMetrics in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.StoreOwnMetricsModifier and TypeMethodDescriptionCoordinator.GetStoreOwnMetricsResponse.Builder.getStoreOwnMetrics(int index) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.getStoreOwnMetrics(int index) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponseOrBuilder.getStoreOwnMetrics(int index) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Methods in io.dingodb.coordinator that return types with arguments of type Common.StoreOwnMetricsModifier and TypeMethodDescriptionCoordinator.GetStoreOwnMetricsResponse.Builder.getStoreOwnMetricsList()repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.getStoreOwnMetricsList()repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponseOrBuilder.getStoreOwnMetricsList()repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Methods in io.dingodb.coordinator with parameters of type Common.StoreOwnMetricsModifier and TypeMethodDescriptionCoordinator.GetStoreOwnMetricsResponse.Builder.addStoreOwnMetrics(int index, Common.StoreOwnMetrics value) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.Builder.addStoreOwnMetrics(Common.StoreOwnMetrics value) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.Builder.setStoreOwnMetrics(int index, Common.StoreOwnMetrics value) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Method parameters in io.dingodb.coordinator with type arguments of type Common.StoreOwnMetricsModifier and TypeMethodDescriptionCoordinator.GetStoreOwnMetricsResponse.Builder.addAllStoreOwnMetrics(Iterable<? extends Common.StoreOwnMetrics> values) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3; -
Uses of Common.StoreOwnMetrics in io.dingodb.document
Methods in io.dingodb.document that return Common.StoreOwnMetricsModifier and TypeMethodDescriptionDocument.HelloResponse.Builder.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Document.HelloResponse.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Document.HelloResponseOrBuilder.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Methods in io.dingodb.document with parameters of type Common.StoreOwnMetricsModifier and TypeMethodDescriptionDocument.HelloResponse.Builder.mergeStoreOwnMetrics(Common.StoreOwnMetrics value) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Document.HelloResponse.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics value) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7; -
Uses of Common.StoreOwnMetrics in io.dingodb.index
Methods in io.dingodb.index that return Common.StoreOwnMetricsModifier and TypeMethodDescriptionIndex.HelloResponse.Builder.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Index.HelloResponse.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Index.HelloResponseOrBuilder.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Methods in io.dingodb.index with parameters of type Common.StoreOwnMetricsModifier and TypeMethodDescriptionIndex.HelloResponse.Builder.mergeStoreOwnMetrics(Common.StoreOwnMetrics value) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Index.HelloResponse.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics value) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7; -
Uses of Common.StoreOwnMetrics in io.dingodb.store
Methods in io.dingodb.store that return Common.StoreOwnMetricsModifier and TypeMethodDescriptionStore.HelloResponse.Builder.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Store.HelloResponse.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Store.HelloResponseOrBuilder.getStoreOwnMetrics().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Methods in io.dingodb.store with parameters of type Common.StoreOwnMetricsModifier and TypeMethodDescriptionStore.HelloResponse.Builder.mergeStoreOwnMetrics(Common.StoreOwnMetrics value) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Store.HelloResponse.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics value) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;