org.apache.accumulo.server.constraints
Class MetadataConstraints

java.lang.Object
  extended by org.apache.accumulo.server.constraints.MetadataConstraints
All Implemented Interfaces:
Constraint

public class MetadataConstraints
extends java.lang.Object
implements Constraint


Constructor Summary
MetadataConstraints()
           
 
Method Summary
 java.util.List<java.lang.Short> check(Mutation mutation)
           
protected  void finalize()
           
 java.lang.String getViolationDescription(short violationCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataConstraints

public MetadataConstraints()
Method Detail

check

public java.util.List<java.lang.Short> check(Mutation mutation)
Specified by:
check in interface Constraint

getViolationDescription

public java.lang.String getViolationDescription(short violationCode)
Specified by:
getViolationDescription in interface Constraint

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.