DOC

com.yahoo.oak : root

Maven & Gradle

Mar 03, 2022
266 stars

Oak root · A scalable, concurrent, in-memory Key Value (KV) map. Oak implements a concurrent Key-Value map that can keep all keys and values off-heap. This enables working with bigger heap sizes than JVM's managed heap. OakMap implements an API similar to the industry standard Java8 ConcurrentNavigableMap API. It provides strong (atomic) semantics for read, write, and read-modify-write, as well as (non-atomic) range query (scan) operations, both forward and backward. OakMap is optimized for big keys and values, in particular, for incremental maintenance of objects (update in-place). It is faster and scales better with additional CPU cores than the popular Java ConcurrentNavigableMap ConcurrentSkipListMap

Table Of Contents

Latest Version

Download com.yahoo.oak : root Javadoc & API Documentation - Latest Versions:

All Versions

Download com.yahoo.oak : root Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x
0.2
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file root-0.2.5-javadoc.jar to root-0.2.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder root-0.2.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "root-0.2.5-sources.jar" -d "root-0.2.5-javadoc" -subpackages 

Advertisement

Dependencies from Group

oak
Mar 03, 2022
2 usages
228 stars
Feb 28, 2021
228 stars
Mar 03, 2022
266 stars

Discover Dependencies

Feb 01, 2020
1 usages
47 stars
Aug 14, 2020
2 stars
Aug 22, 2023
19 usages
175 stars
Aug 22, 2023
8 usages
175 stars
Aug 22, 2023
7 usages
175 stars
Aug 22, 2023
6 usages
175 stars
Aug 22, 2023
8 usages
175 stars