Package | Description |
---|---|
alluxio.master.file.meta | |
alluxio.master.lineage.meta |
Modifier and Type | Class and Description |
---|---|
class |
Inode<T>
Inode is an abstract class, with information shared by all types of Inodes. |
class |
InodeDirectory
Alluxio file system's directory representation in the file system master.
|
class |
InodeDirectoryIdGenerator
Inode id management for directory inodes.
|
class |
InodeFile
Alluxio file system's file representation in the file system master.
|
Modifier and Type | Class and Description |
---|---|
class |
Lineage
A lineage tracks the dependencies imposed by a job, including the input files the job depends on,
and the output files the job generates.
|
class |
LineageIdGenerator
Generates the lineage id as sequence number.
|
Copyright © 2023. All Rights Reserved.