Package | Description |
---|---|
org.apache.avro.ipc |
Support for inter-process calls.
|
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 . |
static BinaryMessageDecoder<HandshakeResponse> |
HandshakeResponse.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static BinaryMessageDecoder<HandshakeRequest> |
HandshakeRequest.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.