Uses of Class
org.apache.hadoop.ozone.container.common.utils.ReferenceCountedDB
Packages that use ReferenceCountedDB
-
Uses of ReferenceCountedDB in org.apache.hadoop.ozone.container.common.utils
Methods in org.apache.hadoop.ozone.container.common.utils that return ReferenceCountedDBModifier and TypeMethodDescriptionContainerCache.getDB(long containerID, String containerDBType, String containerDBPath, String schemaVersion, org.apache.hadoop.hdds.conf.ConfigurationSource conf) Returns a DB handle if available, create the handler otherwise.Methods in org.apache.hadoop.ozone.container.common.utils with parameters of type ReferenceCountedDBModifier and TypeMethodDescriptionvoidContainerCache.addDB(String containerDBPath, ReferenceCountedDB db) Add a DB handler into cache.