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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
void
readFields
(DataInput dataInput) void
void
write
(DataOutput dataOutput)
-
Constructor Details
-
Container
public Container()
-
-
Method Details
-
get
-
set
-
write
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
-