Package org.apache.kafka.clients.admin
Class AlterLeadershipPriorityResult
java.lang.Object
org.apache.kafka.clients.admin.AlterLeadershipPriorityResult
The result of
ConfluentAdmin.alterLeadershipPriority(AlterLeadershipPrioritySpec, AlterLeadershipPriorityOptions)
.
The API of this class is evolving. See ConfluentAdmin
for details.-
Method Details
-
values
Returns a collection of future results for each broker that attempted to change broker leadership. -
all
Return a future which succeeds only if all the leadership priority changes succeed.
-