接口的使用
org.apache.pulsar.common.policies.data.FunctionStats
使用FunctionStats的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
-
org.apache.pulsar.client.admin中FunctionStats的使用
修饰符和类型方法说明Functions.getFunctionStats(String tenant, String namespace, String function) Gets the current stats of a function.返回变量类型为FunctionStats的类型的org.apache.pulsar.client.admin中的方法修饰符和类型方法说明Functions.getFunctionStatsAsync(String tenant, String namespace, String function) Gets the current stats of a function asynchronously. -
org.apache.pulsar.common.policies.data中FunctionStats的使用