|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperationLoader in net.sf.sparql.benchmarking.loader |
---|
Classes in net.sf.sparql.benchmarking.loader that implement OperationLoader | |
---|---|
class |
AbstractNvpOperationLoader
Abstract operation loader for operations that take an NVP file as one of their arguments |
class |
AbstractOperationLoader
Abstract operation loader that provides useful protected methods for loader implementations |
Methods in net.sf.sparql.benchmarking.loader that return OperationLoader | |
---|---|
static OperationLoader |
OperationLoaderRegistry.getLoader(String name)
Gets the loader with the specified name (if known) |
Methods in net.sf.sparql.benchmarking.loader that return types with arguments of type OperationLoader | |
---|---|
static Map<String,OperationLoader> |
OperationLoaderRegistry.getLoaders()
Gets an unmodifiable copy of the registered loaders |
Methods in net.sf.sparql.benchmarking.loader with parameters of type OperationLoader | |
---|---|
static void |
OperationLoaderRegistry.addLoader(OperationLoader loader)
Adds a loader using its preferred name |
static void |
OperationLoaderRegistry.addLoader(String name,
OperationLoader loader)
Adds a loader |
Uses of OperationLoader in net.sf.sparql.benchmarking.loader.gsp |
---|
Classes in net.sf.sparql.benchmarking.loader.gsp that implement OperationLoader | |
---|---|
class |
AbstractGSPDataOperationLoader
Abstract operation loader for basic GSP operations |
class |
AbstractGSPOperationLoader
Abstract operation loader for basic GSP operations |
class |
GSPDeleteOperationLoader
An operation loader for GSP Delete operations |
class |
GSPGetOperationLoader
A loader for GSP Get operations |
class |
GSPHeadOperationLoader
Operation loader for GSP Head operations |
class |
GSPPostOperationLoader
An operation loader for GSP Post operations |
class |
GSPPutOperationLoader
An operation loader for GSP Put operations |
Uses of OperationLoader in net.sf.sparql.benchmarking.loader.query |
---|
Classes in net.sf.sparql.benchmarking.loader.query that implement OperationLoader | |
---|---|
class |
DatasetSizeOperationLoader
Loader for dataset size operation |
class |
FixedNvpQueryOperationLoader
An operation loader for fixed query with NVP operations |
class |
FixedQueryOperationLoader
Query operation loader |
class |
InMemoryFixedQueryOperationLoader
In-Memory Query operation loader |
class |
InMemoryParameterizedQueryOperationLoader
Parameterized query operation loader |
class |
ParameterizedNvpQueryOperationLoader
Parameterized NVP query operation loader |
class |
ParameterizedQueryOperationLoader
Parameterized query operation loader |
Uses of OperationLoader in net.sf.sparql.benchmarking.loader.update |
---|
Classes in net.sf.sparql.benchmarking.loader.update that implement OperationLoader | |
---|---|
class |
FixedNvpUpdateOperationLoader
An operation loader for fixed query with NVP operations |
class |
FixedUpdateOperationLoader
An operation loader for fixed update operations |
class |
InMemoryFixedUpdateOperationLoader
An operation loader for in-memory fixed update operations |
class |
InMemoryParameterizedUpdateOperationLoader
Parameterized update operation loader |
class |
ParameterizedNvpUpdateOperationLoader
Parameterized update operation loader |
class |
ParameterizedUpdateOperationLoader
Parameterized update operation loader |
Uses of OperationLoader in net.sf.sparql.benchmarking.loader.util |
---|
Classes in net.sf.sparql.benchmarking.loader.util that implement OperationLoader | |
---|---|
class |
MixOperationLoader
Loader for MixOperation |
class |
SleepOperationLoader
Loader for sleep operation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |