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

All Superinterfaces:
Operation
All Known Implementing Classes:
AbstractParameterizedUpdateOperation, FixedNvpUpdateOperation, FixedUpdateOperation, InMemoryFixedUpdateOperation, InMemoryParameterizedUpdateOperation, ParameterizedNvpUpdateOperation, ParameterizedUpdateOperation

public interface UpdateOperation
extends Operation

Interface for operations that make an update

Author:
rvesse

Method Summary
 UpdateRequest getUpdate()
          Gets the actual update
 String getUpdateString()
          Gets the update string used to create this update
 
Methods inherited from interface net.sf.sparql.benchmarking.operations.Operation
canRun, createCallable, createErrorInformation, getContentString, getId, getName, getStats, getType, setId
 

Method Detail

getUpdate

UpdateRequest getUpdate()
Gets the actual update

Returns:
Update

getUpdateString

String getUpdateString()
Gets the update string used to create this update

Returns:
Raw update string


Copyright © 2014. All Rights Reserved.