Package | Description |
---|---|
net.sf.sparql.benchmarking.loader | |
net.sf.sparql.benchmarking.loader.mix |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static OperationMixLoader |
OperationMixLoaderRegistry.getLoader(String ext)
Gets the loader with the specified extension (if known)
|
Modifier and Type | Method and Description |
---|---|
static void |
OperationMixLoaderRegistry.addLoader(OperationMixLoader loader)
Adds a loader using its preferred extension
|
static void |
OperationMixLoaderRegistry.addLoader(String ext,
OperationMixLoader loader)
Adds a loader
|
Modifier and Type | Class and Description |
---|---|
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 © 2015. All rights reserved.