Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 539 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 539 Bytes

Aerospike Java Client Package

Aerospike Java client. This package contains full source code for these projects.

  • client: Java client library.
  • examples: Java client examples.
  • benchmarks: Java client benchmarks.
  • servlets: Java web servlet interface to client.
  • test: Java client unit tests.

Prerequisites:

  • Java 1.7 or greater.
  • Maven 2.0 or greater.

The source code can be imported into any Java IDE.
Maven build scripts are also provided.

Build instructions:

./build_all