| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayListSerializer<T> |
ArrayListSerializerSnapshot.createOuterSerializerWithNestedSerializers(org.apache.flink.api.common.typeutils.TypeSerializer<?>[] nestedSerializers) |
ArrayListSerializer<S> |
PartitionableListState.getInternalListCopySerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.common.typeutils.TypeSerializer<?>[] |
ArrayListSerializerSnapshot.getNestedSerializers(ArrayListSerializer<T> outerSerializer) |
| Constructor and Description |
|---|
ArrayListSerializerSnapshot(ArrayListSerializer<T> arrayListSerializer)
Constructor for creating the snapshot for writing.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.