https://github.com/fintechlabs/hazelcast-mapstore
A Sample App To Implement Hazelcast MapStore Feature
https://github.com/fintechlabs/hazelcast-mapstore
hazelcast hazelcast-cluster hazelcast-config-java hazelcast-mapstore
Last synced: 3 months ago
JSON representation
A Sample App To Implement Hazelcast MapStore Feature
- Host: GitHub
- URL: https://github.com/fintechlabs/hazelcast-mapstore
- Owner: FintechLabs
- Created: 2018-12-18T10:41:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T12:00:24.000Z (over 6 years ago)
- Last Synced: 2025-01-15T13:38:38.226Z (5 months ago)
- Topics: hazelcast, hazelcast-cluster, hazelcast-config-java, hazelcast-mapstore
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HazelCast MapStore
Modifier and Type | Method and Description
---|---
void | delete(K key)
void | deleteAll(Collection keys)
void | store(K key, V value)
void | storeAll(Map map)