Navigation Menu

Skip to content

Commit

Permalink
Clarify javadoc on routing tier.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkreps committed Jun 22, 2009
1 parent 95ab1e2 commit 65c900d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/java/voldemort/client/ClientConfig.java
Expand Up @@ -253,7 +253,8 @@ public RoutingTier getRoutingTier() {

/**
* Set the tier at which routing occurs. Client-side routing occurs on the
* client, and server-side routing on the server.
* client, and server-side routing on the server. This is not yet used, as
* the java client only supports client-side routing.
*
* @param routingTier The routing tier to use for routing requests
*/
Expand Down

0 comments on commit 65c900d

Please sign in to comment.