Uses of Class
org.apache.pulsar.broker.loadbalance.ServiceRequest
-
Packages that use ServiceRequest 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 ServiceRequest in org.apache.pulsar.broker.loadbalance
Methods in org.apache.pulsar.broker.loadbalance that return ServiceRequest Modifier and Type Method Description abstract ServiceRequestServiceUnit. getServiceRequest()Methods in org.apache.pulsar.broker.loadbalance that return types with arguments of type ServiceRequest Modifier and Type Method Description java.util.Map<ServiceUnit,ServiceRequest>LoadReport. getServiceUnitRequests()Methods in org.apache.pulsar.broker.loadbalance with parameters of type ServiceRequest Modifier and Type Method Description ResourceDescriptionLoadCalculator. getResourceDescription(ServiceRequest srvRequest) -
Uses of ServiceRequest in org.apache.pulsar.broker.loadbalance.impl
Subclasses of ServiceRequest in org.apache.pulsar.broker.loadbalance.impl Modifier and Type Class Description classPulsarServiceRequestFields in org.apache.pulsar.broker.loadbalance.impl with type parameters of type ServiceRequest Modifier and Type Field Description java.util.Map<ServiceUnit,ServiceRequest>PulsarLoadReportImpl. requestPerServiceUnitMethods in org.apache.pulsar.broker.loadbalance.impl that return ServiceRequest Modifier and Type Method Description ServiceRequestPulsarServiceUnit. getServiceRequest()Methods in org.apache.pulsar.broker.loadbalance.impl that return types with arguments of type ServiceRequest Modifier and Type Method Description java.util.Map<ServiceUnit,ServiceRequest>PulsarLoadReportImpl. getServiceUnitRequests()Methods in org.apache.pulsar.broker.loadbalance.impl with parameters of type ServiceRequest Modifier and Type Method Description ResourceDescriptionSimpleLoadCalculatorImpl. getResourceDescription(ServiceRequest srvRequest)
-