Uses of Interface
net.sf.sparql.benchmarking.operations.query.QueryOperation

Packages that use QueryOperation
net.sf.sparql.benchmarking.operations.parameterized   
net.sf.sparql.benchmarking.operations.parameterized.nvp   
net.sf.sparql.benchmarking.operations.query   
net.sf.sparql.benchmarking.operations.query.nvp   
 

Uses of QueryOperation in net.sf.sparql.benchmarking.operations.parameterized
 

Classes in net.sf.sparql.benchmarking.operations.parameterized that implement QueryOperation
 class AbstractParameterizedQueryOperation
          Abstract parameterized SPARQL query operation
 class InMemoryParameterizedQueryOperation
          A parameterized query operation that runs against a local in-memory dataset
 class ParameterizedQueryOperation
          A parameterized query operation that runs against a remote service via HTTP
 

Uses of QueryOperation in net.sf.sparql.benchmarking.operations.parameterized.nvp
 

Classes in net.sf.sparql.benchmarking.operations.parameterized.nvp that implement QueryOperation
 class ParameterizedNvpQueryOperation
          An operation that runs a parameterized query with custom NVPs added to the request
 

Uses of QueryOperation in net.sf.sparql.benchmarking.operations.query
 

Classes in net.sf.sparql.benchmarking.operations.query that implement QueryOperation
 class AbstractInMemoryQueryOperation
          Abstract implementation of a query operation that runs against a local in-memory dataset
 class AbstractQueryOperation
          Abstract implementation of a query operation
 class AbstractRemoteQueryOperation
          Abstract implementation of a query operation that runs against a remote service via HTTP
 class DatasetSizeOperation
          An operation which calculates the size of the dataset
 class FixedQueryOperation
          Represents a query operation that always uses the same fixed query
 class InMemoryFixedQueryOperation
          Represents a query operation that always uses the same fixed query
 

Uses of QueryOperation in net.sf.sparql.benchmarking.operations.query.nvp
 

Classes in net.sf.sparql.benchmarking.operations.query.nvp that implement QueryOperation
 class FixedNvpQueryOperation
          An operation that runs a fixed query with custom NVPs added to the request
 



Copyright © 2014. All Rights Reserved.