Package org.apache.hadoop.hbase.exceptions

Examples of org.apache.hadoop.hbase.exceptions.ConstraintException


*/
public class AllFailConstraint extends BaseConstraint {

  @Override
  public void check(Put p) throws ConstraintException {
    throw new ConstraintException("AllFailConstraint fails for all puts");
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.hbase.exceptions.ConstraintException

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.