Registry / database / hazelcast

hazelcast

JSON →
library5.7.0javamavenunverified

Hazelcast is an open-source in-memory data grid for distributed computing and caching.

<dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast</artifactId> <version>5.7.0</version> </dependency>
INSTALL
IMPORT
SIG · HAZELCAST
H
hazelcast
databasejavav5.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HazelcastInstance
com.hazelcast.core.HazelcastInstance

Creates a Hazelcast instance and performs a basic map operation.

import com.hazelcast.core.HazelcastInstance; import com.hazelcast.core.Hazelcast; public class Example { public static void main(String[] args) { HazelcastInstance instance = Hazelcast.newHazelcastInstance(); instance.getMap("myMap").put("key", "value"); } }
Debug
Known issues
breakingHazelcast 5.x has breaking changes from 4.x, including removal of deprecated APIs.
fix
Check migration guide for upgrading from 4.x to 5.x.
affects: >=5.0.0
Upgrade
Version history
5.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
hazelcast — mvn dependency:get hazelcast · libregistry