Uses of Interface
org.apache.pulsar.functions.api.Record
Packages that use Record
Package
Description
Provides a simple model for enabling lightweight computation on Apache Pulsar.
State Store API.
-
Uses of Record in org.apache.pulsar.functions.api
Subinterfaces of Record in org.apache.pulsar.functions.apiMethods in org.apache.pulsar.functions.api that return RecordModifier and TypeMethodDescriptionRecord<?>
Context.getCurrentRecord()
Access the record associated with the current input value.Method parameters in org.apache.pulsar.functions.api with type arguments of type RecordModifier and TypeMethodDescriptionWindowFunction.process
(Collection<Record<X>> input, WindowContext context) Process the input. -
Uses of Record in org.apache.pulsar.functions.api.utils
Classes in org.apache.pulsar.functions.api.utils that implement Record