Uses of Class
org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException
Packages that use NoSuchColumnFamilyException
Package
Description
Table of Contents
-
Uses of NoSuchColumnFamilyException in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor that throw NoSuchColumnFamilyExceptionModifier and TypeMethodDescriptionprivate voidMultiRowMutationEndpoint.checkFamily(Region region, byte[] family) -
Uses of NoSuchColumnFamilyException in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that throw NoSuchColumnFamilyExceptionModifier and TypeMethodDescriptionprivate voidHRegion.checkFamilies(Collection<byte[]> families, Durability durability) private voidHRegion.checkFamily(byte[] family) private voidHRegion.checkFamily(byte[] family, Durability durability)