| Package | Description |
|---|---|
| alluxio.master.file | |
| alluxio.master.file.meta | |
| alluxio.master.metastore | |
| alluxio.master.metastore.caching | |
| alluxio.master.metastore.heap | |
| alluxio.master.metastore.rocks |
| Constructor and Description |
|---|
SafeUfsDeleter(MountTable mountTable,
ReadOnlyInodeStore inodeStore,
java.util.List<Pair<AlluxioURI,LockedInodePath>> inodes,
DeletePOptions deleteOptions)
Creates a new instance of
SafeUfsDeleter. |
UfsSyncChecker(MountTable mountTable,
ReadOnlyInodeStore inodeStore)
Create a new instance of
UfsSyncChecker. |
| Constructor and Description |
|---|
LockedInodePath(AlluxioURI uri,
ReadOnlyInodeStore inodeStore,
InodeLockManager inodeLockManager,
InodeDirectory root,
InodeTree.LockPattern lockPattern,
boolean tryLock)
Creates a new locked inode path.
|
TtlBucketList(ReadOnlyInodeStore inodeStore)
Creates a new list of
TtlBuckets. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InodeStore
Inode metadata storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingReadOnlyInodeStore
Wrapper for providing read-only access to an inode store.
|
| 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.
|
| 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 © 2020. All Rights Reserved.