Thanks Russell! Any benefit to using IRiakClient vs RawClient other than what's apparent in the API spec?
On Wed, Apr 11, 2012 at 12:09 PM, Russell Brown <[email protected]> wrote: > Hi Ahmed, > > On 11 Apr 2012, at 19:45, Ahmed Bashir wrote: > > Thanks for the link; this is precisely what led me to believe that > PBClusterConfig only supports IRiakClient, so I thought I'd ask around > > > PBClusterConfig is used to produce a RawClient. IRiakClient is just a > wrapper around RawClient. The cluster client is a RawClient. RawClient is > more like that legacy RiakClient/RiakObject classes you're using. > > See http://basho.github.com/riak-java-client/1.0.5/com/basho/riak/client/raw/pbc/PBRiakClientFactory.html for > details. > > Cheers > > Russell > > > ... > > Also, if we create a RiakClient with a single host (and others exist), > is there any auto-dicovery that goes on to balance the requests across > ll ring members, or will that one host process all the app requests? > > > > On Wed, Apr 11, 2012 at 11:32 AM, Sean Cribbs <[email protected]> wrote: > > Ahmed, > > > I think you'll find this resource useful, it contains some examples of how > > to use > > PBClusterConfig: https://github.com/basho/riak-java-client/wiki/ClientFactory > > > On Wed, Apr 11, 2012 at 2:29 PM, Ahmed Bashir <[email protected]> > > wrote: > > > Hey guys, > > > I currently have an app that uses the RiakClient/RiakObject interface > > (fetch(),store(),etc) in lieu of the > > IRiakClient/IRiakObject/FetchObject interface. > > > Is there any way for me to continue using my code with > > PBClusterConfig? It looks like I need to move to using IRiakClient in > > order to take advantage of PBClusterConfig, is that so? > > > Any insight would be appreciated, thanks! > > > Ahmed > > > _______________________________________________ > > riak-users mailing list > > [email protected] > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > > > > -- > > Sean Cribbs <[email protected]> > > Software Engineer > > Basho Technologies, Inc. > > http://basho.com/ > > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
