Re: IRiakClient and fetchMeta

2013-11-08 Thread JohnP
Perfect - Thanks! -- View this message in context: http://riak-users.197444.n3.nabble.com/IRiakClient-and-fetchMeta-tp4029723p4029735.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailing list riak-users@lists.basho

IRiakClient and fetchMeta

2013-11-07 Thread JohnP
Hi - I am using the java client library for Riak and trying to determine if there is an equivalent way to query only for metadata with IRiakClient in the same manner one can with the older RiakClient? RiakClient has the following method: fetchMeta(String bucket, String key) Thanks in advance!