Uses of Interface
org.apache.pulsar.common.policies.data.FunctionStats
-
Packages that use FunctionStats Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.policies.data Implementation of policies. -
-
Uses of FunctionStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return FunctionStats Modifier and Type Method Description FunctionStatsFunctions. getFunctionStats(java.lang.String tenant, java.lang.String namespace, java.lang.String function)Gets the current stats of a function.Methods in org.apache.pulsar.client.admin that return types with arguments of type FunctionStats Modifier and Type Method Description java.util.concurrent.CompletableFuture<FunctionStats>Functions. getFunctionStatsAsync(java.lang.String tenant, java.lang.String namespace, java.lang.String function)Gets the current stats of a function asynchronously. -
Uses of FunctionStats in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return FunctionStats Modifier and Type Method Description FunctionStatsFunctionStats. calculateOverall()
-