Uses of Class
org.apache.pulsar.broker.loadbalance.ServiceUnit
-
Packages that use ServiceUnit Package Description org.apache.pulsar.broker.loadbalance Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.loadbalance.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ServiceUnit in org.apache.pulsar.broker.loadbalance
Methods in org.apache.pulsar.broker.loadbalance that return types with arguments of type ServiceUnit Modifier and Type Method Description java.util.Map<ServiceUnit,ServiceRequest>LoadReport. getServiceUnitRequests() -
Uses of ServiceUnit in org.apache.pulsar.broker.loadbalance.impl
Subclasses of ServiceUnit in org.apache.pulsar.broker.loadbalance.impl Modifier and Type Class Description classPulsarServiceUnitFields in org.apache.pulsar.broker.loadbalance.impl with type parameters of type ServiceUnit Modifier and Type Field Description java.util.Map<ServiceUnit,ServiceRequest>PulsarLoadReportImpl. requestPerServiceUnitMethods in org.apache.pulsar.broker.loadbalance.impl that return types with arguments of type ServiceUnit Modifier and Type Method Description java.util.Map<ServiceUnit,ServiceRequest>PulsarLoadReportImpl. getServiceUnitRequests()Methods in org.apache.pulsar.broker.loadbalance.impl with parameters of type ServiceUnit Modifier and Type Method Description booleanSimpleResourceAllocationPolicies. canAssign(ServiceUnit srvUnit, ResourceUnit rescrUnit, java.util.Map<ResourceUnit,LoadReport> loadReports)intPulsarServiceUnit. compareTo(ServiceUnit o)
-