Class DatanodeStoreSchemaOneImpl

All Implemented Interfaces:
AutoCloseable, DatanodeStore, DBStoreManager, org.apache.ratis.util.UncheckedAutoCloseable

public class DatanodeStoreSchemaOneImpl extends AbstractDatanodeStore
Constructs a datanode store in accordance with schema version 1, which places all data in the default column family.
  • Constructor Details

    • DatanodeStoreSchemaOneImpl

      public DatanodeStoreSchemaOneImpl(org.apache.hadoop.hdds.conf.ConfigurationSource config, String dbPath, boolean openReadOnly) throws IOException
      Constructs the metadata store and starts the DB Services.
      Parameters:
      config - - Ozone Configuration.
      Throws:
      IOException - - on Failure.
  • Method Details