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   
org.apache.accumulo.test.functional   
 

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
           
 

Uses of Constraint in org.apache.accumulo.test.functional
 

Classes in org.apache.accumulo.test.functional that implement Constraint
 class SlowConstraint
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.