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.bah.culvert.data.Result.java

/**
 * Result of one record as record ID (key) and value, from doing a lookup in a
 * table.
 * <p>
 * NOTE: This class is <b>NOT</b> thread-safe
 * @see Query

From source file com.bah.culvert.hive.CulvertInputSplit.java

/**
 * Store an InputSplit to read from an index table. Used then to create a
 * scanner over the data table
 */
@SuppressWarnings("deprecation")
public class CulvertInputSplit implements InputSplit, Writable {

From source file com.bah.culvert.transactions.Put.java

/**
 * Put a {@link List} of keys and values into a table
 */
public class Put implements Writable {

    /**

From source file com.basho.riak.hadoop.RiakInputSplit.java

/**
 * Riak specific extension of {@link InputSplit}
 * 
 * @author russell
 * 
 */

From source file com.basho.riak.hadoop.WordCountResult.java

/**
 * @author russell
 * 
 */
public class WordCountResult implements Writable {

From source file com.baynote.hadoop.TaggedInputSplit.java

/**
 * An {@link InputSplit} that tags another InputSplit with extra data for use by DelegatingInputFormat's and
 * {@link DelegatingMapper}s.
 * 
 * <p>
 * This package-private class is taken directly from the Hadoop source code, and made public here so that we can

From source file com.baynote.kafka.Broker.java

/**
 * Wraps Kafka broker information, namely {@code host:port}, and {@code broker id}.
 * 
 * @author <a href="mailto:cgreen@conductor.com">Casey Green</a>
 */
public class Broker implements Writable {

From source file com.baynote.kafka.hadoop.KafkaInputSplit.java

/**
 * An {@link InputSplit} that has a specific {@code start} and {@code end} offset in a Kafka queue {@link Partition}.
 * 
 * @see KafkaInputFormat
 * @see MultipleKafkaInputFormat
 * @see KafkaRecordReader

From source file com.baynote.kafka.Partition.java

/**
 * Wraps Kafka partition information, namely the hosting {@link Broker}, the {@code topic} and {@code partition id}.
 * 
 * @author <a href="mailto:cgreen@conductor.com">Casey Green</a>
 */
public class Partition implements Writable {

From source file com.bigdog.hadoop.mapreduce.partition.KpiApp.java

class KpiWritable implements Writable {

    long upPackNum;
    long downPackNum;
    long upPayLoad;
    long downPayLoad;