Uses of Interface
org.apache.pulsar.common.policies.data.ClusterData
-
Packages that use ClusterData 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. -
-
Uses of ClusterData in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return ClusterData Modifier and Type Method Description ClusterDataClusters. getCluster(java.lang.String cluster)Get the configuration data for the specified cluster.Methods in org.apache.pulsar.client.admin that return types with arguments of type ClusterData Modifier and Type Method Description java.util.concurrent.CompletableFuture<ClusterData>Clusters. getClusterAsync(java.lang.String cluster)Get the configuration data for the specified cluster asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type ClusterData Modifier and Type Method Description voidClusters. createCluster(java.lang.String cluster, ClusterData clusterData)Create a new cluster.java.util.concurrent.CompletableFuture<java.lang.Void>Clusters. createClusterAsync(java.lang.String cluster, ClusterData clusterData)Create a new cluster asynchronously.voidClusters. updateCluster(java.lang.String cluster, ClusterData clusterData)Update the configuration for a cluster.java.util.concurrent.CompletableFuture<java.lang.Void>Clusters. updateClusterAsync(java.lang.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 Modifier and Type Method Description ClusterDataClusterData.Builder. build()
-