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(TableConfiguration conf)
           
 
Method Summary
 Violations check(Constraint.Environment env, Mutation m)
           
 boolean classLoaderChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintChecker

public ConstraintChecker(TableConfiguration conf)
Method Detail

classLoaderChanged

public boolean classLoaderChanged()

check

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.