@InterfaceStability.Evolving public class DeleteAclsResult extends java.lang.Object
AdminClient.deleteAcls(Collection)
call.
The API of this class is evolving, see AdminClient
for details.Modifier and Type | Class and Description |
---|---|
static class |
DeleteAclsResult.FilterResult
A class containing either the deleted ACL binding or an exception if the delete failed.
|
static class |
DeleteAclsResult.FilterResults
A class containing the results of the delete ACLs operation.
|
Modifier and Type | Method and Description |
---|---|
KafkaFuture<java.util.Collection<AclBinding>> |
all()
Return a future which succeeds only if all the ACLs deletions succeed, and which contains all the deleted ACLs.
|
java.util.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 java.util.Map<AclBindingFilter,KafkaFuture<DeleteAclsResult.FilterResults>> values()
public KafkaFuture<java.util.Collection<AclBinding>> all()