public abstract class AbstractTupleEvent extends AbstractQueryEvent
TupleAddedEvent, 
TupleUpdatedEvent, 
TupleRemovedEvent, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
protected Tuple | 
keyData  | 
protected Tuple | 
tuple  | 
source| Constructor and Description | 
|---|
AbstractTupleEvent(Object source,
                  Long key,
                  Tuple tuple,
                  Tuple keyData,
                  List<TupleFieldComparator> fieldComparators)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) List<TupleFieldComparator> | 
getComparators()  | 
Long | 
getKey()
Deprecated. 
 
since 1.6, use  
AbstractTupleEvent.getKeyValue() instead; certain table types and queries have undefined return values | 
KeyValue | 
getKeyValue()
This replaces  
AbstractTupleEvent.getKey() now that there is support for complex keys | 
Tuple | 
getTuple()
Get the tuple 
 | 
(package private) void | 
setKey(Long key)  | 
dispatchgetSource, toStringpublic final Long getKey()
AbstractTupleEvent.getKeyValue() instead; certain table types and queries have undefined return valuesfinal void setKey(Long key)
public final Tuple getTuple()
public final KeyValue getKeyValue()
AbstractTupleEvent.getKey() now that there is support for complex keysList<TupleFieldComparator> getComparators()
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.