org.apache.mahout.cf.taste.hadoop
Class EntityPrefWritableArrayWritable

java.lang.Object
  extended by org.apache.hadoop.io.ArrayWritable
      extended by org.apache.mahout.cf.taste.hadoop.EntityPrefWritableArrayWritable
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class EntityPrefWritableArrayWritable
extends org.apache.hadoop.io.ArrayWritable

An ArrayWritable holding EntityPrefWritables


Constructor Summary
EntityPrefWritableArrayWritable()
           
EntityPrefWritableArrayWritable(EntityPrefWritable[] prefs)
           
 
Method Summary
 EntityPrefWritable[] getPrefs()
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.io.ArrayWritable
get, getValueClass, readFields, set, toArray, toStrings, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityPrefWritableArrayWritable

public EntityPrefWritableArrayWritable()

EntityPrefWritableArrayWritable

public EntityPrefWritableArrayWritable(EntityPrefWritable[] prefs)
Method Detail

getPrefs

public EntityPrefWritable[] getPrefs()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.