Tabnine Logo
XxlJobExecutor.destroy
Code IndexAdd Tabnine to your IDE (free)

How to use
destroy
method
in
com.xxl.job.core.executor.XxlJobExecutor

Best Java code snippets using com.xxl.job.core.executor.XxlJobExecutor.destroy (Showing top 1 results out of 315)

origin: xuxueli/xxl-job

/**
 * destory
 */
public void destoryXxlJobExecutor() {
  if (xxlJobExecutor != null) {
    xxlJobExecutor.destroy();
  }
}
com.xxl.job.core.executorXxlJobExecutordestroy

Popular methods of XxlJobExecutor

  • <init>
  • registJobHandler
  • setAccessToken
  • setAdminAddresses
  • setAppName
  • setIp
  • setLogPath
  • setPort
  • start
  • getAdminBizList
  • initAdminBizList
  • initRpcProvider
  • initAdminBizList,
  • initRpcProvider,
  • loadJobHandler,
  • loadJobThread,
  • registJobThread,
  • removeJobThread,
  • setLogRetentionDays,
  • stopRpcProvider

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getApplicationContext (Context)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • JFileChooser (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now