| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| 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 | Field and Description |
|---|---|
static KeyExtractorFunction<? extends Keyed<?>> |
KeyExtractorFunction.FOR_KEYED_OBJECTS |
| Modifier and Type | Method and Description |
|---|---|
<T extends HeapPriorityQueueElement & PriorityComparable & Keyed> |
PriorityQueueSetFactory.create(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<T> byteOrderedElementSerializer)
Creates a
KeyGroupedInternalPriorityQueue. |
static <T extends Keyed<?>> |
KeyExtractorFunction.forKeyedObjects() |
| Modifier and Type | Method and Description |
|---|---|
<T extends HeapPriorityQueueElement & PriorityComparable & Keyed> |
HeapKeyedStateBackend.create(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<T> byteOrderedElementSerializer) |
<T extends HeapPriorityQueueElement & PriorityComparable & Keyed> |
HeapPriorityQueueSetFactory.create(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<T> byteOrderedElementSerializer) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.