@Confluent @InterfaceStability.Evolving public class DeleteClusterLinksResult extends Object
ConfluentAdmin.deleteClusterLinks(Collection, DeleteClusterLinksOptions).
The API of this class is evolving, see Admin for details.| Constructor and Description |
|---|
DeleteClusterLinksResult(Map<String,KafkaFuture<Void>> result) |
| Modifier and Type | Method and Description |
|---|---|
KafkaFuture<Void> |
all()
Returns a future which succeeds only if all cluster link deletion requests succeed.
|
Map<String,KafkaFuture<Void>> |
result()
Returns a map from link name to the future status of the operation.
|
public DeleteClusterLinksResult(Map<String,KafkaFuture<Void>> result)
public Map<String,KafkaFuture<Void>> result()
public KafkaFuture<Void> all()