Package | Description |
---|---|
eu.fbk.knowledgestore |
KnowledgeStore core API (
ks-core ). |
eu.fbk.knowledgestore.data |
Data objects and supporting classes (
ks-core ). |
eu.fbk.knowledgestore.elastic | |
eu.fbk.knowledgestore.populator.rdf |
RDF populator (
ks-populator-rdf ). |
eu.fbk.knowledgestore.triplestore |
TripleStore server-side component API (ks-server ). |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractSession.doCreate(Long timeout,
org.openrdf.model.URI type,
Stream<? extends Record> records,
Handler<? super Outcome> handler) |
protected abstract void |
AbstractSession.doDelete(Long timeout,
org.openrdf.model.URI type,
XPath condition,
Set<org.openrdf.model.URI> ids,
Handler<? super Outcome> handler) |
protected abstract Outcome |
Operation.Merge.doExec(Long timeout,
org.openrdf.model.URI type,
Stream<? extends Record> stream,
Criteria criteria,
Handler<? super Outcome> handler) |
protected abstract Outcome |
Operation.Create.doExec(Long timeout,
org.openrdf.model.URI type,
Stream<? extends Record> records,
Handler<? super Outcome> handler) |
protected abstract Outcome |
Operation.Delete.doExec(Long timeout,
org.openrdf.model.URI type,
XPath condition,
Set<org.openrdf.model.URI> ids,
Handler<? super Outcome> handler) |
protected abstract Outcome |
Operation.Update.doExec(Long timeout,
org.openrdf.model.URI type,
XPath condition,
Set<org.openrdf.model.URI> ids,
Record record,
Criteria criteria,
Handler<? super Outcome> handler) |
protected abstract void |
AbstractSession.doMerge(Long timeout,
org.openrdf.model.URI type,
Stream<? extends Record> records,
Criteria criteria,
Handler<? super Outcome> handler) |
protected abstract void |
AbstractSession.doUpdate(Long timeout,
org.openrdf.model.URI type,
XPath condition,
Set<org.openrdf.model.URI> ids,
Record record,
Criteria criteria,
Handler<? super Outcome> handler) |
Outcome |
Operation.Create.exec(Handler<? super Outcome> handler) |
Outcome |
Operation.Merge.exec(Handler<? super Outcome> handler) |
Outcome |
Operation.Update.exec(Handler<? super Outcome> handler) |
Outcome |
Operation.Delete.exec(Handler<? super Outcome> handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
Stream.doToHandler(Handler<? super T> handler)
Implementation methods responsible of forwarding all the elements of the Stream to the
Handler specified.
|
void |
Stream.toHandler(Handler<? super T> handler)
Terminal operations that forwards all the elements of this Stream to the Handler specified.
|
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
Stream.transform(Function<Iterator<T>,Iterator<R>> iteratorFunction,
Function<Handler<R>,Handler<T>> handlerFunction)
Intermediate operation returning a Stream with the elements obtained by applying the
supplied transformation functions to the
Iterator and Handler returned /
accepted by this Stream. |
<R> Stream<R> |
Stream.transform(Function<Iterator<T>,Iterator<R>> iteratorFunction,
Function<Handler<R>,Handler<T>> handlerFunction)
Intermediate operation returning a Stream with the elements obtained by applying the
supplied transformation functions to the
Iterator and Handler returned /
accepted by this Stream. |
Modifier and Type | Method and Description |
---|---|
protected void |
SearchResponseStream.doToHandler(Handler<? super Record> handler) |
Modifier and Type | Class and Description |
---|---|
class |
Decoder |
Modifier and Type | Method and Description |
---|---|
void |
TripleTransaction.infer(Handler<? super org.openrdf.model.Statement> handler)
Performs inference, materializing the logical closure of the RDF statements contained in
the triple store.
|
void |
ForwardingTripleTransaction.infer(Handler<? super org.openrdf.model.Statement> handler) |
Copyright © 2015–2016 FBK-irst. All rights reserved.