Interface PersistentSet<E>
- All Known Implementing Classes:
RocksDbPersistentSet
public interface PersistentSet<E>
Define an interface for persistent set.
-
Method Summary
-
Method Details
-
add
-
iterator
org.apache.hadoop.ozone.util.ClosableIterator<E> iterator()
-