Uses of Interface
org.apache.hadoop.ozone.container.metadata.DBStoreManager
Packages that use DBStoreManager
Package
Description
This package contains classes that define the structure of the datanode's database,
and allow reading and writing to it.
-
Uses of DBStoreManager in org.apache.hadoop.ozone.container.metadata
Subinterfaces of DBStoreManager in org.apache.hadoop.ozone.container.metadataModifier and TypeInterfaceDescriptioninterfaceInterface for interacting with datanode databases.interfaceInterface for interacting with database in the master volume of a datanode.Classes in org.apache.hadoop.ozone.container.metadata that implement DBStoreManagerModifier and TypeClassDescriptionclassImplementation of theDatanodeStoreinterface that contains functionality common to all more derived datanode store implementations.classAbstractRDBStore<DEF extends org.apache.hadoop.hdds.utils.db.DBDefinition>Abstract Interface defining the way to interact with any rocksDB in the datanode.classConstructs a datanode store in accordance with schema version 1, which places all data in the default column family.classConstructs a datanode store in accordance with schema version 3, which uses three column families/tables: 1.classConstructs a datanode store in accordance with schema version 2, which uses three column families/tables: 1.classConstructs a datanode store in accordance with schema version 2, which uses three column families/tables: 1.final classClass for interacting with database in the master volume of a datanode.