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

Packages that use Constraint
org.apache.accumulo.core.security   
org.apache.accumulo.examples.simple.constraints   
org.apache.accumulo.server.constraints   
 

Uses of Constraint in org.apache.accumulo.core.security
 

Classes in org.apache.accumulo.core.security that implement Constraint
 class VisibilityConstraint
           
 

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

Classes in org.apache.accumulo.examples.simple.constraints that implement Constraint
 class AlphaNumKeyConstraint
          This class is an accumulo constraint that ensures all fields of a key are alpha numeric.
 class MaxMutationSize
          Ensure that mutations are a reasonable size: we must be able to fit several in memory at a time.
 class NumericValueConstraint
          This class is an accumulo constraint that ensures values are numeric strings.
 

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.