Skip to content

Comments

HRCPP-98 Add more methods to the SWIG layer#88

Closed
tristantarrant wants to merge 1 commit intoinfinispan:masterfrom
tristantarrant:HRCPP-98/more_missing_methods
Closed

HRCPP-98 Add more methods to the SWIG layer#88
tristantarrant wants to merge 1 commit intoinfinispan:masterfrom
tristantarrant:HRCPP-98/more_missing_methods

Conversation

@tristantarrant
Copy link
Member

HRCPP-98 Add more methods to the SWIG layer

  • ServerStatistics stats()
  • boolean replaceWithVersion(K key, V newValue, long version);
  • boolean replaceWithVersion(K key, V newValue, long version, int lifespanSeconds);
  • boolean replaceWithVersion(K key, V newValue, long version, int lifespanSeconds, int maxIdleTimeSeconds);
  • boolean removeWithVersion(K key, long version);

Make JniTest much simpler by using the TestNG APIs.
Test against 6.0.0.Final artifacts

https://issues.jboss.org/browse/HRCPP-98

  - ServerStatistics stats()
  - boolean replaceWithVersion(K key, V newValue, long version);
  - boolean replaceWithVersion(K key, V newValue, long version, int lifespanSeconds);
  - boolean replaceWithVersion(K key, V newValue, long version, int lifespanSeconds, int maxIdleTimeSeconds);
  - boolean removeWithVersion(K key, long version);

Make JniTest much simpler by using the TestNG APIs.
Test against 6.0.0.Final artifacts
@ghost
Copy link

ghost commented Nov 28, 2013

Pulled. Thanks!

@ghost ghost closed this Nov 28, 2013
@tristantarrant tristantarrant deleted the HRCPP-98/more_missing_methods branch November 28, 2013 19:15
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant