org.apache.hadoop.hbase.constraint
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
@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.
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 |
BaseConstraint
public BaseConstraint()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.