接口的使用
org.apache.pulsar.functions.api.Record
使用Record的程序包
程序包
说明
Provides a simple model for enabling lightweight computation on Apache Pulsar.
State Store API.
-
org.apache.pulsar.functions.api中Record的使用
修饰符和类型方法说明Record<?>Context.getCurrentRecord()Access the record associated with the current input value.类型变量类型为Record的org.apache.pulsar.functions.api中的方法参数修饰符和类型方法说明WindowFunction.process(Collection<Record<X>> input, WindowContext context) Process the input. -
org.apache.pulsar.functions.api.utils中Record的使用