Package | Description |
---|---|
alluxio.master.file.meta | |
alluxio.master.metastore | |
alluxio.master.metastore.caching | |
alluxio.master.metastore.heap | |
alluxio.master.metastore.rocks |
Modifier and Type | Method and Description |
---|---|
static CloseableIterator<Journal.JournalEntry> |
InodeTreeBufferedIterator.create(InodeStore inodeStore,
InodeDirectory rootInode)
Creates buffered iterator with closeable interface.
|
Constructor and Description |
---|
InodeTree(InodeStore inodeStore,
ContainerIdGenerable containerIdGenerator,
InodeDirectoryIdGenerator directoryIdGenerator,
MountTable mountTable,
InodeLockManager lockManager) |
InodeTreePersistentState(InodeStore inodeStore,
InodeLockManager lockManager,
TtlBucketList ttlBucketList) |
Constructor and Description |
---|
DelegatingReadOnlyInodeStore(InodeStore delegate) |
Modifier and Type | Class and Description |
---|---|
class |
CachingInodeStore
An inode store which caches inode tree metadata and delegates to another inode store for cache
misses.
|
Constructor and Description |
---|
CachingInodeStore(InodeStore backingStore,
InodeLockManager lockManager) |
Modifier and Type | Class and Description |
---|---|
class |
HeapInodeStore
FileStore implementation using on-heap data structures.
|
Modifier and Type | Class and Description |
---|---|
class |
RocksInodeStore
File store backed by RocksDB.
|
Copyright © 2023. All Rights Reserved.