Modifier and Type | Method and Description |
---|---|
CloseableIterator<Journal.JournalEntry> |
DefaultBlockMaster.getJournalEntryIterator() |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Journal.JournalEntry> |
ActiveSyncManager.getJournalEntryIterator() |
Modifier and Type | Method and Description |
---|---|
static CloseableIterator<Journal.JournalEntry> |
InodeTreeBufferedIterator.create(InodeStore inodeStore,
InodeDirectory rootInode)
Creates buffered iterator with closeable interface.
|
CloseableIterator<Journal.JournalEntry> |
InodeDirectoryIdGenerator.getJournalEntryIterator() |
CloseableIterator<Journal.JournalEntry> |
InodeTreePersistentState.getJournalEntryIterator() |
CloseableIterator<Journal.JournalEntry> |
MountTable.State.getJournalEntryIterator() |
Modifier and Type | Method and Description |
---|---|
default CloseableIterator<Journal.JournalEntry> |
DelegatingJournaled.getJournalEntryIterator() |
CloseableIterator<Journal.JournalEntry> |
JournaledGroup.getJournalEntryIterator() |
default CloseableIterator<Journal.JournalEntry> |
NoopJournaled.getJournalEntryIterator() |
CloseableIterator<Journal.JournalEntry> |
JournalEntryIterable.getJournalEntryIterator() |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Journal.JournalEntry> |
PathProperties.State.getJournalEntryIterator() |
CloseableIterator<Journal.JournalEntry> |
DefaultMetaMaster.getJournalEntryIterator() |
CloseableIterator<Journal.JournalEntry> |
DefaultMetaMaster.State.getJournalEntryIterator() |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<BlockStore.Block> |
BlockStore.getCloseableIterator()
Gets a
CloseableIterator over the blocks. |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<BlockStore.Block> |
HeapBlockStore.getCloseableIterator() |
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIterator<T> |
RocksUtils.createCloseableIterator(org.rocksdb.RocksIterator rocksIterator,
alluxio.master.metastore.rocks.RocksUtils.RocksIteratorParser<T> parser)
Used to wrap an
CloseableIterator over RocksIterator . |
CloseableIterator<BlockStore.Block> |
RocksBlockStore.getCloseableIterator() |
CloseableIterator<InodeView> |
RocksInodeStore.getCloseableIterator()
The name is intentional, in order to distinguish from the
Iterable interface. |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Journal.JournalEntry> |
AlluxioCatalog.getJournalEntryIterator() |
CloseableIterator<Journal.JournalEntry> |
Database.getJournalEntryIterator() |
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIterator<T> |
CloseableIterator.concat(CloseableIterator<T> a,
CloseableIterator<T> b)
Combines two iterators into a single iterator.
|
static <T> CloseableIterator<T> |
CloseableIterator.concat(List<CloseableIterator<T>> iterators)
Concatenates iterators.
|
static <T> CloseableIterator<T> |
CloseableIterator.create(Iterator<? extends T> iterator,
java.util.function.Consumer<Void> closeAction)
Wrap around an iterator with a resource to close.
|
static <T> CloseableIterator<T> |
CloseableIterator.noopCloseable(Iterator<? extends T> iterator)
Wraps around an iterator with no resource to close.
|
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIterator<T> |
CloseableIterator.concat(CloseableIterator<T> a,
CloseableIterator<T> b)
Combines two iterators into a single iterator.
|
static <T> CloseableIterator<T> |
CloseableIterator.concat(CloseableIterator<T> a,
CloseableIterator<T> b)
Combines two iterators into a single iterator.
|
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIterator<T> |
CloseableIterator.concat(List<CloseableIterator<T>> iterators)
Concatenates iterators.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Journal.JournalEntry> |
MasterUfsManager.getJournalEntryIterator() |
Copyright © 2023. All Rights Reserved.