Example #1
0
 /**
  * Returns a repository instance which will automatically balance requests over the available Lily
  * servers, and will retry operations according to what is specified in {@link RetryConf}.
  *
  * <p>To see some information when the client goes into retry mode, enable INFO logging for the
  * category org.lilyproject.client.
  */
 public Repository getRepository() {
   return balancingAndRetryingLilyConnection.getRepository();
 }