|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericContainer | |
---|---|
org.apache.avro.generic | A generic representation for Avro data. |
org.apache.avro.ipc | Support for inter-process calls. |
org.apache.avro.ipc.trace | |
org.apache.avro.mapred | Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java. |
org.apache.avro.specific | Generate specific Java classes for schemas and protocols. |
Uses of GenericContainer in org.apache.avro.generic |
---|
Subinterfaces of GenericContainer in org.apache.avro.generic | |
---|---|
interface |
GenericArray<T>
Array that permits reuse of contained elements. |
interface |
GenericEnumSymbol
An enum symbol. |
interface |
GenericFixed
Fixed-size data. |
interface |
GenericRecord
A generic instance of a record schema. |
interface |
IndexedRecord
A record implementation that permits field access by integer index. |
Classes in org.apache.avro.generic that implement GenericContainer | |
---|---|
static class |
GenericData.Array<T>
Default implementation of an array. |
static class |
GenericData.EnumSymbol
Default implementation of GenericEnumSymbol . |
static class |
GenericData.Fixed
Default implementation of GenericFixed . |
static class |
GenericData.Record
Default implementation of GenericRecord . |
Uses of GenericContainer in org.apache.avro.ipc |
---|
Classes in org.apache.avro.ipc that implement GenericContainer | |
---|---|
class |
HandshakeRequest
|
class |
HandshakeResponse
|
class |
MD5
|
Uses of GenericContainer in org.apache.avro.ipc.trace |
---|
Classes in org.apache.avro.ipc.trace that implement GenericContainer | |
---|---|
class |
ID
|
class |
Span
|
class |
TimestampedEvent
|
Uses of GenericContainer in org.apache.avro.mapred |
---|
Classes in org.apache.avro.mapred that implement GenericContainer | |
---|---|
class |
Pair<K,V>
A key/value pair. |
Constructors in org.apache.avro.mapred with parameters of type GenericContainer | |
---|---|
Pair(ByteBuffer key,
GenericContainer value)
|
|
Pair(CharSequence key,
GenericContainer value)
|
|
Pair(Double key,
GenericContainer value)
|
|
Pair(Float key,
GenericContainer value)
|
|
Pair(GenericContainer key,
ByteBuffer value)
|
|
Pair(GenericContainer key,
CharSequence value)
|
|
Pair(GenericContainer key,
Double value)
|
|
Pair(GenericContainer key,
Float value)
|
|
Pair(GenericContainer key,
GenericContainer value)
|
|
Pair(GenericContainer key,
Integer value)
|
|
Pair(GenericContainer key,
Long value)
|
|
Pair(GenericContainer key,
Object value)
|
|
Pair(GenericContainer key,
Void value)
|
|
Pair(Integer key,
GenericContainer value)
|
|
Pair(Long key,
GenericContainer value)
|
|
Pair(Object key,
GenericContainer value)
|
|
Pair(Void key,
GenericContainer value)
|
Uses of GenericContainer in org.apache.avro.specific |
---|
Subinterfaces of GenericContainer in org.apache.avro.specific | |
---|---|
interface |
SpecificRecord
Implemented by generated record classes. |
Classes in org.apache.avro.specific that implement GenericContainer | |
---|---|
class |
SpecificExceptionBase
Base class for specific exceptions. |
class |
SpecificFixed
Base class for generated fixed-sized data classes. |
class |
SpecificRecordBase
Base class for generated record classes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |