T
- Options typepublic abstract class AbstractInMemoryUpdateCallable<T extends Options> extends AbstractUpdateCallable<T>
Constructor and Description |
---|
AbstractInMemoryUpdateCallable(Runner<T> runner,
T options)
Creates a new callable
|
Modifier and Type | Method and Description |
---|---|
protected UpdateProcessor |
createUpdateProcessor(UpdateRequest update)
Creates an update processor for running the update
|
protected GraphStore |
getGraphStore(T options)
Gets the graph store to run the query against
|
call, customizeRequest, getUpdate
cancel, getOptions, getRunner, isCancelled
protected GraphStore getGraphStore(T options)
By default all in-memory based operations simply expect a non-null
dataset to be available via the Options.getDataset()
method. This
is converted to a GraphStore
by calling the standard ARQ
GraphStoreFactory.create(Dataset)
method.
protected UpdateProcessor createUpdateProcessor(UpdateRequest update)
AbstractUpdateCallable
createUpdateProcessor
in class AbstractUpdateCallable<T extends Options>
update
- UpdateCopyright © 2015. All rights reserved.