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 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;
      • 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;
      • 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;
      • 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;
      • 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;