Class RocksDbPersistentList<E>

java.lang.Object
org.apache.hadoop.ozone.om.snapshot.RocksDbPersistentList<E>
All Implemented Interfaces:
PersistentList<E>

public class RocksDbPersistentList<E> extends Object implements PersistentList<E>
Persistent list backed by RocksDB.
  • Constructor Details

    • RocksDbPersistentList

      public RocksDbPersistentList(org.apache.hadoop.hdds.utils.db.managed.ManagedRocksDB db, org.rocksdb.ColumnFamilyHandle columnFamilyHandle, org.apache.hadoop.hdds.utils.db.CodecRegistry codecRegistry, Class<E> entryType)
  • Method Details