Uses of Class
org.apache.hadoop.hbase.constraint.ConstraintException
Package
Description
Restrict the domain of a data attribute, often times to fulfill business rules/requirements.
-
Uses of ConstraintException in org.apache.hadoop.hbase.constraint
-
Uses of ConstraintException in org.apache.hadoop.hbase.master.procedure
Modifier and TypeMethodDescriptionstatic void
MasterProcedureUtil.checkGroupNotEmpty
(RSGroupInfo rsGroupInfo, Supplier<String> forWhom) Do not allow creating new tables/namespaces which has an empty rs group, expect the default rs group. -
Uses of ConstraintException in org.apache.hadoop.hbase.rsgroup
Modifier and TypeMethodDescriptionprivate void
RSGroupInfoManagerImpl.checkGroupName
(String groupName) private RSGroupInfo
RSGroupInfoManagerImpl.getRSGroupInfo
(String groupName)