public class FlinkChillPackageRegistrar extends Object implements ChillSerializerRegistrar
All registrations use a hard-coded ID which were determined at commit 18f176ce86900fd4e932c73f3d138912355c6880.
Constructor and Description |
---|
FlinkChillPackageRegistrar() |
Modifier and Type | Method and Description |
---|---|
int |
getNextRegistrationId()
Returns the registration ID that immediately follows the last registered serializer.
|
void |
registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
Registers all serializers with the given
Kryo . |
public int getNextRegistrationId()
ChillSerializerRegistrar
getNextRegistrationId
in interface ChillSerializerRegistrar
public void registerSerializers(com.esotericsoftware.kryo.Kryo kryo)
ChillSerializerRegistrar
Kryo
. All serializers are registered with
specific IDs as a continuous block.registerSerializers
in interface ChillSerializerRegistrar
kryo
- Kryo to register serializers withCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.