DOC

io.github.myasuka : frocksdbjni

Maven & Gradle

Jul 20, 2022
58 stars

RocksDB JNI · RocksDB fat jar with modifications specific for Apache Flink that contains .so files for linux32 and linux64 (glibc and musl-libc), jnilib files for Mac OSX (Intel and Apple Silicon), and a .dll for Windows x64.

Table Of Contents

Latest Version

Download io.github.myasuka : frocksdbjni Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.myasuka : frocksdbjni Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.20.x
6.11.x
6.10.x
6.6.x
5.18.x
5.17.x

How to open Javadoc JAR file in web browser

  1. Rename the file frocksdbjni-6.20.3-ververica-1.1-javadoc.jar to frocksdbjni-6.20.3-ververica-1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder frocksdbjni-6.20.3-ververica-1.1-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 "frocksdbjni-6.20.3-ververica-1.1-sources.jar" -d "frocksdbjni-6.20.3-ververica-1.1-javadoc" -subpackages 

Advertisement