Uses of Interface
org.apache.pulsar.common.policies.data.FunctionStats
Packages that use FunctionStats
Package
Description
Implementation of policies.
-
Uses of FunctionStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return FunctionStatsModifier and TypeMethodDescriptionFunctions.getFunctionStats
(String tenant, String namespace, String function) Gets the current stats of a function.Methods in org.apache.pulsar.client.admin that return types with arguments of type FunctionStatsModifier and TypeMethodDescriptionFunctions.getFunctionStatsAsync
(String tenant, String namespace, 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