Interface PersistentList<E>
- All Known Implementing Classes:
RocksDbPersistentList
public interface PersistentList<E>
Define an interface for persistent list.
-
Method Summary
-
Method Details
-
add
-
addAll
-
get
-
iterator
org.apache.hadoop.ozone.util.ClosableIterator<E> iterator()
-