public class IntegerHashSetSerializer
extends com.esotericsoftware.kryo.Serializer<org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet>
| Constructor and Description |
|---|
IntegerHashSetSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet> tpe) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet hs) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet hs)
write in class com.esotericsoftware.kryo.Serializer<org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet>public org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet> tpe)
read in class com.esotericsoftware.kryo.Serializer<org.apache.spark.sql.catalyst.expressions.codegen.IntegerHashSet>