Uses of Interface
org.apache.accumulo.core.constraints.Constraint

Packages that use Constraint
org.apache.accumulo.examples.constraints   
org.apache.accumulo.server.constraints   
 

Uses of Constraint in org.apache.accumulo.examples.constraints
 

Classes in org.apache.accumulo.examples.constraints that implement Constraint
 class AlphaNumKeyConstraint
          This class is an accumulo constraint that ensures all fields of a key are alpha numeric.
 class NumericValueConstraint
           
 

Uses of Constraint in org.apache.accumulo.server.constraints
 

Classes in org.apache.accumulo.server.constraints that implement Constraint
 class MetadataConstraints
           
 class SystemConstraint
           
 class UnsatisfiableConstraint
           
 

Methods in org.apache.accumulo.server.constraints with parameters of type Constraint
 void ConstraintChecker.addConstraint(Constraint c)
           
 



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