Uses of Class
org.apache.hadoop.hbase.client.locking.EntityLock
Package
Description
-
Uses of EntityLock in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionMockRegionServerServices.regionLock
(List<RegionInfo> regionInfos, String description, Abortable abort) -
Uses of EntityLock in org.apache.hadoop.hbase.client.locking
Modifier and TypeMethodDescriptionLockServiceClient.namespaceLock
(String namespace, String description, Abortable abort) LocCreate a new EntityLock object to acquire exclusive lock on a namespace.LockServiceClient.regionLock
(List<RegionInfo> regionInfos, String description, Abortable abort) Create a new EntityLock object to acquire exclusive lock on multiple regions of same tables.LockServiceClient.tableLock
(TableName tableName, boolean exclusive, String description, Abortable abort) Create a new EntityLock object to acquire an exclusive or shared lock on a table. -
Uses of EntityLock in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionHRegionServer.regionLock
(List<RegionInfo> regionInfo, String description, Abortable abort) RegionServerServices.regionLock
(List<RegionInfo> regionInfos, String description, Abortable abort) Master based locks on namespaces/tables/regions.