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.rsgroup |
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 |
---|---|
private void |
RSGroupAdminServer.checkForDeadOrOnlineServers(Set<Address> servers)
Check if the set of servers are belong to dead servers list or online servers list.
|
private void |
RSGroupInfoManagerImpl.checkGroupName(String groupName) |
private void |
RSGroupAdminServer.checkOnlineServersOnly(Set<Address> servers) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.