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 com.asakusafw.compiler.fileio.model.Ex2.java

/**
 * ex2?
 */
@DataModelKind("DMDL")
@ModelInputLocation(Ex2Input.class)
@ModelOutputLocation(Ex2Output.class)

From source file com.asakusafw.compiler.fileio.model.ExJoined.java

/**
 * ex_joined?
 */
@DataModelKind("DMDL")
@Joined(terms = {
        @Joined.Term(source = Ex1.class, mappings = { @Joined.Mapping(source = "sid", destination = "sid1"),

From source file com.asakusafw.compiler.fileio.model.ExJoined2.java

/**
 * ex_joined2?
 */
@DataModelKind("DMDL")
@Joined(terms = {
        @Joined.Term(source = Ex1.class, mappings = { @Joined.Mapping(source = "sid", destination = "sid1"),

From source file com.asakusafw.compiler.fileio.model.ExSummarized.java

/**
 * ex_summarized?
 */
@DataModelKind("DMDL")
@ModelInputLocation(ExSummarizedInput.class)
@ModelOutputLocation(ExSummarizedOutput.class)

From source file com.asakusafw.compiler.fileio.model.ExSummarized2.java

/**
 * ex_summarized2?
 */
@DataModelKind("DMDL")
@ModelInputLocation(ExSummarized2Input.class)
@ModelOutputLocation(ExSummarized2Output.class)

From source file com.asakusafw.compiler.fileio.model.KeyConflict.java

/**
 * key_conflict?
 */
@DataModelKind("DMDL")
@ModelInputLocation(KeyConflictInput.class)
@ModelOutputLocation(KeyConflictOutput.class)

From source file com.asakusafw.compiler.fileio.model.Part1.java

/**
 * part1?
 */
@DataModelKind("DMDL")
@ModelInputLocation(Part1Input.class)
@ModelOutputLocation(Part1Output.class)

From source file com.asakusafw.compiler.fileio.model.Part2.java

/**
 * part2?
 */
@DataModelKind("DMDL")
@ModelInputLocation(Part2Input.class)
@ModelOutputLocation(Part2Output.class)

From source file com.asakusafw.compiler.flow.testing.model.Ex1.java

/**
 * A data model class that represents ex1.
 */
@DataModelKind("DMDL")
@PropertyOrder({ "sid", "value", "string" })
public class Ex1 implements DataModel<Ex1>, Writable {

From source file com.asakusafw.compiler.flow.testing.model.Ex2.java

/**
 * A data model class that represents ex2.
 */
@DataModelKind("DMDL")
@PropertyOrder({ "sid", "value", "string" })
public class Ex2 implements DataModel<Ex2>, Writable {