Package org.apache.kafka.clients.admin
Class AddRaftVoterResult
java.lang.Object
org.apache.kafka.clients.admin.AddRaftVoterResult
The result of
Admin.addRaftVoter(int, org.apache.kafka.common.Uuid, java.util.Set, org.apache.kafka.clients.admin.AddRaftVoterOptions)
.
The API of this class is evolving, see Admin
for details.-
Method Summary
Modifier and TypeMethodDescriptionall()
Returns a future that completes when the voter has been added.
-
Method Details
-
all
Returns a future that completes when the voter has been added.
-