| Package | Description |
|---|---|
| org.apache.pulsar.functions.api |
Provides a simple model for enabling lightweight computation on Apache Pulsar.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KVRecord<K,V>
key value schema record.
|
| Modifier and Type | Method and Description |
|---|---|
Record<?> |
Context.getCurrentRecord()
Access the record associated with the current input value.
|
| Modifier and Type | Method and Description |
|---|---|
O |
WindowFunction.process(Collection<Record<I>> input,
WindowContext context)
Process the input.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.