Package flyteidl.core
Interface Compiler.ConnectionSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Compiler.ConnectionSet,Compiler.ConnectionSet.Builder
- Enclosing class:
- Compiler
public static interface Compiler.ConnectionSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsDownstream(String key)A list of all the node ids that are downstream from a given node idbooleancontainsUpstream(String key)A list of all the node ids, that are upstream of this node idMap<String,Compiler.ConnectionSet.IdList>getDownstream()Deprecated.intgetDownstreamCount()A list of all the node ids that are downstream from a given node idMap<String,Compiler.ConnectionSet.IdList>getDownstreamMap()A list of all the node ids that are downstream from a given node idCompiler.ConnectionSet.IdListgetDownstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)A list of all the node ids that are downstream from a given node idCompiler.ConnectionSet.IdListgetDownstreamOrThrow(String key)A list of all the node ids that are downstream from a given node idMap<String,Compiler.ConnectionSet.IdList>getUpstream()Deprecated.intgetUpstreamCount()A list of all the node ids, that are upstream of this node idMap<String,Compiler.ConnectionSet.IdList>getUpstreamMap()A list of all the node ids, that are upstream of this node idCompiler.ConnectionSet.IdListgetUpstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)A list of all the node ids, that are upstream of this node idCompiler.ConnectionSet.IdListgetUpstreamOrThrow(String key)A list of all the node ids, that are upstream of this node id-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDownstreamCount
int getDownstreamCount()
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
containsDownstream
boolean containsDownstream(String key)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
getDownstream
@Deprecated Map<String,Compiler.ConnectionSet.IdList> getDownstream()
Deprecated.UsegetDownstreamMap()instead.
-
getDownstreamMap
Map<String,Compiler.ConnectionSet.IdList> getDownstreamMap()
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
getDownstreamOrDefault
Compiler.ConnectionSet.IdList getDownstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
getDownstreamOrThrow
Compiler.ConnectionSet.IdList getDownstreamOrThrow(String key)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
getUpstreamCount
int getUpstreamCount()
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
containsUpstream
boolean containsUpstream(String key)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
getUpstream
@Deprecated Map<String,Compiler.ConnectionSet.IdList> getUpstream()
Deprecated.UsegetUpstreamMap()instead.
-
getUpstreamMap
Map<String,Compiler.ConnectionSet.IdList> getUpstreamMap()
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
getUpstreamOrDefault
Compiler.ConnectionSet.IdList getUpstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
getUpstreamOrThrow
Compiler.ConnectionSet.IdList getUpstreamOrThrow(String key)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
-