basho / riak-java-client

The Riak client for Java.
Apache License 2.0
267 stars 158 forks source link

GSet Support #693

Closed alexmoore closed 7 years ago

alexmoore commented 7 years ago

Adds support for the GSet Datatype in Riak 2.3.

Description

Adds the new Grow-only set data type to the java client. Extracted some of the interface from the existing Sets implementation, so there's not too much new code.

Related Issue

See CLIENTS-1057 (#692).

Motivation and Context

New Riak Feature.

How Has This Been Tested?

Tests added to ITestDataType.java.

To Test you'll need a build of the develop branch of riak or riak_ee to access the GSet feature.

Types of changes

Checklist:

Pull requests that are small and limited in scope are most welcome.