Uses of Class
org.apache.pulsar.common.policies.data.BookiesRackConfiguration
-
Packages that use BookiesRackConfiguration Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of BookiesRackConfiguration in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return BookiesRackConfiguration Modifier and Type Method Description BookiesRackConfigurationBookies. getBookiesRackInfo()Gets the rack placement information for all the bookies in the cluster.Methods in org.apache.pulsar.client.admin that return types with arguments of type BookiesRackConfiguration Modifier and Type Method Description java.util.concurrent.CompletableFuture<BookiesRackConfiguration>Bookies. getBookiesRackInfoAsync()Gets the rack placement information for all the bookies in the cluster asynchronously.
-