public static class SpecializedProjectionIndexer.ListenerSubscription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected SpecializedProjectionIndexer |
indexer |
protected IndexerListener |
listener |
Constructor and Description |
---|
ListenerSubscription(SpecializedProjectionIndexer indexer,
IndexerListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
propagate(Direction direction,
Tuple updateElement,
Timestamp timestamp)
Call this from parent node.
|
protected SpecializedProjectionIndexer indexer
protected IndexerListener listener
public ListenerSubscription(SpecializedProjectionIndexer indexer, IndexerListener listener)
public void propagate(Direction direction, Tuple updateElement, Timestamp timestamp)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object