Hi,

Is there a way to quick check if a key is present without fetching it using the Riak Java client? It would be nice to have one for quick checks without fetching the key:

/interface Bucket {//
//   ....//
//   public boolean isKeyPresent(String key);//
//   ....//
//}/


Of course, that would have to be supported via PB client without actually fetching the key (If current implementation makes it possible)

Thanks,

Guido.
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to