List of usage examples for java.io DataInput readUTF
String readUTF() throws IOException;
From source file:ph.fingra.hadoop.mapred.parts.component.domain.ComponentTokenfreqKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.componentkey = in.readUTF(); this.token = in.readUTF(); this.session = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.AppversionKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.appversion = in.readUTF(); this.token = in.readUTF(); this.session = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.CountryHourSessionKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.country = in.readUTF(); this.session = in.readUTF(); this.localtime = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.CountryKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.country = in.readUTF(); this.token = in.readUTF(); this.session = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.CountrySesstimeKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.country = in.readUTF(); this.session = in.readUTF(); this.utctime = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.DeviceKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.device = in.readUTF(); this.token = in.readUTF(); this.session = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.LanguageKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.language = in.readUTF(); this.token = in.readUTF(); this.session = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.OsversionKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.osversion = in.readUTF(); this.token = in.readUTF(); this.session = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.distribution.domain.ResolutionKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.resolution = in.readUTF(); this.token = in.readUTF(); this.session = in.readUTF(); }
From source file:ph.fingra.hadoop.mapred.parts.performance.domain.AppNewuserHourKey.java
@Override public void readFields(DataInput in) throws IOException { this.appkey = in.readUTF(); this.token = in.readUTF(); }