- Sep 21, 2017
-
-
Sean Busbey authored
-
- Aug 05, 2017
-
-
Kirill Vlasov authored
[core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList". (manolama - updated bindings added since the PR) Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
- May 12, 2017
-
-
sashas83 authored
Adding support for memcached binary protocol as described in https://github.com/memcached/memcached/blob/master/doc/protocol.txt. Protocol can be set via memcached.protocol property of YCSB memcached workload. if specified protocol must be "binary" or "text". If unspecified text version is used.
-
- Nov 18, 2016
-
-
Kevin Risden authored
-
- Sep 27, 2016
-
-
hxd authored
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
- May 04, 2016
-
-
Stanley Feng authored
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Feb 16, 2016
-
-
Kevin Risden authored
-
- Jan 27, 2016
-
-
Sean Busbey authored
- define checkstyle configs in as few places as possible - use checkstyle:check since it has defaults that match what we want (fail after logging to console) - modules that have current failures set property checkstyle.failOnViolation to false.
-
- Dec 31, 2015
-
-
Kirill Vlasov authored
[core accumulo couchbase memcached] Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness
-
- Dec 20, 2015
-
-
bigbes authored
-
- Dec 16, 2015
-
-
Misha Brukman authored
For reference, other bindings don't appear to specify a `groupId` at this level in their `pom.xml` files. @shivam-maharshi says in a [comment][1]: > The groupId here is the duplicate of the parent groupId. This is creating a > problem in the maven build. [1]: https://github.com/brianfrankcooper/YCSB/commit/d4b1d247a31cf9fbf42b2e324b5b1cc27fdd9565#commitcomment-15030853
-
- Dec 10, 2015
-
-
Misha Brukman authored
The memcached support was extracted from PR #98 by @jbellis, with cleanups to bring it in line with current APIs and style guide. This PR also addresses issue #326.
-