Download disruptor-3.3.4.jar file

Introduction

You can download disruptor-3.3.4.jar in this page.

License

The Apache Software License, Version 2.0

Type List

disruptor-3.3.4.jar file has the following types.

META-INF/MANIFEST.MF
com.lmax.disruptor.AbstractSequencer.class
com.lmax.disruptor.AggregateEventHandler.class
com.lmax.disruptor.AlertException.class
com.lmax.disruptor.BatchEventProcessor.class
com.lmax.disruptor.BlockingWaitStrategy.class
com.lmax.disruptor.BusySpinWaitStrategy.class
com.lmax.disruptor.Cursored.class
com.lmax.disruptor.DataProvider.class
com.lmax.disruptor.EventFactory.class
com.lmax.disruptor.EventHandler.class
com.lmax.disruptor.EventPoller.class
com.lmax.disruptor.EventProcessor.class
com.lmax.disruptor.EventReleaseAware.class
com.lmax.disruptor.EventReleaser.class
com.lmax.disruptor.EventSequencer.class
com.lmax.disruptor.EventSink.class
com.lmax.disruptor.EventTranslator.class
com.lmax.disruptor.EventTranslatorOneArg.class
com.lmax.disruptor.EventTranslatorThreeArg.class
com.lmax.disruptor.EventTranslatorTwoArg.class
com.lmax.disruptor.EventTranslatorVararg.class
com.lmax.disruptor.ExceptionHandler.class
com.lmax.disruptor.FatalExceptionHandler.class
com.lmax.disruptor.FixedSequenceGroup.class
com.lmax.disruptor.IgnoreExceptionHandler.class
com.lmax.disruptor.InsufficientCapacityException.class
com.lmax.disruptor.LhsPadding.class
com.lmax.disruptor.LifecycleAware.class
com.lmax.disruptor.LiteBlockingWaitStrategy.class
com.lmax.disruptor.MultiProducerSequencer.class
com.lmax.disruptor.NoOpEventProcessor.class
com.lmax.disruptor.PhasedBackoffWaitStrategy.class
com.lmax.disruptor.ProcessingSequenceBarrier.class
com.lmax.disruptor.RhsPadding.class
com.lmax.disruptor.RingBuffer.class
com.lmax.disruptor.RingBufferFields.class
com.lmax.disruptor.RingBufferPad.class
com.lmax.disruptor.Sequence.class
com.lmax.disruptor.SequenceBarrier.class
com.lmax.disruptor.SequenceGroup.class
com.lmax.disruptor.SequenceGroups.class
com.lmax.disruptor.SequenceReportingEventHandler.class
com.lmax.disruptor.Sequenced.class
com.lmax.disruptor.Sequencer.class
com.lmax.disruptor.SingleProducerSequencer.class
com.lmax.disruptor.SingleProducerSequencerFields.class
com.lmax.disruptor.SingleProducerSequencerPad.class
com.lmax.disruptor.SleepingWaitStrategy.class
com.lmax.disruptor.TimeoutBlockingWaitStrategy.class
com.lmax.disruptor.TimeoutException.class
com.lmax.disruptor.TimeoutHandler.class
com.lmax.disruptor.Value.class
com.lmax.disruptor.WaitStrategy.class
com.lmax.disruptor.WorkHandler.class
com.lmax.disruptor.WorkProcessor.class
com.lmax.disruptor.WorkerPool.class
com.lmax.disruptor.YieldingWaitStrategy.class
com.lmax.disruptor.collections.Histogram.class
com.lmax.disruptor.dsl.BasicExecutor.class
com.lmax.disruptor.dsl.ConsumerInfo.class
com.lmax.disruptor.dsl.ConsumerRepository.class
com.lmax.disruptor.dsl.Disruptor.class
com.lmax.disruptor.dsl.EventHandlerGroup.class
com.lmax.disruptor.dsl.EventProcessorFactory.class
com.lmax.disruptor.dsl.EventProcessorInfo.class
com.lmax.disruptor.dsl.ExceptionHandlerSetting.class
com.lmax.disruptor.dsl.ExceptionHandlerWrapper.class
com.lmax.disruptor.dsl.ProducerType.class
com.lmax.disruptor.dsl.WorkerPoolInfo.class
com.lmax.disruptor.util.DaemonThreadFactory.class
com.lmax.disruptor.util.Util.class

Pom

disruptor-3.3.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.lmax</groupId>
  <artifactId>disruptor</artifactId>
  <version>3.3.4</version>
  <name>Disruptor Framework</name>
  <description>Disruptor - Concurrent Programming Framework</description>
  <url>http://lmax-exchange.github.com/disruptor</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>team</id>
      <name>LMAX Disruptor Development Team</name>
      <email>lmax-disruptor@googlegroups.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:LMAX-Exchange/disruptor.git</connection>
    <url>scm:git@github.com:LMAX-Exchange/disruptor.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jmock</groupId>
      <artifactId>jmock-junit4</artifactId>
      <version>2.5.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jmock</groupId>
      <artifactId>jmock-legacy</artifactId>
      <version>2.5.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.lmax</groupId>
   <artifactId>disruptor</artifactId>
   <version>3.3.4</version>
</dependency>

Download

If you think the following disruptor-3.3.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download disruptor-3.3.4.jar file




PreviousNext

Related