Uses of Interface
org.apache.pulsar.common.policies.data.ClusterData
Package
Description
Implementation of policies.
-
Uses of ClusterData in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionClusters.getCluster
(String cluster) Get the configuration data for the specified cluster.Modifier and TypeMethodDescriptionClusters.getClusterAsync
(String cluster) Get the configuration data for the specified cluster asynchronously.Modifier and TypeMethodDescriptionvoid
Clusters.createCluster
(String cluster, ClusterData clusterData) Create a new cluster.Clusters.createClusterAsync
(String cluster, ClusterData clusterData) Create a new cluster asynchronously.void
Clusters.updateCluster
(String cluster, ClusterData clusterData) Update the configuration for a cluster.Clusters.updateClusterAsync
(String cluster, ClusterData clusterData) Update the configuration for a cluster asynchronously. -
Uses of ClusterData in org.apache.pulsar.common.policies.data