Toggle navigation
Home
org.apache.pulsar.common.util.KeyValue to org.apache.pulsar.connect.core.Message
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'pulsar'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
tuple.getKey()
to
tuple.getData().getKey()
tuple.getValue()
to
tuple.getData().getValue()
tuple.getKey().toString()
to
tuple.getData().getKey().toString()
Value.getAsBlob(tuple.getValue())
to
Value.getAsBlob(tuple.getData().getValue())
message.getKey()
to
message.getData().getKey()
message.getValue()
to
message.getData().getValue()