接口的使用
org.apache.pulsar.functions.api.Record
-
使用Record的程序包 程序包 说明 org.apache.pulsar.functions.api Provides a simple model for enabling lightweight computation on Apache Pulsar. -
-
org.apache.pulsar.functions.api中Record的使用
org.apache.pulsar.functions.api中Record的子接口 修饰符和类型 接口 说明 interfaceKVRecord<K,V>key value schema record.返回Record的org.apache.pulsar.functions.api中的方法 修饰符和类型 方法 说明 Record<?>Context. getCurrentRecord()Access the record associated with the current input value.类型变量类型为Record的org.apache.pulsar.functions.api中的方法参数 修饰符和类型 方法 说明 OWindowFunction. process(java.util.Collection<Record<I>> input, WindowContext context)Process the input.
-