com.yahoo.oak:nexus-deploy-stub

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

Лицензия

Лицензия

Группа

Группа

com.yahoo.oak
Идентификатор

Идентификатор

nexus-deploy-stub
Последняя версия

Последняя версия

0.2.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Организация-разработчик

Организация-разработчик

Yahoo Inc.

Скачать nexus-deploy-stub

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.yahoo.oak/nexus-deploy-stub/ -->
<dependency>
    <groupId>com.yahoo.oak</groupId>
    <artifactId>nexus-deploy-stub</artifactId>
    <version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.oak/nexus-deploy-stub/
implementation 'com.yahoo.oak:nexus-deploy-stub:0.2.5'
// https://jarcasting.com/artifacts/com.yahoo.oak/nexus-deploy-stub/
implementation ("com.yahoo.oak:nexus-deploy-stub:0.2.5")
'com.yahoo.oak:nexus-deploy-stub:jar:0.2.5'
<dependency org="com.yahoo.oak" name="nexus-deploy-stub" rev="0.2.5">
  <artifact name="nexus-deploy-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.oak', module='nexus-deploy-stub', version='0.2.5')
)
libraryDependencies += "com.yahoo.oak" % "nexus-deploy-stub" % "0.2.5"
[com.yahoo.oak/nexus-deploy-stub "0.2.5"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.yahoo.oak : oak jar 0.2.5

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.2.5
0.2.4