com.ebay.erl.mobius.core.model
Class ResultWrapper<R>

java.lang.Object
  extended by com.ebay.erl.mobius.core.model.ResultWrapper<R>
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class ResultWrapper<R>
extends java.lang.Object
implements org.apache.hadoop.io.Writable


Constructor Summary
ResultWrapper()
           
ResultWrapper(R combinedResult)
           
 
Method Summary
 R getCombinedResult()
           
 void readFields(java.io.DataInput in)
           
 void write(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultWrapper

public ResultWrapper()

ResultWrapper

public ResultWrapper(R combinedResult)
Method Detail

getCombinedResult

public R getCombinedResult()

readFields

public void readFields(java.io.DataInput in)
                throws java.io.IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
java.io.IOException

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
java.io.IOException