Uses of Interface
org.apache.pulsar.functions.api.Record
-
Packages that use Record Package Description org.apache.pulsar.functions.api Provides a simple model for enabling lightweight computation on Apache Pulsar. -
-
Uses of Record in org.apache.pulsar.functions.api
Subinterfaces of Record in org.apache.pulsar.functions.api Modifier and Type Interface Description interfaceKVRecord<K,V>key value schema record.Methods in org.apache.pulsar.functions.api that return Record Modifier and Type Method Description Record<?>Context. getCurrentRecord()Access the record associated with the current input value.Method parameters in org.apache.pulsar.functions.api with type arguments of type Record Modifier and Type Method Description OWindowFunction. process(java.util.Collection<Record<I>> input, WindowContext context)Process the input.
-