Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterizedQueryOperation
Abstract parameterized SPARQL query operation
|
class |
InMemoryParameterizedQueryOperation
A parameterized query operation that runs against a local in-memory dataset
|
class |
ParameterizedQueryOperation
A parameterized query operation that runs against a remote service via HTTP
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedNvpQueryOperation
An operation that runs a parameterized query with custom NVPs added to the
request
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
FixedNvpQueryOperation
An operation that runs a fixed query with custom NVPs added to the request
|
Copyright © 2015. All rights reserved.