org.apache.accumulo.server.constraints
Class ConstraintChecker

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

public class ConstraintChecker
extends java.lang.Object


Constructor Summary
ConstraintChecker()
           
 
Method Summary
 void addConstraint(Constraint c)
           
 Violations check(KeyExtent extent, 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(KeyExtent extent,
                        Mutation m)


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