Package | Description |
---|---|
tachyon.master |
Modifier and Type | Field and Description |
---|---|
DependencyType |
Dependency.TYPE |
Modifier and Type | Method and Description |
---|---|
static DependencyType |
DependencyType.getDependencyType(int 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) |
int |
MasterInfo.createDependency(List<String> parents,
List<String> 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) |
Copyright © 2014. All rights reserved.