Class DataFlowKey

    • Constructor Summary

      Constructors 
      Constructor Description
      DataFlowKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataFlowKey cluster​(java.lang.String cluster)  
      boolean equals​(java.lang.Object o)  
      DataFlowKey flowId​(java.lang.String flowId)  
      @NotNull java.lang.String get__type()
      Name of this subclass in SimpleClassName format
      @NotNull java.lang.String getCluster()
      Cluster where the flow is executed
      @NotNull java.lang.String getFlowId()
      Unique Identifier of the data flow
      @NotNull java.lang.String getOrchestrator()
      Workflow manager like azkaban, airflow which orchestrates the flow
      int hashCode()  
      DataFlowKey orchestrator​(java.lang.String orchestrator)  
      void setCluster​(java.lang.String cluster)  
      void setFlowId​(java.lang.String flowId)  
      void setOrchestrator​(java.lang.String orchestrator)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataFlowKey

        public DataFlowKey()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • orchestrator

        public DataFlowKey orchestrator​(java.lang.String orchestrator)
      • getOrchestrator

        @NotNull
        public @NotNull java.lang.String getOrchestrator()
        Workflow manager like azkaban, airflow which orchestrates the flow
        Returns:
        orchestrator
      • setOrchestrator

        public void setOrchestrator​(java.lang.String orchestrator)
      • flowId

        public DataFlowKey flowId​(java.lang.String flowId)
      • getFlowId

        @NotNull
        public @NotNull java.lang.String getFlowId()
        Unique Identifier of the data flow
        Returns:
        flowId
      • setFlowId

        public void setFlowId​(java.lang.String flowId)
      • cluster

        public DataFlowKey cluster​(java.lang.String cluster)
      • getCluster

        @NotNull
        public @NotNull java.lang.String getCluster()
        Cluster where the flow is executed
        Returns:
        cluster
      • setCluster

        public void setCluster​(java.lang.String cluster)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object