| Package | Description |
|---|---|
| org.aksw.commons.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseIndexedGraph
A graph with support for indexes.
|
class |
DeltaGraph
A wrapper for an underlying graph, whereas the uncachedBulkFind
method respects the added and removed triples.
|
class |
MemoryGraph |
| Modifier and Type | Method and Description |
|---|---|
IGraph |
DeltaGraph.getAdditionGraph() |
IGraph |
DeltaGraph.getBaseGraph() |
IGraph |
TripleCacheIndexImpl.getGraph() |
IGraph |
ICacheProvider.getGraph() |
IGraph |
ITripleCacheIndex.getGraph() |
IGraph |
DefaultCacheProvider.getGraph() |
IGraph |
DeltaGraph.getRemovalGraph() |
| Modifier and Type | Method and Description |
|---|---|
static TripleCacheIndexImpl |
TripleCacheIndexImpl.create(IGraph graph,
Integer fullMaxSize,
Integer partialMaxSize,
Integer emptyMaxSize,
int... indexColumns) |
void |
IGraphListener.onAdd(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples) |
void |
DefaultCacheProvider.onAdd(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples) |
void |
IGraphListener.onRemove(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples) |
void |
DefaultCacheProvider.onRemove(IGraph g,
Collection<com.hp.hpl.jena.graph.Triple> triples) |
| Constructor and Description |
|---|
DefaultCacheProvider(IGraph graph) |
DeltaGraph(IGraph baseGraph) |
Copyright © 2013. All Rights Reserved.