Class LoadManagerReportResources
java.lang.Object
org.apache.pulsar.broker.resources.BaseResources<org.apache.pulsar.policies.data.loadbalancer.LoadManagerReport>
org.apache.pulsar.broker.resources.LoadManagerReportResources
public class LoadManagerReportResources
extends BaseResources<org.apache.pulsar.policies.data.loadbalancer.LoadManagerReport>
-
Field Summary
Fields inherited from class org.apache.pulsar.broker.resources.BaseResources
BASE_CLUSTERS_PATH, BASE_POLICIES_PATH, LOCAL_POLICIES_ROOT -
Constructor Summary
ConstructorsConstructorDescriptionLoadManagerReportResources(MetadataStore configurationStore, int operationTimeoutSec) -
Method Summary
Methods inherited from class org.apache.pulsar.broker.resources.BaseResources
create, createAsync, delete, deleteAsync, deleteIfExistsAsync, exists, existsAsync, get, getAsync, getChildren, getChildrenAsync, getChildrenRecursiveAsync, getOperationTimeoutSec, joinPath, refreshAndGetAsync, set, setAsync, setWithCreate, setWithCreateAsync
-
Constructor Details
-
LoadManagerReportResources
-