valencia | A log-structured on-disk hash
kandi X-RAY | valencia Summary
kandi X-RAY | valencia Summary
valencia is a Java library. valencia has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.
Valencia is a simple, embeddable, pure-java disk hash. It supports a simple put/get/delete API as well as full table scans; it does not support range scans. It scales well: with high probability it does only a single random I/O for gets, a single random I/O for updates and only sequential I/O for inserts and deletes irrespective of data size. It keeps 12 bytes of in-memory index per-key regardless of key size and has 8 bytes of overhead per-record on disk.
Valencia is a simple, embeddable, pure-java disk hash. It supports a simple put/get/delete API as well as full table scans; it does not support range scans. It scales well: with high probability it does only a single random I/O for gets, a single random I/O for updates and only sequential I/O for inserts and deletes irrespective of data size. It keeps 12 bytes of in-memory index per-key regardless of key size and has 8 bytes of overhead per-record on disk.
Support
Quality
Security
License
Reuse
Support
valencia has a low active ecosystem.
It has 5 star(s) with 3 fork(s). There are 4 watchers for this library.
It had no major release in the last 6 months.
valencia has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of valencia is current.
Quality
valencia has no bugs reported.
Security
valencia has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
valencia does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
valencia releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed valencia and discovered the below as its top functions. This is intended to give you an instant insight into valencia implemented functionality, and help decide if they suit your requirements.
- Reads a record from the given offset
- Updates the checksum
- Read a record from the file at the given offset
- Calculates the CRC of the packet
- Recovers the index
- Truncates the log to the given offset
- Rolls the log segment
- Copies all active records in the given segment to the log
- Initialize the log
- Creates a new log segment
- Returns a segment or null if it doesn t exist
- Checks that the header matches the expected value
- Compares two record buffers
- Closes this store
- Deletes a key from the index
- Returns an iterator over the log entries
Get all kandi verified functions for this library.
valencia Key Features
No Key Features are available at this moment for valencia.
valencia Examples and Code Snippets
No Code Snippets are available at this moment for valencia.
Community Discussions
No Community Discussions are available at this moment for valencia.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install valencia
You can download it from GitHub.
You can use valencia like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the valencia component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use valencia like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the valencia component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page