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.
|
org.apache.flink.runtime.state.heap.space |
Class and Description |
---|
Allocator
Implementations are responsible for allocate space.
|
Class and Description |
---|
Chunk
Chunk is a logically contiguous space backed by one or multiple
ByteBuffer . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.