Uses of Class
org.apache.hadoop.ozone.container.metadata.AbstractRDBStore
Packages that use AbstractRDBStore
Package
Description
This package contains classes that define the structure of the datanode's database,
and allow reading and writing to it.
-
Uses of AbstractRDBStore in org.apache.hadoop.ozone.container.metadata
Subclasses of AbstractRDBStore in org.apache.hadoop.ozone.container.metadataModifier and TypeClassDescriptionclassImplementation of theDatanodeStoreinterface that contains functionality common to all more derived datanode store implementations.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.