All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.elephantbird.mapreduce.input.BinaryConverterProvider Maven / Gradle / Ivy

The newest version!
package com.twitter.elephantbird.mapreduce.input;

import com.twitter.elephantbird.mapreduce.io.BinaryConverter;
import org.apache.hadoop.conf.Configuration;


/**
 * A simple interface to serialize and deserialize objects
 */
public interface BinaryConverterProvider {
  BinaryConverter getConverter(Configuration conf);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy