org.apache.mahout.cf.taste.hadoop
Class EntityPrefWritableArrayWritable
java.lang.Object
org.apache.hadoop.io.ArrayWritable
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 EntityPrefWritable
s
Methods inherited from class org.apache.hadoop.io.ArrayWritable |
get, getValueClass, readFields, set, toArray, toStrings, write |
EntityPrefWritableArrayWritable
public EntityPrefWritableArrayWritable()
EntityPrefWritableArrayWritable
public EntityPrefWritableArrayWritable(EntityPrefWritable[] prefs)
getPrefs
public EntityPrefWritable[] getPrefs()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.