@Confluent @InterfaceStability.Evolving public class DescribeMirrorsResult extends Object
ConfluentAdmin.describeMirrors(Collection, DescribeMirrorsOptions).
The API of this class is evolving, see Admin for details.| Constructor and Description |
|---|
DescribeMirrorsResult(Map<String,KafkaFuture<MirrorTopicDescription>> result) |
| Modifier and Type | Method and Description |
|---|---|
KafkaFuture<Map<String,MirrorTopicDescription>> |
all()
Returns a future which succeeds only if all describe mirrors requests succeed.
|
Map<String,KafkaFuture<MirrorTopicDescription>> |
result()
Returns a map from topic to its mirror topic description.
|
public DescribeMirrorsResult(Map<String,KafkaFuture<MirrorTopicDescription>> result)
public Map<String,KafkaFuture<MirrorTopicDescription>> result()
public KafkaFuture<Map<String,MirrorTopicDescription>> all()