Class CheckConfigurationConstraint

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

public class CheckConfigurationConstraint extends org.apache.hadoop.hbase.constraint.BaseConstraint
Test Constraint to check to make sure the configuration is set
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static String
     
    private static String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(org.apache.hadoop.hbase.client.Put p)
     
    static org.apache.hadoop.conf.Configuration
     
    void
    setConf(org.apache.hadoop.conf.Configuration conf)
     

    Methods inherited from class org.apache.hadoop.conf.Configured

    getConf

    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
  • Field Details

  • Constructor Details

  • Method Details

    • getConfiguration

      public static org.apache.hadoop.conf.Configuration getConfiguration()
    • check

      public void check(org.apache.hadoop.hbase.client.Put p)
    • setConf

      public void setConf(org.apache.hadoop.conf.Configuration conf)
      Specified by:
      setConf in interface org.apache.hadoop.conf.Configurable
      Overrides:
      setConf in class org.apache.hadoop.conf.Configured