Example usage for org.apache.hadoop.io Writable interface-usage

List of usage examples for org.apache.hadoop.io Writable interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.io Writable interface-usage.

Usage

From source file cienciaCelularMR.FernetOutput.java

/**
 *
 * @author camila
 */
public class FernetOutput implements Writable {

From source file cityhubtopten.QualityOfLife.java

/**
 *
 * @author pranali
 */
public class QualityOfLife implements Writable, WritableComparable<QualityOfLife> {

From source file cloud9.ArrayListWritable.java

/**
 * <p>
 * Writable extension of a Java ArrayList. Elements in the list must be
 * homogeneous and must implement Hadoop's Writable interface. This class,
 * combined with {@link Tuple}, allows the user to define arbitrarily complex
 * data structures.

From source file cn.ac.ict.htc.tools.ArrayListWritable.java

/**
 * <p>
 * Writable extension of a Java ArrayList. Elements in the list must be homogeneous and must
 * implement Hadoop's Writable interface.
 * </p>
 *

From source file cn.edu.hfut.dmic.webcollector.model.Content.java

/**
 *
 * @author hu
 */
public class Content implements Writable {
    public Content() {

From source file cn.edu.hfut.dmic.webcollector.model.CrawlDatum.java

/**
 * ??
 * @author hu
 */
public class CrawlDatum implements Writable {

From source file cn.edu.hfut.dmic.webcollector.model.CrawlDatums.java

/**
 * CrawlDatum?
 *
 * @author hu
 */
public class CrawlDatums implements Iterable<CrawlDatum>, Writable {

From source file cn.edu.hfut.dmic.webcollector.model.Links.java

/**
 * URL?ArrayList
 *
 * @author hu
 */
public class Links implements Iterable<String>, Writable {

From source file cn.edu.hfut.dmic.webcollector.model.ParseData.java

/**
 *
 * @author hu
 */
public class ParseData implements Writable {

From source file cn.edu.hfut.dmic.webcollector.model.Redirect.java

/**
 *
 * @author hu
 */
public class Redirect implements Writable {