| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionInstanceStatsData |
Functions.getFunctionStats(String tenant,
String namespace,
String function,
int id)
Gets the current stats of a function instance.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FunctionInstanceStatsData> |
Functions.getFunctionStatsAsync(String tenant,
String namespace,
String function,
int id)
Gets the current stats of a function instance asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
FunctionInstanceStatsData |
WorkerFunctionInstanceStats.metrics |
| Modifier and Type | Method and Description |
|---|---|
FunctionInstanceStatsData |
FunctionInstanceStats.getMetrics() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.