Uses of Enum Class
org.apache.pulsar.broker.loadbalance.LinuxInfoUtils.NICUsageType
Packages that use LinuxInfoUtils.NICUsageType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of LinuxInfoUtils.NICUsageType in org.apache.pulsar.broker.loadbalance
Methods in org.apache.pulsar.broker.loadbalance that return LinuxInfoUtils.NICUsageTypeModifier and TypeMethodDescriptionstatic LinuxInfoUtils.NICUsageTypeReturns the enum constant of this class with the specified name.static LinuxInfoUtils.NICUsageType[]LinuxInfoUtils.NICUsageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.loadbalance with parameters of type LinuxInfoUtils.NICUsageTypeModifier and TypeMethodDescriptionstatic doubleLinuxInfoUtils.getTotalNicUsage(List<String> nics, LinuxInfoUtils.NICUsageType type, org.apache.pulsar.broker.BitRateUnit bitRateUnit) Get all physical nic usage.