Version of couchbase-client with "getView" support?
I'm having difficulty using the spymemcached-2.8-preview3.jar library due to it taking 100% of my cpu when running and accessing the server (thus bringing my development system to a crawl). I'm not noticing this problem when using the Couchbase-Java-Client-1.0.1 file (which appears to be newer code?), so we switched to this file.
I'm now at a point that I want to start using views, but the Couchbase-Java-Client-1.0.1 file doesn't have support for accessing views. (No getView command that I can see). I downloaded the newest code from the couchbase/couchbase-java-client github, but it also seemingly has no getView command.
Am I missing something obvious or is that code not yet reworked into the new client?
Thanks!
P.S. - Eagerly awaiting preview4 and the numerous view related fixes! :)
Thanks for the update.
In the meantime, I'm coding around not having the views in my application code by loading all my objects and iterating over them (obviously not a good solution for a production system, but it's working okay for initial development).
Note, it's out now! couchbase.com/develop/java/next
Does this code have the fix for the 100% CPU problem, or is that going to be in a later release?
I've posted a possible fix for the 100% cpu issue here:
http://www.couchbase.com/issues/browse/JCBC-20
http://www.couchbase.com/issues/browse/JCBC-26
We didn't add views to Couchbase Client yet, but are in the process of doing so. The code is in review right now and should be merged soon.
http://review.couchbase.org/#change,13688
Also, we haven't fixed the 100% CPU issue yet, but it is marked as a blocker for the next release of Couchbase Client.