Skip to content

Terracotta-OSS/bigmemory-core-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigMemory Core Storage

BigMemory Core Storage is a skin around the offheap-store library that abstracts away some of the complexity of construction seen in offheap-store. What is left is a library with a simpler configuration interface that is limited to only the functionality required by the Terracotta server instances that depend on this library.

What Can I Do With This

The basic gateway is to construct an OffHeapStorageManager instance from which you can create, retrieve and destroy KeyValueStorage instances (maps). Configurations can be constructed using the ImmutableKeyValueStorageConfig.builder(...) method. If you want to control the way that objects are serialized beyond the default behavior then you can pass a TransformerLookup instance in to the storage manager at construction time.

About

2x line, originally from Terracotta SVN at /forge/projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages