| Package | Description |
|---|---|
| net.fortytwo.stream.shj |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationManager<T extends Expirable>
A manager for items which may expire over time.
|
class |
QueryIndex<K,V>
An index for tuple queries and their solutions
|
class |
SolutionIndex<V>
A SolutionIndex blocks for concurrent write operations, and does not block reads with respect to reads or writes.
|
| Modifier and Type | Method and Description |
|---|---|
Index<java.util.function.Consumer<Solution<V>>> |
SolutionIndex.getConsumerIndex() |
| Constructor and Description |
|---|
Query(GraphPattern<K,V> graphPattern,
long expirationTime,
Index<Query<K,V>> expirationIndex,
java.util.function.BiConsumer<java.util.Map<K,V>,java.lang.Long> solutionHandler) |
Solution(V[] values,
Index<Solution<V>> expirationIndex) |
Solution(V[] values,
long expirationTime,
Index<Solution<V>> expirationIndex) |
Copyright © 2016. All Rights Reserved.