| Package | Description |
|---|---|
| org.apache.pulsar.functions.api |
Provides a simple model for enabling lightweight computation on Apache Pulsar.
|
| org.apache.pulsar.functions.api.state |
State Store API.
|
| Modifier and Type | Method and Description |
|---|---|
default <S extends StateStore> |
BaseContext.getStateStore(String name)
Get the state store with the provided store name in the tenant & namespace.
|
default <S extends StateStore> |
BaseContext.getStateStore(String tenant,
String ns,
String name)
Get the state store with the provided store name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteBufferStateStore
A key-value state store that stores values in
ByteBuffer. |
interface |
CounterStateStore
The state store supports counters.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.