org.apache.hadoop.hbase.constraint
Class BaseConstraint

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.apache.hadoop.hbase.constraint.BaseConstraint
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, Constraint

@InterfaceAudience.Private
public abstract class BaseConstraint
extends org.apache.hadoop.conf.Configured
implements Constraint

Base class to use when actually implementing a Constraint. It takes care of getting and setting of configuration for the constraint.


Constructor Summary
BaseConstraint()
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hbase.constraint.Constraint
check
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Constructor Detail

BaseConstraint

public BaseConstraint()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.