Example usage for org.apache.hadoop.io IntWritable subclass-usage

List of usage examples for org.apache.hadoop.io IntWritable subclass-usage

Introduction

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

Usage

From source file com.cloudera.impala.hive.executor.ImpalaIntWritable.java

@SuppressWarnings("restriction")
public class ImpalaIntWritable extends IntWritable {
    // Ptr (to native heap) where the value should be read from and written to.
    private final long ptr_;

    public ImpalaIntWritable(long ptr) {

From source file com.liveramp.hank.hadoop.PartitionIntWritable.java

public class PartitionIntWritable extends IntWritable {

    public PartitionIntWritable() {
        super();
    }

From source file com.rapleaf.hank.hadoop.PartitionIntWritable.java

public class PartitionIntWritable extends IntWritable {

    public PartitionIntWritable() {
        super();
    }

From source file edu.uci.ics.biggraph.io.IntWritable.java

/** A WritableComparable for ints. */
public class IntWritable extends org.apache.hadoop.io.IntWritable implements WritableSizable {

    public IntWritable(int value) {
        super(value);
    }

From source file org.apache.impala.hive.executor.ImpalaIntWritable.java

@SuppressWarnings("restriction")
public class ImpalaIntWritable extends IntWritable {
    // Ptr (to native heap) where the value should be read from and written to.
    private final long ptr_;

    public ImpalaIntWritable(long ptr) {

From source file org.apache.nutch.crawl.DummyWritable.java

public class DummyWritable extends IntWritable {

    public DummyWritable() {

    }