public class QueryExecutionDelay extends QueryExecutionStreamingDecorator
decoratee| Constructor and Description |
|---|
QueryExecutionDelay(QueryExecutionStreaming decoratee,
Delayer delayer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execAsk() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model model) |
Iterator<com.hp.hpl.jena.graph.Triple> |
execConstructStreaming() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe(com.hp.hpl.jena.rdf.model.Model model) |
Iterator<com.hp.hpl.jena.graph.Triple> |
execDescribeStreaming() |
com.hp.hpl.jena.query.ResultSet |
execSelect() |
abort, close, getContext, getDataset, getDecoratee, getQuery, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeoutpublic QueryExecutionDelay(QueryExecutionStreaming decoratee, Delayer delayer)
public com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execDescribe()
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public boolean execAsk()
execAsk in interface com.hp.hpl.jena.query.QueryExecutionexecAsk in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public Iterator<com.hp.hpl.jena.graph.Triple> execConstructStreaming()
execConstructStreaming in interface QueryExecutionStreamingexecConstructStreaming in class QueryExecutionStreamingDecoratorpublic Iterator<com.hp.hpl.jena.graph.Triple> execDescribeStreaming()
execDescribeStreaming in interface QueryExecutionStreamingexecDescribeStreaming in class QueryExecutionStreamingDecoratorCopyright © 2014. All rights reserved.