Uses of Interface
org.apache.pulsar.common.policies.data.BookieInfo
Package
Description
Implementation of policies.
-
Uses of BookieInfo in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionBookies.getBookieRackInfo
(String bookieAddress) Gets the rack placement information for a specific bookie in the cluster.Modifier and TypeMethodDescriptionBookies.getBookieRackInfoAsync
(String bookieAddress) Gets the rack placement information for a specific bookie in the cluster asynchronously.Modifier and TypeMethodDescriptionvoid
Bookies.updateBookieRackInfo
(String bookieAddress, String group, BookieInfo bookieInfo) Updates the rack placement information for a specific bookie in the cluster.Bookies.updateBookieRackInfoAsync
(String bookieAddress, String group, BookieInfo bookieInfo) Updates the rack placement information for a specific bookie in the cluster asynchronously. -
Uses of BookieInfo in org.apache.pulsar.common.policies.data
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
BookiesRackConfiguration.updateBookie
(String group, String address, BookieInfo bookieInfo) -
Uses of BookieInfo in org.apache.pulsar.common.policies.data.impl