| Package | Description |
|---|---|
| net.fortytwo.stream.caching |
| Modifier and Type | Method and Description |
|---|---|
Query<T,C> |
Query.PatternInQuery.getQuery()
Gets the query containing this pattern
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryIndex.add(Query<T,C> query)
Indexes a query for matching of future tuples
|
int |
Query.compareTo(Query<T,S> other)
Orders queries by increasing expiration time
|
void |
QueryIndex.remove(Query<T,C> query)
Removes a previously added query.
|
void |
QueryIndex.renew(Query<T,C> query,
int ttl,
long now)
Renews a previously submitted query, applying a new time-to-live with respect to the current moment.
|
Copyright © 2016. All Rights Reserved.