Class AggregatedStatisticsSerializer
java.lang.Object
org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
org.apache.iceberg.flink.sink.shuffle.AggregatedStatisticsSerializer
- All Implemented Interfaces:
Serializable
public class AggregatedStatisticsSerializer
extends org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics
copy
(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics from) org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics
copy
(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics from, org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics reuse) org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics
org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics
deserialize
(org.apache.flink.core.memory.DataInputView source) org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics
deserialize
(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics reuse, org.apache.flink.core.memory.DataInputView source) org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
boolean
int
int
hashCode()
boolean
void
serialize
(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics record, org.apache.flink.core.memory.DataOutputView target) org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
Method Details
-
isImmutableType
public boolean isImmutableType()- Specified by:
isImmutableType
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
duplicate
public org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics> duplicate()- Specified by:
duplicate
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
createInstance
public org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics createInstance()- Specified by:
createInstance
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
copy
public org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics copy(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics from) - Specified by:
copy
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
copy
public org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics copy(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics from, org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics reuse) - Specified by:
copy
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
getLength
public int getLength()- Specified by:
getLength
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
serialize
public void serialize(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics record, org.apache.flink.core.memory.DataOutputView target) throws IOException - Specified by:
serialize
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
- Throws:
IOException
-
deserialize
public org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics deserialize(org.apache.flink.core.memory.DataInputView source) throws IOException - Specified by:
deserialize
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
- Throws:
IOException
-
deserialize
public org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics deserialize(org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics reuse, org.apache.flink.core.memory.DataInputView source) throws IOException - Specified by:
deserialize
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
- Throws:
IOException
-
copy
public void copy(org.apache.flink.core.memory.DataInputView source, org.apache.flink.core.memory.DataOutputView target) throws IOException - Specified by:
copy
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
- Throws:
IOException
-
equals
- Specified by:
equals
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
hashCode
public int hashCode()- Specified by:
hashCode
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-
snapshotConfiguration
public org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics> snapshotConfiguration()- Specified by:
snapshotConfiguration
in classorg.apache.flink.api.common.typeutils.TypeSerializer<org.apache.iceberg.flink.sink.shuffle.AggregatedStatistics>
-