RocksJava API

Official Java bindings for RocksDB providing full access to the RocksDB feature set from Java applications. Used in distributed systems like Apache Kafka Streams, Flink, and Cassandra as the underlying storage engine.

API entry from apis.yml

apis.yml Raw ↑
aid: rocksdb:rocksjava-api
name: RocksJava API
description: Official Java bindings for RocksDB providing full access to the RocksDB feature set from
  Java applications. Used in distributed systems like Apache Kafka Streams, Flink, and Cassandra as the
  underlying storage engine.
tags:
- Key-Value Store
- Java
- Embedded Database
- Storage Engine
humanURL: https://github.com/facebook/rocksdb/wiki/RocksJava-Basics
baseURL: https://github.com/facebook/rocksdb
properties:
- url: https://github.com/facebook/rocksdb/wiki/RocksJava-Basics
  type: Documentation
- url: https://github.com/facebook/rocksdb
  type: GitHubRepository
- url: https://mvnrepository.com/artifact/org.rocksdb/rocksdbjni
  type: PackageManager