hazelcast-python-client
hazelcast-python-client copied to clipboard
Hazelcast Python Client
map.remove_all method is introduced and implemented with following details: - remove_all public API and implementation are added - remove_all code sample is added - related unittests are added to map_test
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21997 for details. --- This PR removes the BETA annotations from the Compact serialization and GenericRecord related classes. Also, as planned...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21958 for details. --- The team decided that we wouldn't allow different item types/schemas in the Compact array fields. This PR...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21955 for details. --- The team decided to move the GenericRecord related interfaces to its own package. This PR moves the...
hello can you please implement removeAll for python client [here is the link in java client](https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/map/IMap.java#L456) thank you very much
It is missing at least `submit(task)` where the client does not specify the member In general, `execute*` is provided but `submit*` is not
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21876 for details. --- We have decided not to provide the methods to read a default value in case of a...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21861 for details. --- This PR updates the `CompactSerializer` interface, by moving the type name and class definitions to there. The...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21734 for details. --- This is the compound PR for the tasks listed in JIRA task API-1320. It contains the following...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/21635 for details. --- TDD: #21369 Checklist: - [x] Labels (`Team:`, `Type:`, `Source:`, `Module:`) and Milestone set - [x] Label `Add...