Uses of Class
io.dingodb.common.Common.StoreOwnMetrics.Builder
Packages that use Common.StoreOwnMetrics.Builder
Package
Description
-
Uses of Common.StoreOwnMetrics.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionCommon.StoreOwnMetrics.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.StoreOwnMetrics.Builder.clear()Common.StoreOwnMetrics.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.StoreOwnMetrics.Builder.clearId()store idCommon.StoreOwnMetrics.Builder.clearIsReadyOnly()is read onlyCommon.StoreOwnMetrics.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.StoreOwnMetrics.Builder.clearProcessUsedCapacity()free capacity of this store , NOT IMPLEMENTEDCommon.StoreOwnMetrics.Builder.clearProcessUsedCpu()cpu usage of this store process, this value / 100 is the real cpu usage percentCommon.StoreOwnMetrics.Builder.clearProcessUsedMemory()total used memory of this store processCommon.StoreOwnMetrics.Builder.clearReadOnlyReason()read only reasonCommon.StoreOwnMetrics.Builder.clearSystemAvailableMemory()available memory of the host this store process running onCommon.StoreOwnMetrics.Builder.clearSystemBufferMemory()buffer memory of the host this store process running onCommon.StoreOwnMetrics.Builder.clearSystemCachedMemory()cache memory of the host this store process running onCommon.StoreOwnMetrics.Builder.clearSystemCpuUsage()cpu usage of this store processCommon.StoreOwnMetrics.Builder.clearSystemFreeCapacity()free capacity of this storeCommon.StoreOwnMetrics.Builder.clearSystemFreeMemory()total free memory of the host this store process running onCommon.StoreOwnMetrics.Builder.clearSystemFreeSwap()total free swap of the host this store process running onCommon.StoreOwnMetrics.Builder.clearSystemIoUtil()io utilization of the host this store process running on , NOT IMPLEMENTEDCommon.StoreOwnMetrics.Builder.clearSystemSharedMemory()shared memory of the host this store process running onCommon.StoreOwnMetrics.Builder.clearSystemTotalCapacity()total capacity of this storeCommon.StoreOwnMetrics.Builder.clearSystemTotalMemory()total memory of the host this store process running onCommon.StoreOwnMetrics.Builder.clearSystemTotalSwap()total swap of the host this store process running onCommon.StoreOwnMetrics.Builder.clone()Common.StoreMetrics.Builder.getStoreOwnMetricsBuilder()store own metricsCommon.StoreOwnMetrics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.StoreOwnMetrics.Builder.mergeFrom(com.google.protobuf.Message other) Common.StoreOwnMetrics.Builder.mergeFrom(Common.StoreOwnMetrics other) Common.StoreOwnMetrics.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.StoreOwnMetrics.newBuilder()Common.StoreOwnMetrics.newBuilder(Common.StoreOwnMetrics prototype) Common.StoreOwnMetrics.newBuilderForType()protected Common.StoreOwnMetrics.BuilderCommon.StoreOwnMetrics.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.StoreOwnMetrics.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.StoreOwnMetrics.Builder.setId(long value) store idCommon.StoreOwnMetrics.Builder.setIsReadyOnly(boolean value) is read onlyCommon.StoreOwnMetrics.Builder.setProcessUsedCapacity(long value) free capacity of this store , NOT IMPLEMENTEDCommon.StoreOwnMetrics.Builder.setProcessUsedCpu(long value) cpu usage of this store process, this value / 100 is the real cpu usage percentCommon.StoreOwnMetrics.Builder.setProcessUsedMemory(long value) total used memory of this store processCommon.StoreOwnMetrics.Builder.setReadOnlyReason(String value) read only reasonCommon.StoreOwnMetrics.Builder.setReadOnlyReasonBytes(com.google.protobuf.ByteString value) read only reasonCommon.StoreOwnMetrics.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.StoreOwnMetrics.Builder.setSystemAvailableMemory(long value) available memory of the host this store process running onCommon.StoreOwnMetrics.Builder.setSystemBufferMemory(long value) buffer memory of the host this store process running onCommon.StoreOwnMetrics.Builder.setSystemCachedMemory(long value) cache memory of the host this store process running onCommon.StoreOwnMetrics.Builder.setSystemCpuUsage(long value) cpu usage of this store processCommon.StoreOwnMetrics.Builder.setSystemFreeCapacity(long value) free capacity of this storeCommon.StoreOwnMetrics.Builder.setSystemFreeMemory(long value) total free memory of the host this store process running onCommon.StoreOwnMetrics.Builder.setSystemFreeSwap(long value) total free swap of the host this store process running onCommon.StoreOwnMetrics.Builder.setSystemIoUtil(long value) io utilization of the host this store process running on , NOT IMPLEMENTEDCommon.StoreOwnMetrics.Builder.setSystemSharedMemory(long value) shared memory of the host this store process running onCommon.StoreOwnMetrics.Builder.setSystemTotalCapacity(long value) total capacity of this storeCommon.StoreOwnMetrics.Builder.setSystemTotalMemory(long value) total memory of the host this store process running onCommon.StoreOwnMetrics.Builder.setSystemTotalSwap(long value) total swap of the host this store process running onCommon.StoreOwnMetrics.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.StoreOwnMetrics.toBuilder()Methods in io.dingodb.common with parameters of type Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionCommon.StoreMetrics.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics.Builder builderForValue) store own metrics -
Uses of Common.StoreOwnMetrics.Builder in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionCoordinator.GetStoreOwnMetricsResponse.Builder.addStoreOwnMetricsBuilder()repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.Builder.addStoreOwnMetricsBuilder(int index) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.Builder.getStoreOwnMetricsBuilder(int index) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Methods in io.dingodb.coordinator that return types with arguments of type Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionCoordinator.GetStoreOwnMetricsResponse.Builder.getStoreOwnMetricsBuilderList()repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Methods in io.dingodb.coordinator with parameters of type Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionCoordinator.GetStoreOwnMetricsResponse.Builder.addStoreOwnMetrics(int index, Common.StoreOwnMetrics.Builder builderForValue) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.Builder.addStoreOwnMetrics(Common.StoreOwnMetrics.Builder builderForValue) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3;Coordinator.GetStoreOwnMetricsResponse.Builder.setStoreOwnMetrics(int index, Common.StoreOwnMetrics.Builder builderForValue) repeated .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 3; -
Uses of Common.StoreOwnMetrics.Builder in io.dingodb.document
Methods in io.dingodb.document that return Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionDocument.HelloResponse.Builder.getStoreOwnMetricsBuilder().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Methods in io.dingodb.document with parameters of type Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionDocument.HelloResponse.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics.Builder builderForValue) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7; -
Uses of Common.StoreOwnMetrics.Builder in io.dingodb.index
Methods in io.dingodb.index that return Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionIndex.HelloResponse.Builder.getStoreOwnMetricsBuilder().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Methods in io.dingodb.index with parameters of type Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionIndex.HelloResponse.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics.Builder builderForValue) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7; -
Uses of Common.StoreOwnMetrics.Builder in io.dingodb.store
Methods in io.dingodb.store that return Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionStore.HelloResponse.Builder.getStoreOwnMetricsBuilder().dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;Methods in io.dingodb.store with parameters of type Common.StoreOwnMetrics.BuilderModifier and TypeMethodDescriptionStore.HelloResponse.Builder.setStoreOwnMetrics(Common.StoreOwnMetrics.Builder builderForValue) .dingodb.pb.common.StoreOwnMetrics store_own_metrics = 7;