| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
expire()
An operation to be executed when an item expires.
|
java.util.List<JoinHelper<K,V>> |
getAllHelpers() |
long |
getExpirationTime()
Gets the expiration time for this object
|
GraphPattern<K,V> |
getGraphPattern() |
boolean |
isExpired()
Tests the object for "tombstone" status
|
void |
setAllHelpers(java.util.List<JoinHelper<K,V>> allHelpers) |
public GraphPattern<K,V> getGraphPattern()
public long getExpirationTime()
ExpirablegetExpirationTime in interface Expirablepublic void expire()
Expirablepublic boolean isExpired()
Expirablepublic java.util.List<JoinHelper<K,V>> getAllHelpers()
public void setAllHelpers(java.util.List<JoinHelper<K,V>> allHelpers)
Copyright © 2016. All Rights Reserved.