| Package | Description |
|---|---|
| alluxio.master.block | |
| alluxio.master.file.meta |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockMaster
Interface of the block master that manages the metadata for all the blocks and block workers in
Alluxio.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockContainerIdGenerator
This class generates unique block container ids.
|
class |
DefaultBlockMaster
This block master manages the metadata for all the blocks and block workers in Alluxio.
|
| Constructor and Description |
|---|
InodeDirectoryIdGenerator(ContainerIdGenerable containerIdGenerator) |
InodeTree(InodeStore inodeStore,
ContainerIdGenerable containerIdGenerator,
InodeDirectoryIdGenerator directoryIdGenerator,
MountTable mountTable,
InodeLockManager lockManager) |
Copyright © 2020. All Rights Reserved.