Uses of Class
tl.lin.data.pair.PairOfWritables

Packages that use PairOfWritables
tl.lin.data.util   
 

Uses of PairOfWritables in tl.lin.data.util
 

Methods in tl.lin.data.util that return types with arguments of type PairOfWritables
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
List<PairOfWritables<K,V>>
SequenceFileUtils.readDirectory(org.apache.hadoop.fs.Path path)
           
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
List<PairOfWritables<K,V>>
SequenceFileUtils.readDirectory(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fs, int max)
          Reads key-value pairs from a directory containing SequenceFiles.
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
List<PairOfWritables<K,V>>
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path)
           
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
List<PairOfWritables<K,V>>
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fs)
           
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
List<PairOfWritables<K,V>>
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FileSystem fs, int max)
          Reads key-value pairs from a SequenceFile, up to a maximum number.
static
<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
List<PairOfWritables<K,V>>
SequenceFileUtils.readFile(org.apache.hadoop.fs.Path path, int max)
           
 



Copyright © 2013. All Rights Reserved.