Uses of Interface
net.sf.sparql.benchmarking.operations.update.UpdateOperation

Packages that use UpdateOperation
net.sf.sparql.benchmarking.operations.parameterized   
net.sf.sparql.benchmarking.operations.parameterized.nvp   
net.sf.sparql.benchmarking.operations.update   
net.sf.sparql.benchmarking.operations.update.nvp   
 

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

Classes in net.sf.sparql.benchmarking.operations.parameterized that implement UpdateOperation
 class AbstractParameterizedUpdateOperation
          Abstract parameterized SPARQL update operation
 class InMemoryParameterizedUpdateOperation
          A parameterized update operation that runs against a local in-memory dataset
 class ParameterizedUpdateOperation
          A parameterized update operation that runs against a remote service via HTTP
 

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

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

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

Classes in net.sf.sparql.benchmarking.operations.update that implement UpdateOperation
 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 UpdateOperation in net.sf.sparql.benchmarking.operations.update.nvp
 

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



Copyright © 2014. All Rights Reserved.