| Package | Description |
|---|---|
| alluxio.master.file.meta | |
| alluxio.master.metastore | |
| alluxio.master.metastore.caching | |
| alluxio.master.metastore.heap | |
| alluxio.master.metastore.rocks |
| Constructor and Description |
|---|
InodeTree(InodeStore inodeStore,
ContainerIdGenerable containerIdGenerator,
InodeDirectoryIdGenerator directoryIdGenerator,
MountTable mountTable,
InodeLockManager lockManager) |
InodeTreeBufferedIterator(InodeStore inodeStore,
InodeDirectory rootInode)
Creates buffered iterator.
|
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 © 2019. All Rights Reserved.