protected class MonotonicityAwareMailbox.MessageIndexer extends java.lang.Object implements Clearable
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Tuple,java.util.Map<Tuple,java.lang.Integer>> |
indexer |
Constructor and Description |
---|
MessageIndexer() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all partial matchings stored in memory
|
void |
delete(Tuple update) |
int |
getCount(Tuple update) |
java.util.Set<Tuple> |
getGroups() |
java.util.Map<Tuple,java.lang.Integer> |
getTuplesByGroup(Tuple group) |
void |
insert(Tuple update) |
boolean |
isEmpty() |
void |
update(Tuple update,
int delta) |