java.lang.Object
org.apache.hadoop.ozone.container.common.interfaces.DBHandle
All Implemented Interfaces:
AutoCloseable, org.apache.ratis.util.UncheckedAutoCloseable
Direct Known Subclasses:
RawDB, ReferenceCountedDB

public abstract class DBHandle extends Object implements org.apache.ratis.util.UncheckedAutoCloseable
DB handle abstract class.
  • Constructor Details

  • Method Details

    • getStore

      public DatanodeStore getStore()
    • getContainerDBPath

      public String getContainerDBPath()
    • cleanup

      public boolean cleanup()