Class RocksDbPersistentList<E>
java.lang.Object
org.apache.hadoop.ozone.om.snapshot.RocksDbPersistentList<E>
- All Implemented Interfaces:
PersistentList<E>
Persistent list backed by RocksDB.
-
Constructor Summary
ConstructorsConstructorDescriptionRocksDbPersistentList(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 Summary
-
Constructor Details
-
RocksDbPersistentList
-
-
Method Details
-
add
- Specified by:
addin interfacePersistentList<E>
-
addAll
- Specified by:
addAllin interfacePersistentList<E>
-
get
- Specified by:
getin interfacePersistentList<E>
-
iterator
- Specified by:
iteratorin interfacePersistentList<E>
-