@InterfaceStability.Evolving public class DeleteAclsResult extends Object
Admin.deleteAcls(Collection) call. The API of this class is evolving, see Admin for details.| Modifier and Type | Class and Description |
|---|---|
static class | DeleteAclsResult.FilterResultA class containing either the deleted ACL binding or an exception if the delete failed. |
static class | DeleteAclsResult.FilterResultsA class containing the results of the delete ACLs operation. |
| Modifier and Type | Method and Description |
|---|---|
KafkaFuture<Collection<AclBinding>> | all()Return a future which succeeds only if all the ACLs deletions succeed, and which contains all the deleted ACLs. |
Map<AclBindingFilter,KafkaFuture<DeleteAclsResult.FilterResults>> | values()Return a map from acl filters to futures which can be used to check the status of the deletions by each filter. |
public Map<AclBindingFilter,KafkaFuture<DeleteAclsResult.FilterResults>> values()
public KafkaFuture<Collection<AclBinding>> all()