Package | Description |
---|---|
org.apache.avro.ipc |
Support for inter-process calls.
|
org.apache.avro.message |
Modifier and Type | Method and Description |
---|---|
static BinaryMessageDecoder<HandshakeResponse> |
HandshakeResponse.createDecoder(SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore . |
static BinaryMessageDecoder<HandshakeRequest> |
HandshakeRequest.createDecoder(SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore . |
Modifier and Type | Class and Description |
---|---|
static class |
SchemaStore.Cache
A map-based cache of schemas by AVRO-CRC-64 fingerprint.
|
Constructor and Description |
---|
BinaryMessageDecoder(GenericData model,
Schema readSchema,
SchemaStore resolver)
Creates a new
BinaryMessageEncoder that uses the given
data model to construct datum instances described by
the schema . |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.