Tabnine Logo
BatchEventProcessor.notifyShutdown
Code IndexAdd Tabnine to your IDE (free)

How to use
notifyShutdown
method
in
com.lmax.disruptor.BatchEventProcessor

Best Java code snippets using com.lmax.disruptor.BatchEventProcessor.notifyShutdown (Showing top 8 results out of 315)

origin: LMAX-Exchange/disruptor

private void earlyExit()
{
  notifyStart();
  notifyShutdown();
}
origin: LMAX-Exchange/disruptor

notifyShutdown();
running.set(IDLE);
origin: com.lmax/disruptor

private void earlyExit()
{
  notifyStart();
  notifyShutdown();
}
origin: com.lmax/disruptor

notifyShutdown();
running.set(IDLE);
origin: mzheravin/exchange-core

private void earlyExit()
{
  notifyStart();
  notifyShutdown();
}
origin: mzheravin/exchange-core

notifyShutdown();
running.set(IDLE);
origin: xiaoguichao/mr

notifyShutdown();
running.set(false);
origin: harbby/presto-connectors

notifyShutdown();
running.set(false);
com.lmax.disruptorBatchEventProcessornotifyShutdown

Javadoc

Notifies the EventHandler immediately prior to this processor shutting down

Popular methods of BatchEventProcessor

  • <init>
    Construct a EventProcessor that will automatically track the progress by updating its sequence when
  • getSequence
  • setExceptionHandler
    Set a new ExceptionHandler for handling exceptions propagated out of the BatchEventProcessor
  • notifyStart
    Notifies the EventHandler when this processor is starting up
  • notifyTimeout
  • earlyExit
  • halt
  • processEvents

Popular in Java

  • Updating database using SQL prepared statement
  • addToBackStack (FragmentTransaction)
  • getSystemService (Context)
  • setRequestProperty (URLConnection)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • 14 Best Plugins for Eclipse
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