|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.constraints.MetadataConstraints
public class MetadataConstraints
Constructor Summary | |
---|---|
MetadataConstraints()
|
Method Summary | |
---|---|
java.util.List<java.lang.Short> |
check(Mutation mutation)
Checks a mutation for constrain violations. |
protected void |
finalize()
|
java.lang.String |
getViolationDescription(short violationCode)
Implementers of this method should return a short one sentence description of what a given violation code means. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataConstraints()
Method Detail |
---|
public java.util.List<java.lang.Short> check(Mutation mutation)
Constraint
check
in interface Constraint
public java.lang.String getViolationDescription(short violationCode)
Constraint
getViolationDescription
in interface Constraint
protected void finalize()
finalize
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |