Skip to content

Aloren/aerospike-client-java

This branch is 609 commits behind aerospike/aerospike-client-java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ca4233 · Aug 23, 2018
Aug 23, 2018
Aug 23, 2018
Aug 23, 2018
Aug 23, 2018
Aug 23, 2018
Jan 4, 2018
Jul 3, 2014
Jan 11, 2018
May 14, 2017
Jan 11, 2018
Aug 23, 2018

Repository files navigation

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 3.0 or greater.

AerospikeClient now supports synchronous and asynchronous methods. Asynchronous methods can utilize either Netty event loops or direct NIO event loops.

The Netty library artifacts (netty-transport and netty-handler) are declared optional. If your application's build file (pom.xml) declares these Netty library artifacts as dependencies, then the Netty libraries will be included in your application's jar. Otherwise, you application's jar will not include any Netty code.

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

Build instructions:

./build_all

About

Aerospike Java Client Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • Lua 1.3%
  • HTML 0.6%