Disruptor Framework.
Disruptor - Concurrent Programming Framework.
Here is the list of declaration for disruptor. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.googlecode.disruptor</groupId> <artifactId>disruptor</artifactId> <version>2.10.4</version> </dependency>
If you think this Maven repository POM file listing for disruptor is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following packages are defined in the disruptor-2.10.4.jar
com.lmax.disruptor com.lmax.disruptor.collections com.lmax.disruptor.dsl com.lmax.disruptor.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>com.googlecode.disruptor</groupId> <artifactId>disruptor</artifactId> <packaging>jar</packaging> <name>Disruptor Framework</name> <version>2.10.4</version> <description>Disruptor - Concurrent Programming Framework</description> <url>http://code.google.com/p/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> <scm> <url>http://disruptor.googlecode.com/svn/</url> <connection>http://disruptor.googlecode.com/svn/</connection> </scm> </project>