Class Global

java.lang.Object
qilin.pta.toolkits.zipper.Global

public class Global extends Object
  • Field Details

  • Constructor Details

    • Global

      public Global()
  • Method Details

    • setDebug

      public static void setDebug(boolean debug)
    • isDebug

      public static boolean isDebug()
    • getFlow

      public static String getFlow()
    • setFlow

      public static void setFlow(String flow)
    • isEnableWrappedFlow

      public static boolean isEnableWrappedFlow()
    • setEnableWrappedFlow

      public static void setEnableWrappedFlow(boolean enableWrappedFlow)
    • isEnableUnwrappedFlow

      public static boolean isEnableUnwrappedFlow()
    • setEnableUnwrappedFlow

      public static void setEnableUnwrappedFlow(boolean enableUnwrappedFlow)
    • isExpress

      public static boolean isExpress()
    • setExpress

      public static void setExpress(boolean isExpress)
    • getTST

      public static int getTST()
    • setTST

      public static void setTST(int tst)
    • getThread

      public static int getThread()
    • setThread

      public static void setThread(int thread)
    • getExpressThreshold

      public static float getExpressThreshold()
    • setExpressThreshold

      public static void setExpressThreshold(float expressThreshold)
    • isListContext

      public static boolean isListContext()
    • setListContext

      public static void setListContext(boolean listContext)