jar

com.github.aleksandarskrbic : rocks4j

Maven & Gradle

Jun 01, 2020
16 stars

rocks4j · KV store for Java backed by RocksDB

Table Of Contents

Latest Version

Download com.github.aleksandarskrbic : rocks4j JAR file - Latest Versions:

All Versions

Download com.github.aleksandarskrbic : rocks4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window rocks4j-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.aleksandarskrbic.rocks4j.mapper

├─ com.github.aleksandarskrbic.rocks4j.mapper.Mapper.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.mapper.RocksDBMapper.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.mapper.RocksDBMapperFactory.class - [JAR]

com.github.aleksandarskrbic.rocks4j.mapper.exception

├─ com.github.aleksandarskrbic.rocks4j.mapper.exception.DeserializationException.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.mapper.exception.SerDeException.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.mapper.exception.SerializationException.class - [JAR]

com.github.aleksandarskrbic.rocks4j.configuration

├─ com.github.aleksandarskrbic.rocks4j.configuration.RocksDBConfiguration.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.configuration.RocksDBConnection.class - [JAR]

com.github.aleksandarskrbic.rocks4j.repository

├─ com.github.aleksandarskrbic.rocks4j.repository.RocksDBKeyValueRepository.class - [JAR]

com.github.aleksandarskrbic.rocks4j.kv.exception

├─ com.github.aleksandarskrbic.rocks4j.kv.exception.DeleteAllFailedException.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.kv.exception.DeleteFailedException.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.kv.exception.FindFailedException.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.kv.exception.RocksIOException.class - [JAR]

├─ com.github.aleksandarskrbic.rocks4j.kv.exception.SaveFailedException.class - [JAR]

com.github.aleksandarskrbic.rocks4j.kv

├─ com.github.aleksandarskrbic.rocks4j.kv.KeyValueRepository.class - [JAR]