Methods which each ReadConverterContext has to implement.
Magnet pattern (Type Class pattern) for conversion from various case classes to their appropriate H2OFrame using the method with the same name
Magnet pattern (Type Class pattern) for conversion from various primitive types to their appropriate H2OFrame using the method with the same name
This converter just wraps the existing RDD converters and hides the internal RDD covnerters
Methods which each WriteConverterContext has to implement.
Methods which each WriteConverterContext has to implement.
Write Converter Context is a class which holds the state of connection/chunks and allows us to write/upload to those chunks via unified API
Methods which each ReadConverterContext has to implement.
Read Converter Context is a class which holds the state of connection/chunks and allows us to read/download data from those chunks via unified API