Uses of Interface
org.apache.flink.runtime.state.heap.space.Allocator
-
Packages that use Allocator Package Description org.apache.flink.runtime.state.heap -
-
Uses of Allocator in org.apache.flink.runtime.state.heap
Constructors in org.apache.flink.runtime.state.heap with parameters of type Allocator Constructor Description CopyOnWriteSkipListStateMap(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<S> stateSerializer, Allocator spaceAllocator, int numKeysToDeleteOneTime, float logicalRemovedKeysRatio)
-