https://github.com/karesti/infinispan-new-api
poc for infinispan 10 new api
https://github.com/karesti/infinispan-new-api
Last synced: about 1 year ago
JSON representation
poc for infinispan 10 new api
- Host: GitHub
- URL: https://github.com/karesti/infinispan-new-api
- Owner: karesti
- Created: 2018-09-27T19:17:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T22:05:10.000Z (over 7 years ago)
- Last Synced: 2025-02-10T09:44:29.111Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Requirements
============
- **Sharing Of Code**
- Regardless of whether you’re using a local or remote Infinispan instance, you should be able to select from a set of data structures which include, but are not limited to: Counter, Map, MultiMap, Lock, Query, Executor.
- **Type of API**
- Data manipulation APIs
- Lifecycle APIs
- Management APIs
- Monitoring APIs
- **Modularity**
You’d want to be able to make sure that situations like this are covered: a remote counter user should not need to depend on remote query dependencies.