JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
com.hazelcast.jet.cdc.RecordPart
Uses of
RecordPart
in
com.hazelcast.jet.cdc
Methods in
com.hazelcast.jet.cdc
that return
RecordPart
Modifier and Type
Method
Description
RecordPart
ChangeRecord.
key
()
Returns the key part of the CDC event.
RecordPart
ChangeRecord.
newValue
()
Returns the new value of the record.
RecordPart
ChangeRecord.
oldValue
()
Returns the old value of the record.
RecordPart
ChangeRecord.
value
()
Returns the value part of the CDC event.