Package | Description |
---|---|
alluxio.client.lineage |
Modifier and Type | Field and Description |
---|---|
protected LineageContext |
AbstractLineageClient.mContext |
Modifier and Type | Method and Description |
---|---|
static LineageContext |
LineageContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineageContext[] |
LineageContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LineageFileSystem |
LineageFileSystem.get(FileSystemContext fileSystemContext,
LineageContext lineageContext) |
static AlluxioLineage |
AlluxioLineage.get(LineageContext context) |
Constructor and Description |
---|
AbstractLineageClient(LineageContext context)
Constructs a new instance with a
LineageContext . |
AlluxioLineage(LineageContext context)
Internal constructor that constructs a new instance with a
LineageContext . |
Copyright © 2023. All Rights Reserved.