DOC

io.streamnative : zookeeper-recipes-queue

Maven & Gradle

Jan 28, 2022

Apache ZooKeeper - Recipes - Queue · This queue interface recipe implements the queue recipe A more detailed explanation is at: http://www.cloudera.com/blog/2009/05/28/building-a-distributed-concurrent-queue-with-apache-zookeeper/ This recipe does not handle KeeperException.ConnectionLossException or ZCONNECTIONLOSS. It will only work correctly once ZOOKEEPER-22 https://issues.apache.org/jira/browse/ZOOKEEPER-22 is resolved.

Table Of Contents

Latest Version

Download io.streamnative : zookeeper-recipes-queue Javadoc & API Documentation - Latest Versions:

All Versions

Download io.streamnative : zookeeper-recipes-queue Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.6.x

How to open Javadoc JAR file in web browser

  1. Rename the file zookeeper-recipes-queue-3.6.3.1-javadoc.jar to zookeeper-recipes-queue-3.6.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder zookeeper-recipes-queue-3.6.3.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "zookeeper-recipes-queue-3.6.3.1-sources.jar" -d "zookeeper-recipes-queue-3.6.3.1-javadoc" -subpackages 

Advertisement