接口的使用
org.apache.pulsar.common.policies.data.ClusterData
使用ClusterData的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
-
org.apache.pulsar.client.admin中ClusterData的使用
修饰符和类型方法说明Clusters.getCluster(String cluster) Get the configuration data for the specified cluster.返回变量类型为ClusterData的类型的org.apache.pulsar.client.admin中的方法修饰符和类型方法说明Clusters.getClusterAsync(String cluster) Get the configuration data for the specified cluster asynchronously.修饰符和类型方法说明voidClusters.createCluster(String cluster, ClusterData clusterData) Create a new cluster.Clusters.createClusterAsync(String cluster, ClusterData clusterData) Create a new cluster asynchronously.voidClusters.updateCluster(String cluster, ClusterData clusterData) Update the configuration for a cluster.Clusters.updateClusterAsync(String cluster, ClusterData clusterData) Update the configuration for a cluster asynchronously. -
org.apache.pulsar.common.policies.data中ClusterData的使用