DOC

io.streamnative : zookeeper-recipes

Maven & Gradle

Jan 28, 2022
1 usages

Apache ZooKeeper - Recipes · 1) This module contains various Zookeeper recipe implementations. 2) The recipe directory name should specify the name of the recipe you are implementing - eg. zookeeper-recipes-lock. 3) It would be great if you can provide both the java and c recipes for the zookeeper recipes. C recipes go in to zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/c Java implementation goes into zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/java. 4) The recipes hold high standards like our zookeeper c/java libraries, so make sure that you include some unit testing with both the c and java recipe code. 5) Also, please name your c client public methods as zkr_recipe-name_methodname (eg. zkr_lock_lock in zookeeper-recipes-lock/src/c) 6) To run the c tests in all the recipes, - make sure the main zookeeper c libraries in zookeeper-client-c are compiled. Run autoreconf -if;./configure; make. The libraries will be installed in {top}/src/c/.libs. - run autoreconf if;./configure;make run-check in zookeeper-recipes/$recipename/src/c

Table Of Contents

Latest Version

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

All Versions

Download io.streamnative : zookeeper-recipes 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-3.6.3.1-javadoc.jar to zookeeper-recipes-3.6.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder zookeeper-recipes-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-3.6.3.1-sources.jar" -d "zookeeper-recipes-3.6.3.1-javadoc" -subpackages