|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.mapred.AvroWrapper<T>
org.apache.avro.mapred.AvroValue<T>
public class AvroValue<T>
The wrapper of values for jobs configured with AvroJob .
| Constructor Summary | |
|---|---|
AvroValue()
Wrap null. |
|
AvroValue(T datum)
Wrap a value. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.avro.mapred.AvroWrapper |
|---|
datum, datum, equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvroValue()
AvroValue wrapping no value.
public AvroValue(T datum)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||