Uses of Class
net.osslabz.lnd.dto.LnrpcFloatMetric
Packages that use LnrpcFloatMetric
-
Uses of LnrpcFloatMetric in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcFloatMetricMethods in net.osslabz.lnd.dto that return types with arguments of type LnrpcFloatMetricModifier and TypeMethodDescriptionLnrpcNodeMetricsResponse.getBetweennessCentrality()Betweenness centrality is the sum of the ratio of shortest paths that pass through the node for each pair of nodes in the graph (not counting paths starting or ending at this node).Methods in net.osslabz.lnd.dto with parameters of type LnrpcFloatMetricModifier and TypeMethodDescriptionLnrpcNodeMetricsResponse.putBetweennessCentralityItem(String key, LnrpcFloatMetric betweennessCentralityItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcFloatMetricModifier and TypeMethodDescriptionLnrpcNodeMetricsResponse.betweennessCentrality(Map<String, LnrpcFloatMetric> betweennessCentrality) voidLnrpcNodeMetricsResponse.setBetweennessCentrality(Map<String, LnrpcFloatMetric> betweennessCentrality)