hazelcast/hazelcast-python-client

[TRACKING ISSUE] Add IMap.deleteAsync

hz-devops-test opened this issue · 1 comments

The tracking issue for the Java side PR.

See hazelcast/hazelcast#23509 for details.


Included basic tests, similar to those for removeAsync.

With new method added, MapProxySupport grew to 1502 lines, so had to raise the file size limit in checkstyle.xml.

Fixes hazelcast/hazelcast#10702

Based on the abandoned hazelcast/hazelcast#17739

Checklist:

  • Labels (Team:, Type:, Source:, Module:) and Milestone set
  • Label Add to Release Notes or Not Release Notes content set
  • Request reviewers if possible
  • Send backports/forwardports if fix needs to be applied to past/future releases
  • New public APIs have @Nonnull/@Nullable annotations
  • New public APIs have @since tags in Javadoc

not applicable as all of our apis are async