public abstract class ShadedTableSerializerBase<R,C,V,T extends it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V>>
extends com.esotericsoftware.kryo.Serializer<T>
Constructor and Description |
---|
ShadedTableSerializerBase(boolean doesNotAcceptNull,
boolean immutable) |
Modifier and Type | Method and Description |
---|---|
void |
readTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
net.sansa_stack.query.spark.ontop.kryo.ShadedTableSerializerBase.CellConsumer<R,C,V> cellConsumer) |
void |
readTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table) |
void |
writeTable(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table) |
public ShadedTableSerializerBase(boolean doesNotAcceptNull, boolean immutable)
public void writeTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table)
public void readTable(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, it.unibz.inf.ontop.com.google.common.collect.Table<R,C,V> table)
Copyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.