| Package | Description |
|---|---|
| org.apache.flink.runtime.state.heap |
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractHeapState<K,N,SV> |
AbstractHeapState.setDefaultValue(SV defaultValue) |
protected AbstractHeapState<K,N,SV> |
AbstractHeapState.setNamespaceSerializer(org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer) |
protected AbstractHeapState<K,N,SV> |
AbstractHeapState.setValueSerializer(org.apache.flink.api.common.typeutils.TypeSerializer<SV> valueSerializer) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.