public class VisibilityConstraint extends Object implements org.apache.accumulo.core.constraints.Constraint
| Constructor and Description | 
|---|
| VisibilityConstraint() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Short> | check(org.apache.accumulo.core.constraints.Constraint.Environment env,
     Mutation mutation)Checks a mutation for constrain violations. | 
| String | getViolationDescription(short violationCode)Implementers of this method should return a short one sentence description of what a given violation code means. | 
public String getViolationDescription(short violationCode)
org.apache.accumulo.core.constraints.ConstraintgetViolationDescription in interface org.apache.accumulo.core.constraints.Constraintpublic List<Short> check(org.apache.accumulo.core.constraints.Constraint.Environment env, Mutation mutation)
org.apache.accumulo.core.constraints.Constraintcheck in interface org.apache.accumulo.core.constraints.ConstraintCopyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.