| Name | Description | Type | Package | Framework |
| AlphaNumKeyConstraint | This class is an accumulo constraint that ensures all fields of a key are alpha numeric. | Class | org.apache.accumulo.examples.simple.constraints | Apache Accumulo |
| MaxMutationSize | Ensure that mutations are a reasonable size: we must be able to fit several in memory at a time. | Class | org.apache.accumulo.examples.simple.constraints | Apache Accumulo |
| NumericValueConstraint | This class is an accumulo constraint that ensures values are numeric strings. | Class | org.apache.accumulo.examples.simple.constraints | Apache Accumulo |