Modifier and Type | Class and Description |
---|---|
class |
AbstractGSPOperation
Abstract implementation of a SPARQL Graph Store Protocol operation
|
class |
GSPDeleteOperation
An operation which runs a Graph Store Protocol DELETE operation
|
class |
GSPGetOperation
An operation which runs a Graph Store Protocol GET operation
|
class |
GSPHeadOperation
An operation which runs a Graph Store Protocol HEAD operation
|
class |
GSPPostOperation
An operation which runs a Graph Store Protocol POST operation
|
class |
GSPPutOperation
An operation which runs a Graph Store Protocol POST operation
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterizedQueryOperation
Abstract parameterized SPARQL query operation
|
class |
AbstractParameterizedSparqlOperation
Abstract parameterized SPARQL operation
|
class |
AbstractParameterizedUpdateOperation
Abstract parameterized SPARQL update operation
|
class |
InMemoryParameterizedQueryOperation
A parameterized query operation that runs against a local in-memory dataset
|
class |
InMemoryParameterizedUpdateOperation
A parameterized update operation that runs against a local in-memory dataset
|
class |
ParameterizedQueryOperation
A parameterized query operation that runs against a remote service via HTTP
|
class |
ParameterizedUpdateOperation
A parameterized update 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
|
class |
ParameterizedNvpUpdateOperation
An operation that runs a parameterized update 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
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
FixedNvpUpdateOperation
An operation that runs a fixed SPARQL update with custom NVPs added to the
request
|
Modifier and Type | Class and Description |
---|---|
class |
MixOperation
An operation that runs an entire operation mix
|
class |
SleepOperation
Creates a new sleep operation
|
Copyright © 2015. All rights reserved.