An open API service indexing awesome lists of open source software.

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

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)