Class CreateClusterLinksResult
java.lang.Object
org.apache.kafka.clients.admin.CreateClusterLinksResult
The result of
ConfluentAdmin.createClusterLinks(Collection, CreateClusterLinksOptions).
The API of this class is evolving, see Admin for details.-
Constructor Details
-
CreateClusterLinksResult
-
-
Method Details
-
result
Returns a map from link name to the future status of the operation. -
all
Returns a future which succeeds only if all cluster link creation requests succeed.
-