| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
SinkConfig |
Sinks.getSink(String tenant,
String namespace,
String sink)
Get the configuration for the specified sink.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SinkConfig> |
Sinks.getSinkAsync(String tenant,
String namespace,
String sink)
Get the configuration for the specified sink asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sinks.createSink(SinkConfig sinkConfig,
String fileName)
Create a new sink.
|
CompletableFuture<Void> |
Sinks.createSinkAsync(SinkConfig sinkConfig,
String fileName)
Create a new sink asynchronously.
|
void |
Sinks.createSinkWithUrl(SinkConfig sinkConfig,
String pkgUrl)
Create a new sink with package url.
|
CompletableFuture<Void> |
Sinks.createSinkWithUrlAsync(SinkConfig sinkConfig,
String pkgUrl)
Create a new sink with package url asynchronously.
|
void |
Sinks.updateSink(SinkConfig sinkConfig,
String fileName)
Update the configuration for a sink.
|
void |
Sinks.updateSink(SinkConfig sinkConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a sink.
|
CompletableFuture<Void> |
Sinks.updateSinkAsync(SinkConfig sinkConfig,
String fileName)
Update the configuration for a sink asynchronously.
|
CompletableFuture<Void> |
Sinks.updateSinkAsync(SinkConfig sinkConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a sink asynchronously.
|
void |
Sinks.updateSinkWithUrl(SinkConfig sinkConfig,
String pkgUrl)
Update the configuration for a sink.
|
void |
Sinks.updateSinkWithUrl(SinkConfig sinkConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a sink.
|
CompletableFuture<Void> |
Sinks.updateSinkWithUrlAsync(SinkConfig sinkConfig,
String pkgUrl)
Update the configuration for a sink asynchronously.
|
CompletableFuture<Void> |
Sinks.updateSinkWithUrlAsync(SinkConfig sinkConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a sink asynchronously.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.