Package org.apache.iceberg.mr.mapred
Class Container<T>
java.lang.Object
org.apache.iceberg.mr.mapred.Container<T>
- Type Parameters:
- T- the Java type of the object held by this container
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
A simple container of objects that you can get and set.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget()voidreadFields(DataInput dataInput) voidvoidwrite(DataOutput dataOutput) 
- 
Constructor Details- 
Containerpublic Container()
 
- 
- 
Method Details- 
get
- 
set
- 
write- Specified by:
- writein interface- org.apache.hadoop.io.Writable
 
- 
readFields- Specified by:
- readFieldsin interface- org.apache.hadoop.io.Writable
 
 
-