Class JobPlanInfo.Plan.Node.Input

    • Constructor Detail

      • Input

        public Input​(String id,
                     long num,
                     String exchange,
                     @Nullable
                     String shipStrategy,
                     @Nullable
                     String localStrategy,
                     @Nullable
                     String caching)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getNum

        public long getNum()
      • getId

        public String getId()
      • getShipStrategy

        public String getShipStrategy()
      • getLocalStrategy

        public String getLocalStrategy()
      • getCaching

        public String getCaching()
      • getExchange

        public String getExchange()