DOC

org.openrdf.sesame : sesame-sail-federation

Maven & Gradle

May 02, 2016
4 usages

OpenRDF Sesame: Federation SAIL · The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

Table Of Contents

Latest Version

Download org.openrdf.sesame : sesame-sail-federation Javadoc & API Documentation - Latest Versions:

All Versions

Download org.openrdf.sesame : sesame-sail-federation Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.1.x
4.0.x
2.9.x
2.8.x
2.7.x

How to open Javadoc JAR file in web browser

  1. Rename the file sesame-sail-federation-4.1.2-javadoc.jar to sesame-sail-federation-4.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sesame-sail-federation-4.1.2-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 "sesame-sail-federation-4.1.2-sources.jar" -d "sesame-sail-federation-4.1.2-javadoc" -subpackages 

Advertisement