Package com.yahoo.ycsb

Examples of com.yahoo.ycsb.WorkloadException


   *
   * @throws WorkloadException if this generator does not support integer values
   */
  public int nextInt() throws WorkloadException
  {
    throw new WorkloadException("DiscreteGenerator does not support nextInt()");
  }
View Full Code Here


   *
   * @throws WorkloadException
   *             if this generator does not support integer values
   */
  public int nextInt() throws WorkloadException {
    throw new WorkloadException(
        "DiscreteGenerator does not support nextInt()");
  }
View Full Code Here

TOP

Related Classes of com.yahoo.ycsb.WorkloadException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.