public class RocksDBPriorityQueueSetFactory extends Object implements org.apache.flink.runtime.state.PriorityQueueSetFactory
| Modifier and Type | Method and Description |
|---|---|
<T extends org.apache.flink.runtime.state.heap.HeapPriorityQueueElement & org.apache.flink.runtime.state.PriorityComparable & org.apache.flink.runtime.state.Keyed> |
create(String stateName,
org.apache.flink.api.common.typeutils.TypeSerializer<T> byteOrderedElementSerializer) |
@Nonnull public <T extends org.apache.flink.runtime.state.heap.HeapPriorityQueueElement & org.apache.flink.runtime.state.PriorityComparable & org.apache.flink.runtime.state.Keyed> org.apache.flink.runtime.state.KeyGroupedInternalPriorityQueue<T> create(@Nonnull String stateName, @Nonnull org.apache.flink.api.common.typeutils.TypeSerializer<T> byteOrderedElementSerializer)
create in interface org.apache.flink.runtime.state.PriorityQueueSetFactoryCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.