public static interface ChangeRecord.Entry<K,V>
Participant from which the entry originated.| Modifier and Type | Method and Description |
|---|---|
<T> T |
extract(ValueExtractor<V,T> extractor)
Extract a value from the entry value using the
ValueExtractor. |
K |
getKey()
Obtain the key corresponding to this entry.
|
String |
getSource()
Obtain the name of the
Participant from which the entry originated. |
V |
getValue()
Obtain the value corresponding to this entry.
|
String getSource()
Participant from which the entry originated.ParticipantK getKey()
V getValue()
<T> T extract(ValueExtractor<V,T> extractor)
ValueExtractor.T - the type of value that will be extractedextractor - a ValueExtractor to apply to the Entry's key or value