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.Constraint
getViolationDescription
in interface org.apache.accumulo.core.constraints.Constraint
public List<Short> check(org.apache.accumulo.core.constraints.Constraint.Environment env, Mutation mutation)
org.apache.accumulo.core.constraints.Constraint
check
in interface org.apache.accumulo.core.constraints.Constraint
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.