Class RequestInfo


  • public class RequestInfo
    extends Object
    • Method Detail

      • getCommand

        public String getCommand()
      • isDebug

        public boolean isDebug()
      • isSyncMode

        public boolean isSyncMode()
      • isCommit

        public boolean isCommit()
      • isOptimize

        public boolean isOptimize()
      • getStart

        public int getStart()
      • getRows

        public long getRows()
      • isClean

        public boolean isClean()
      • getEntitiesToRun

        public List<String> getEntitiesToRun()
        Returns null if we are to run all entities, otherwise just run the entities named in the list.
      • getDataConfig

        public String getDataConfig()
      • getDebugInfo

        public DebugInfo getDebugInfo()
      • getConfigFile

        public String getConfigFile()