| 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 |
|---|---|
void |
Functions.updateFunction(FunctionConfig functionConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a function.
|
CompletableFuture<Void> |
Functions.updateFunctionAsync(FunctionConfig functionConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a function asynchronously.
|
void |
Functions.updateFunctionWithUrl(FunctionConfig functionConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a function.
|
CompletableFuture<Void> |
Functions.updateFunctionWithUrlAsync(FunctionConfig functionConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a function asynchronously.
|
void |
Sinks.updateSink(SinkConfig sinkConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a sink.
|
CompletableFuture<Void> |
Sinks.updateSinkAsync(SinkConfig sinkConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a sink asynchronously.
|
void |
Sinks.updateSinkWithUrl(SinkConfig sinkConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a sink.
|
CompletableFuture<Void> |
Sinks.updateSinkWithUrlAsync(SinkConfig sinkConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a sink asynchronously.
|
void |
Sources.updateSource(SourceConfig sourceConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a source.
|
CompletableFuture<Void> |
Sources.updateSourceAsync(SourceConfig sourceConfig,
String fileName,
UpdateOptions updateOptions)
Update the configuration for a source asynchronously.
|
void |
Sources.updateSourceWithUrl(SourceConfig sourceConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a source.
|
CompletableFuture<Void> |
Sources.updateSourceWithUrlAsync(SourceConfig sourceConfig,
String pkgUrl,
UpdateOptions updateOptions)
Update the configuration for a source asynchronously.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.