| 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 |
|---|---|
ClusterData |
Clusters.getCluster(String cluster)
Get the configuration data for the specified cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ClusterData> |
Clusters.getClusterAsync(String cluster)
Get the configuration data for the specified cluster asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clusters.createCluster(String cluster,
ClusterData clusterData)
Create a new cluster.
|
CompletableFuture<Void> |
Clusters.createClusterAsync(String cluster,
ClusterData clusterData)
Create a new cluster asynchronously.
|
void |
Clusters.updateCluster(String cluster,
ClusterData clusterData)
Update the configuration for a cluster.
|
CompletableFuture<Void> |
Clusters.updateClusterAsync(String cluster,
ClusterData clusterData)
Update the configuration for a cluster asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterData |
ClusterData.Builder.build() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.