jar

com.sahilbondre : fireflydb

Maven & Gradle

Feb 04, 2024
66 stars

fireflydb · A fast hash-based key-value storage engine with microsecond latency.

Table Of Contents

Latest Version

Download com.sahilbondre : fireflydb JAR file - Latest Versions:

All Versions

Download com.sahilbondre : fireflydb JAR file - All Versions:

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

com.sahilbondre.firefly.model

├─ com.sahilbondre.firefly.model.Segment.class - [JAR]

com.sahilbondre.firefly

├─ com.sahilbondre.firefly.FireflyDB.class - [JAR]

com.sahilbondre.firefly.log

├─ com.sahilbondre.firefly.log.FileChannelRandomAccessLog.class - [JAR]

├─ com.sahilbondre.firefly.log.InvalidRangeException.class - [JAR]

├─ com.sahilbondre.firefly.log.RandomAccessLog.class - [JAR]

com.sahilbondre.firefly.filetable

├─ com.sahilbondre.firefly.filetable.FilePointer.class - [JAR]

├─ com.sahilbondre.firefly.filetable.InvalidFileTableException.class - [JAR]

├─ com.sahilbondre.firefly.filetable.PersistableFileTable.class - [JAR]

├─ com.sahilbondre.firefly.filetable.SerializedPersistableFileTable.class - [JAR]

Advertisement