| Package | Description |
|---|---|
| org.apache.hadoop.hbase.constraint |
Restrict the domain of a data attribute, often times to fulfill business rules/requirements.
|
| org.apache.hadoop.hbase.master.procedure |
| Modifier and Type | Method and Description |
|---|---|
void |
Constraint.check(Put p)
Check a
Put to ensure it is valid for the table. |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.