Package | Description |
---|---|
alluxio.master.metastore.rocks | |
alluxio.rocks |
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIterator<T> |
RocksUtils.createCloseableIterator(org.rocksdb.RocksIterator rocksIterator,
RocksUtils.RocksIteratorParser<T> parser,
java.util.function.Supplier<Void> abortCheck,
RocksSharedLockHandle rocksDbSharedLock)
Used to wrap an
CloseableIterator over RocksIterator . |
Modifier and Type | Method and Description |
---|---|
RocksSharedLockHandle |
RocksStore.checkAndAcquireSharedLock()
This is the core logic of the shared lock mechanism.
|
Copyright © 2023. All Rights Reserved.