Uses of Interface
org.apache.pulsar.common.policies.data.ClusterData
Packages that use ClusterData
Package
Description
Implementation of policies.
-
Uses of ClusterData in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return ClusterDataModifier and TypeMethodDescriptionClusters.getCluster
(String cluster) Get the configuration data for the specified cluster.Methods in org.apache.pulsar.client.admin that return types with arguments of type ClusterDataModifier and TypeMethodDescriptionClusters.getClusterAsync
(String cluster) Get the configuration data for the specified cluster asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type ClusterDataModifier 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
Methods in org.apache.pulsar.common.policies.data that return ClusterData