jar

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 JAR file - Latest Versions:

All Versions

Download org.openrdf.sesame : sesame-sail-federation JAR file - All Versions:

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

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sesame-sail-federation-4.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.openrdf.sail.federation.algebra

├─ org.openrdf.sail.federation.algebra.AbstractNaryOperator.class - [JAR]

├─ org.openrdf.sail.federation.algebra.AbstractNaryTupleOperator.class - [JAR]

├─ org.openrdf.sail.federation.algebra.NaryJoin.class - [JAR]

├─ org.openrdf.sail.federation.algebra.OwnedTupleExpr.class - [JAR]

org.openrdf.sail.federation.config

├─ org.openrdf.sail.federation.config.FederationConfig.class - [JAR]

├─ org.openrdf.sail.federation.config.FederationFactory.class - [JAR]

org.openrdf.sail.federation.evaluation

├─ org.openrdf.sail.federation.evaluation.AlternativeCursor.class - [JAR]

├─ org.openrdf.sail.federation.evaluation.FederationStrategy.class - [JAR]

├─ org.openrdf.sail.federation.evaluation.FilterCursor.class - [JAR]

├─ org.openrdf.sail.federation.evaluation.InsertBindingSetCursor.class - [JAR]

├─ org.openrdf.sail.federation.evaluation.ParallelJoinCursor.class - [JAR]

├─ org.openrdf.sail.federation.evaluation.ParallelLeftJoinCursor.class - [JAR]

├─ org.openrdf.sail.federation.evaluation.QueueCursor.class - [JAR]

├─ org.openrdf.sail.federation.evaluation.RepositoryTripleSource.class - [JAR]

org.openrdf.sail.federation.optimizers

├─ org.openrdf.sail.federation.optimizers.EmptyPatternOptimizer.class - [JAR]

├─ org.openrdf.sail.federation.optimizers.EvaluationStatistics.class - [JAR]

├─ org.openrdf.sail.federation.optimizers.FederationJoinOptimizer.class - [JAR]

├─ org.openrdf.sail.federation.optimizers.OwnedTupleExprPruner.class - [JAR]

├─ org.openrdf.sail.federation.optimizers.PrepareOwnedTupleExpr.class - [JAR]

├─ org.openrdf.sail.federation.optimizers.QueryModelPruner.class - [JAR]

├─ org.openrdf.sail.federation.optimizers.QueryMultiJoinOptimizer.class - [JAR]

org.openrdf.sail.federation

├─ org.openrdf.sail.federation.AbstractEchoWriteConnection.class - [JAR]

├─ org.openrdf.sail.federation.AbstractFederationConnection.class - [JAR]

├─ org.openrdf.sail.federation.Federation.class - [JAR]

├─ org.openrdf.sail.federation.PrefixHashSet.class - [JAR]

├─ org.openrdf.sail.federation.ReadOnlyConnection.class - [JAR]

├─ org.openrdf.sail.federation.WritableConnection.class - [JAR]

Advertisement