Terracotta-OSS / offheap-store

A library that provides a set of map and cache implementations that store data outside of the normal Java heap
Apache License 2.0
90 stars 46 forks source link

Revamp/align the metadata and pinning APIs #10

Closed chrisdennis closed 9 years ago

chrisdennis commented 9 years ago

While working on the offheap store implementations in Ehcache 3 the lack of sanity in the existing metadata/pinning apis was highlighted. In particular we need a getAndSet like method to help support the veto mechanism when hitting hard capacity constraints.