|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractQueryCallable | |
---|---|
net.sf.sparql.benchmarking.operations.query.callables | |
net.sf.sparql.benchmarking.operations.query.nvp |
Uses of AbstractQueryCallable in net.sf.sparql.benchmarking.operations.query.callables |
---|
Classes in net.sf.sparql.benchmarking.operations.query.callables with type parameters of type AbstractQueryCallable | |
---|---|
class |
AbstractScalarValueCallable<T extends Options,TCallable extends AbstractQueryCallable<T>>
A callable which counts SELECT results by retrieving the value of a specific column of the first row and then converting that value into an integer |
class |
LongValueCallable<T extends Options,TCallable extends AbstractQueryCallable<T>>
A callable for getting the value of a specific variable in the first row of a result set as a long |
class |
WrapperQueryCallable<T extends Options,TCallable extends AbstractQueryCallable<T>>
A decorator to allow query callables to have parts of their behaviour modified without extending them directly. |
Subclasses of AbstractQueryCallable in net.sf.sparql.benchmarking.operations.query.callables | |
---|---|
class |
AbstractInMemoryQueryCallable<T extends Options>
Abstract callable for operations that run queries against a local in-memory dataset |
class |
AbstractRemoteQueryCallable<T extends Options>
Abstract callable for operations that run queries against a remote service via HTTP |
class |
AbstractScalarValueCallable<T extends Options,TCallable extends AbstractQueryCallable<T>>
A callable which counts SELECT results by retrieving the value of a specific column of the first row and then converting that value into an integer |
class |
InMemoryQueryCallable<T extends Options>
A Callable for queries so we can execute them asynchronously with timeouts |
class |
LongValueCallable<T extends Options,TCallable extends AbstractQueryCallable<T>>
A callable for getting the value of a specific variable in the first row of a result set as a long |
class |
RemoteQueryCallable<T extends Options>
A Callable for queries so we can execute them asynchronously with timeouts |
class |
WrapperQueryCallable<T extends Options,TCallable extends AbstractQueryCallable<T>>
A decorator to allow query callables to have parts of their behaviour modified without extending them directly. |
Uses of AbstractQueryCallable in net.sf.sparql.benchmarking.operations.query.nvp |
---|
Subclasses of AbstractQueryCallable in net.sf.sparql.benchmarking.operations.query.nvp | |
---|---|
class |
NvpQueryCallable<T extends Options>
A query callable that adds custom NVPs to the request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |