@InterfaceStability.Evolving public class CreatePartitionsResult extends Object
Admin.createPartitions(Map) call.
 The API of this class is evolving, see Admin for details.| Modifier and Type | Method and Description | 
|---|---|
KafkaFuture<Void> | 
all()
Return a future which succeeds if all the partition creations succeed. 
 | 
Map<String,KafkaFuture<Void>> | 
values()
Return a map from topic names to futures, which can be used to check the status of individual
 partition creations. 
 | 
public Map<String,KafkaFuture<Void>> values()
public KafkaFuture<Void> all()