Uses of Class
net.sf.sparql.benchmarking.operations.AbstractOperation

Packages that use AbstractOperation
net.sf.sparql.benchmarking.operations.gsp   
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   
net.sf.sparql.benchmarking.operations.update   
net.sf.sparql.benchmarking.operations.update.nvp   
net.sf.sparql.benchmarking.operations.util   
 

Uses of AbstractOperation in net.sf.sparql.benchmarking.operations.gsp
 

Subclasses of AbstractOperation in net.sf.sparql.benchmarking.operations.gsp
 class AbstractGSPOperation
          Abstract implementation of a SPARQL Graph Store Protocol operation
 class GSPDeleteOperation
          An operation which runs a Graph Store Protocol DELETE operation
 class GSPGetOperation
          An operation which runs a Graph Store Protocol GET operation
 class GSPHeadOperation
          An operation which runs a Graph Store Protocol HEAD operation
 class GSPPostOperation
          An operation which runs a Graph Store Protocol POST operation
 class GSPPutOperation
          An operation which runs a Graph Store Protocol POST operation
 

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

Subclasses of AbstractOperation in net.sf.sparql.benchmarking.operations.parameterized
 class AbstractParameterizedQueryOperation
          Abstract parameterized SPARQL query operation
 class AbstractParameterizedSparqlOperation
          Abstract parameterized SPARQL operation
 class AbstractParameterizedUpdateOperation
          Abstract parameterized SPARQL update operation
 class InMemoryParameterizedQueryOperation
          A parameterized query operation that runs against a local in-memory dataset
 class InMemoryParameterizedUpdateOperation
          A parameterized update operation that runs against a local in-memory dataset
 class ParameterizedQueryOperation
          A parameterized query operation that runs against a remote service via HTTP
 class ParameterizedUpdateOperation
          A parameterized update operation that runs against a remote service via HTTP
 

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

Subclasses of AbstractOperation in net.sf.sparql.benchmarking.operations.parameterized.nvp
 class ParameterizedNvpQueryOperation
          An operation that runs a parameterized query with custom NVPs added to the request
 class ParameterizedNvpUpdateOperation
          An operation that runs a parameterized update with custom NVPs added to the request
 

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

Subclasses of AbstractOperation in net.sf.sparql.benchmarking.operations.query
 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 AbstractOperation in net.sf.sparql.benchmarking.operations.query.nvp
 

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

Uses of AbstractOperation in net.sf.sparql.benchmarking.operations.update
 

Subclasses of AbstractOperation in net.sf.sparql.benchmarking.operations.update
 class FixedUpdateOperation
          An operation that makes a fixed SPARQL Update against a remote SPARQL service via HTTP
 class InMemoryFixedUpdateOperation
          An operation that makes a fixed SPARQL Update against a local in-memory dataset
 

Uses of AbstractOperation in net.sf.sparql.benchmarking.operations.update.nvp
 

Subclasses of AbstractOperation in net.sf.sparql.benchmarking.operations.update.nvp
 class FixedNvpUpdateOperation
          An operation that runs a fixed SPARQL update with custom NVPs added to the request
 

Uses of AbstractOperation in net.sf.sparql.benchmarking.operations.util
 

Subclasses of AbstractOperation in net.sf.sparql.benchmarking.operations.util
 class MixOperation
          An operation that runs an entire operation mix
 class SleepOperation
          Creates a new sleep operation
 



Copyright © 2014. All Rights Reserved.