Uses of Interface
net.sf.sparql.benchmarking.loader.OperationMixLoader

Packages that use OperationMixLoader
net.sf.sparql.benchmarking.loader   
net.sf.sparql.benchmarking.loader.mix   
 

Uses of OperationMixLoader in net.sf.sparql.benchmarking.loader
 

Classes in net.sf.sparql.benchmarking.loader that implement OperationMixLoader
 class AbstractLineBasedMixLoader
          Abstract implementation of operation mix loader that uses a line based input format.
 class AbstractOperationMixLoader
          Abstract implementation of an operation mix loader that parses the mix file as a while
 

Methods in net.sf.sparql.benchmarking.loader that return OperationMixLoader
static OperationMixLoader OperationMixLoaderRegistry.getLoader(String ext)
          Gets the loader with the specified extension (if known)
 

Methods in net.sf.sparql.benchmarking.loader with parameters of type OperationMixLoader
static void OperationMixLoaderRegistry.addLoader(OperationMixLoader loader)
          Adds a loader using its preferred extension
static void OperationMixLoaderRegistry.addLoader(String ext, OperationMixLoader loader)
          Adds a loader
 

Uses of OperationMixLoader in net.sf.sparql.benchmarking.loader.mix
 

Classes in net.sf.sparql.benchmarking.loader.mix that implement OperationMixLoader
 class ClassicQueryMixLoader
          A loader for the text based query mix format from the 1.x releases of the API
 class TsvMixLoader
          An operation mix loader that provides support for the new tab separated mix file format introduced in the 2.x releases
 



Copyright © 2014. All Rights Reserved.