Class BaseConstraint
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.constraint.BaseConstraint
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable
,Constraint
@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
-
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.conf.Configurable
getConf, setConf
Methods inherited from interface org.apache.hadoop.hbase.constraint.Constraint
check
-
Constructor Details
-
BaseConstraint
public BaseConstraint()
-