Uses of Enum Class
org.apache.hadoop.hbase.MetaRegionLocationCache.ZNodeOpType
Packages that use MetaRegionLocationCache.ZNodeOpType
-
Uses of MetaRegionLocationCache.ZNodeOpType in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return MetaRegionLocationCache.ZNodeOpTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MetaRegionLocationCache.ZNodeOpType[]
MetaRegionLocationCache.ZNodeOpType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type MetaRegionLocationCache.ZNodeOpTypeModifier and TypeMethodDescriptionprivate void
MetaRegionLocationCache.loadMetaLocationsFromZk
(RetryCounter retryCounter, MetaRegionLocationCache.ZNodeOpType opType) Populates the current snapshot of meta locations from ZK.private void
MetaRegionLocationCache.updateMetaLocation
(String path, MetaRegionLocationCache.ZNodeOpType opType)