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