Uses of Interface
org.apache.avro.generic.GenericContainer
Package
Description
A generic representation for Avro data.
Support for inter-process calls.
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions written in Java.
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions run in a sub-process.
Generate specific Java classes for schemas and protocols.
-
Uses of GenericContainer in org.apache.avro.generic
Modifier and TypeInterfaceDescriptioninterface
GenericArray<T>
Array that permits reuse of contained elements.interface
GenericEnumSymbol<E extends GenericEnumSymbol<E>>
An enum symbol.interface
Fixed-size data.interface
A generic instance of a record schema.interface
A record implementation that permits field access by integer index.Modifier and TypeClassDescriptionstatic class
static class
Default implementation of an array.static class
Default implementation ofGenericEnumSymbol
.static class
Default implementation ofGenericFixed
.static class
Default implementation ofGenericRecord
.static class
static class
static class
static class
static class
-
Uses of GenericContainer in org.apache.avro.ipc
Modifier and TypeClassDescriptionenum
class
class
class
-
Uses of GenericContainer in org.apache.avro.mapred
ModifierConstructorDescriptionPair
(CharSequence key, GenericContainer value) Pair
(Double key, GenericContainer value) Pair
(Float key, GenericContainer value) Pair
(Integer key, GenericContainer value) Pair
(Long key, GenericContainer value) Pair
(Object key, GenericContainer value) Pair
(Void key, GenericContainer value) Pair
(ByteBuffer key, GenericContainer value) Pair
(GenericContainer key, CharSequence value) Pair
(GenericContainer key, Double value) Pair
(GenericContainer key, Float value) Pair
(GenericContainer key, Integer value) Pair
(GenericContainer key, Long value) Pair
(GenericContainer key, Object value) Pair
(GenericContainer key, Void value) Pair
(GenericContainer key, ByteBuffer value) Pair
(GenericContainer key, GenericContainer value) -
Uses of GenericContainer in org.apache.avro.mapred.tether
-
Uses of GenericContainer in org.apache.avro.specific
Modifier and TypeInterfaceDescriptioninterface
Implemented by generated record classes.Modifier and TypeClassDescriptionclass
Base class for specific exceptions.class
Base class for generated fixed-sized data classes.class
Base class for generated record classes.