Package org.apache.kafka.clients.admin
Class CreatePartitionsResult
java.lang.Object
org.apache.kafka.clients.admin.CreatePartitionsResult
The result of the
Admin.createPartitions(Map)
call.
The API of this class is evolving, see Admin
for details.-
Method Details
-
values
Return a map from topic names to futures, which can be used to check the status of individual partition creations. -
all
Return a future which succeeds if all the partition creations succeed.
-