Package org.apache.kafka.clients.admin
Class RemoveRaftVoterResult
java.lang.Object
org.apache.kafka.clients.admin.RemoveRaftVoterResult
The result of
Admin.removeRaftVoter(int, org.apache.kafka.common.Uuid, org.apache.kafka.clients.admin.RemoveRaftVoterOptions)
.
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 removed.
-
Method Details
-
all
Returns a future that completes when the voter has been removed.
-