Package | Description |
---|---|
tachyon.master |
Modifier and Type | Field and Description |
---|---|
DependencyType |
Dependency.mDependencyType |
Modifier and Type | Method and Description |
---|---|
static DependencyType |
DependencyType.getDependencyType(int value)
Get the enum value with the given integer value.
|
static DependencyType |
DependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyType[] |
DependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EditLog.createDependency(List<Integer> parents,
List<Integer> children,
String commandPrefix,
List<ByteBuffer> data,
String comment,
String framework,
String frameworkVersion,
DependencyType dependencyType,
int depId,
long creationTimeMs)
Log a createDependency operation.
|
int |
MasterInfo.createDependency(List<TachyonURI> parents,
List<TachyonURI> children,
String commandPrefix,
List<ByteBuffer> data,
String comment,
String framework,
String frameworkVersion,
DependencyType dependencyType) |
Constructor and Description |
---|
Dependency(int id,
List<Integer> parents,
List<Integer> children,
String commandPrefix,
List<ByteBuffer> data,
String comment,
String framework,
String frameworkVersion,
DependencyType type,
Collection<Integer> parentDependencies,
long creationTimeMs)
Create a new dependency
|
Copyright © 2015. All Rights Reserved.