@InterfaceStability.Evolving public class DeleteTopicsResult extends Object
Admin.deleteTopics(Collection)
call.
The API of this class is evolving, see Admin
for details.Modifier | Constructor and Description |
---|---|
protected |
DeleteTopicsResult(Map<Uuid,KafkaFuture<Void>> topicIdFutures,
Map<String,KafkaFuture<Void>> nameFutures) |
Modifier and Type | Method and Description |
---|---|
KafkaFuture<Void> |
all() |
Map<Uuid,KafkaFuture<Void>> |
topicIdValues()
Use when
Admin.deleteTopics(TopicCollection, DeleteTopicsOptions) used a TopicIdCollection |
Map<String,KafkaFuture<Void>> |
topicNameValues()
Use when
Admin.deleteTopics(TopicCollection, DeleteTopicsOptions) used a TopicNameCollection |
Map<String,KafkaFuture<Void>> |
values()
Deprecated.
Since 3.0 use
topicNameValues() instead |
protected DeleteTopicsResult(Map<Uuid,KafkaFuture<Void>> topicIdFutures, Map<String,KafkaFuture<Void>> nameFutures)
public Map<Uuid,KafkaFuture<Void>> topicIdValues()
Admin.deleteTopics(TopicCollection, DeleteTopicsOptions)
used a TopicIdCollectionpublic Map<String,KafkaFuture<Void>> topicNameValues()
Admin.deleteTopics(TopicCollection, DeleteTopicsOptions)
used a TopicNameCollection@Deprecated public Map<String,KafkaFuture<Void>> values()
topicNameValues()
insteadpublic KafkaFuture<Void> all()