Class Constraints

java.lang.Object
org.apache.hadoop.hbase.constraint.Constraints

@Private public final class Constraints extends Object
Utilities for adding/removing constraints from a table.

Constraints can be added on table load time, via the HTableDescriptor.

NOTE: this class is NOT thread safe. Concurrent setting/enabling/disabling of constraints can cause constraints to be run at incorrect times or not at all.