Package org.apache.kafka.clients.admin
Class DeleteClusterLinksResult
java.lang.Object
org.apache.kafka.clients.admin.DeleteClusterLinksResult
The result of
ConfluentAdmin.deleteClusterLinks(Collection, DeleteClusterLinksOptions)
.
The API of this class is evolving, see Admin
for details.-
Constructor Details
-
DeleteClusterLinksResult
-
-
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 deletion requests succeed.
-