jar

com.ethlo.keyvalue : keyvalue-api

Maven & Gradle

Mar 23, 2018
2 usages
0 stars

Key/Value API · Generic Key/Value Store API

Table Of Contents

Latest Version

Download com.ethlo.keyvalue : keyvalue-api JAR file - Latest Versions:

All Versions

Download com.ethlo.keyvalue : keyvalue-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.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 keyvalue-api-0.9.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ethlo.keyvalue.keys

├─ com.ethlo.keyvalue.keys.ByteArrayKey.class - [JAR]

├─ com.ethlo.keyvalue.keys.Key.class - [JAR]

com.ethlo.keyvalue.hashmap

├─ com.ethlo.keyvalue.hashmap.HashmapKeyValueDb.class - [JAR]

├─ com.ethlo.keyvalue.hashmap.HashmapKeyValueDbManager.class - [JAR]

com.ethlo.keyvalue

├─ com.ethlo.keyvalue.Base64KeyEncoder.class - [JAR]

├─ com.ethlo.keyvalue.BatchCasKeyValueDb.class - [JAR]

├─ com.ethlo.keyvalue.BatchCasWriteWrapper.class - [JAR]

├─ com.ethlo.keyvalue.BatchKeyValueDb.class - [JAR]

├─ com.ethlo.keyvalue.BatchWriteWrapper.class - [JAR]

├─ com.ethlo.keyvalue.CasHolder.class - [JAR]

├─ com.ethlo.keyvalue.CasKeyValueDb.class - [JAR]

├─ com.ethlo.keyvalue.DataCompressor.class - [JAR]

├─ com.ethlo.keyvalue.HexKeyEncoder.class - [JAR]

├─ com.ethlo.keyvalue.IterableKeyValueDb.class - [JAR]

├─ com.ethlo.keyvalue.KeyEncoder.class - [JAR]

├─ com.ethlo.keyvalue.KeyValueDb.class - [JAR]

├─ com.ethlo.keyvalue.KeyValueDbManager.class - [JAR]

├─ com.ethlo.keyvalue.KeyValueSerializer.class - [JAR]

├─ com.ethlo.keyvalue.MutatingKeyValueDb.class - [JAR]

├─ com.ethlo.keyvalue.NopDataCompressor.class - [JAR]

├─ com.ethlo.keyvalue.SeekableIterator.class - [JAR]

├─ com.ethlo.keyvalue.TransparentCasKeyValueDb.class - [JAR]

Advertisement