public abstract class Operation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Operation.Count |
static class |
Operation.Create |
static class |
Operation.Delete |
static class |
Operation.Download
Download operation.
|
static class |
Operation.Match |
static class |
Operation.Merge |
static class |
Operation.Retrieve |
static class |
Operation.Sparql
SPARQL query operation.
|
static class |
Operation.SparqlDelete |
static class |
Operation.SparqlUpdate |
static class |
Operation.Update |
static class |
Operation.Upload
Upload operation.
|
Modifier and Type | Method and Description |
---|---|
Operation |
namespaces(Map<String,String> namespaces)
Sets the optional namespaces for this operation.
|
Operation |
timeout(Long timeout)
Sets the optional timeout for this operation in milliseconds.
|
public Operation timeout(@Nullable Long timeout)
timeout
- the timeout; null or non-positive to resetpublic Operation namespaces(@Nullable Map<String,String> namespaces)
Session
. Passing null will remove any namespace map
previously set on the operation.namespaces
- the namespace map overriding session namespaces; null to resetCopyright © 2015–2016 FBK-irst. All rights reserved.