Aerospike Java client
The Aerospike Java Client is a high-performance library that provides full access to the Aerospike database from Java-based applications.
Core functionality
Data Operations
Create, read, update, and delete individual records.
Perform compound reads/writes and server-side logic in a single call.
Secondary Indexing & Queries
Query records using indexed bin values via secondary indexes.
Apply filter expressions and predicate logic on queries for precise targeting.
Batch & Scan
Retrieve or update multiple records in parallel with a single request.
Iterate over all records in a set or namespace (use with caution in production environments).
Asynchronous & Non-Blocking I/O
Event-loop-friendly, non-blocking operations using Java’s NIO
or frameworks like Netty.
Compatible with reactive programming paradigms for high-throughput applications.