org.apache.accumulo.server.constraints
Class ConstraintChecker

java.lang.Object
  extended by org.apache.accumulo.server.constraints.ConstraintChecker

public class ConstraintChecker
extends Object


Constructor Summary
ConstraintChecker()
           
 
Method Summary
 void addConstraint(Constraint c)
           
 Violations check(Constraint.Environment env, Mutation m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintChecker

public ConstraintChecker()
Method Detail

addConstraint

public void addConstraint(Constraint c)

check

public Violations check(Constraint.Environment env,
                        Mutation m)


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