| Interface | Description |
|---|---|
| Expirable | |
| Index<T> |
| Class | Description |
|---|---|
| ExpirationManager<T extends Expirable> |
A manager for items which may expire over time.
|
| GraphPattern<K,V> | |
| JoinHelper<K,V> |
A wrapper for a solution index which applies query-specific variable bindings
There is one wrapper for each query containing a triple pattern, ignoring variable names
|
| Query<K,V> | |
| QueryContext<K,V> | |
| QueryIndex<K,V> |
An index for tuple queries and their solutions
|
| Solution<V> | |
| SolutionIndex<V> |
A SolutionIndex blocks for concurrent write operations, and does not block reads with respect to reads or writes.
|
| TuplePattern<K,V> |
A more general form of a SPARQL triple pattern
See https://www.w3.org/TR/sparql11-query/#defn_TriplePattern
|
Copyright © 2016. All Rights Reserved.