Uses of Class
org.apache.pulsar.common.policies.data.SinkStatus
-
Packages that use SinkStatus Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SinkStatus in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return SinkStatus Modifier and Type Method Description SinkStatusSinks. getSinkStatus(java.lang.String tenant, java.lang.String namespace, java.lang.String sink)Gets the current status of a sink.Methods in org.apache.pulsar.client.admin that return types with arguments of type SinkStatus Modifier and Type Method Description java.util.concurrent.CompletableFuture<SinkStatus>Sinks. getSinkStatusAsync(java.lang.String tenant, java.lang.String namespace, java.lang.String sink)Gets the current status of a sink asynchronously.
-