hazelcast
Here are 251 public repositories matching this topic...
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 27, 2021 - Scala
-
Updated
Oct 1, 2020 - Java
-
Updated
Mar 30, 2021 - Kotlin
This is how my cluster looks like:
14:24 $ kubectl get all
NAME READY STATUS RESTARTS AGE
pod/nfs-client-provisioner-7fc8dd7d88-j2pqb 1/1 Running 1 12d
pod/hazelcast-0 1/1 Running 0 35m
pod/hazelcast-1 1/1 Running 0 35m
pod/hazelcast-
Partition predicate
Currently, the Go client does not support Hazelcast's partition predicate.
- The second call to such functions resolves immediately. e.g client.shutdown
- Using a deferred promise instead of a flag(e.g lifecycleService.active), we can return the same promise on concurrent calls.
-
Updated
Oct 13, 2020 - Scala
Fast Aggregations
Currently, Python Client has no support for Hazelcast's Aggregations which compute a value of some function (e.g sum or max) over the stored map entries.
https://docs.hazelcast.org/docs/3.12.7/manual/html-single/index.html#fast-aggregations
FlakeID Generator
Hazelcast FlakeID Generator is not available to .NET Client.
https://docs.hazelcast.org/docs/4.0/manual/html-single/index.html#flakeidgenerator
Explanation for portable serialization multiversion support is missing from the README. Please refer to this pull request to update.
-
Updated
Oct 4, 2019 - Dockerfile
-
Updated
Feb 9, 2021 - Java
-
Updated
Apr 20, 2021 - Java
-
Updated
Feb 14, 2020 - Java
-
Updated
Oct 29, 2018 - Java
-
Updated
Apr 27, 2021 - Java
-
Updated
Feb 9, 2021 - Java
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Feb 18, 2021 - Java
-
Updated
Jan 31, 2020 - Java
Improve this page
Add a description, image, and links to the hazelcast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hazelcast topic, visit your repo's landing page and select "manage topics."
There is no technical difficulty to support
includeValueoption, looks like we are just missing it on the API level.See SO question