Uses of Class
org.apache.avro.Protocol
Package
Description
Avro kernel classes.
Support for inter-process calls.
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions run in a sub-process.
Use Java reflection to generate schemas and protocols for existing
classes.
Generate specific Java classes for schemas and protocols.
-
Uses of Protocol in org.apache.avro
-
Uses of Protocol in org.apache.avro.compiler.specific
-
Uses of Protocol in org.apache.avro.grpc
Modifier and TypeMethodDescriptionstatic Protocol
AvroGrpcUtils.getProtocol
(Class iface) Gets theProtocol
from the Avro Interface. -
Uses of Protocol in org.apache.avro.idl
Modifier and TypeMethodDescriptionstatic void
IdlUtils.writeIdlProtocol
(Writer writer, Protocol protocol) -
Uses of Protocol in org.apache.avro.ipc
Modifier and TypeMethodDescriptionRequestor.getLocal()
Responder.getLocal()
Return the local protocol.Requestor.getRemote()
Return the remote protocol.static Protocol
Responder.getRemote()
Return the remote protocol.SaslSocketTransceiver.getRemote()
SocketTransceiver.getRemote()
Deprecated.Transceiver.getRemote()
Returns the protocol passed toTransceiver.setRemote(Protocol)
.Modifier and TypeMethodDescriptionvoid
void
Deprecated.void
Called with the remote protocol when a handshake has been completed.ModifierConstructorDescriptionprotected
Requestor
(Protocol local, Transceiver transceiver) protected
-
Uses of Protocol in org.apache.avro.ipc.generic
ModifierConstructorDescriptionGenericRequestor
(Protocol protocol, Transceiver transceiver) GenericRequestor
(Protocol protocol, Transceiver transceiver, GenericData data) GenericResponder
(Protocol local) GenericResponder
(Protocol local, GenericData data) -
Uses of Protocol in org.apache.avro.ipc.netty
-
Uses of Protocol in org.apache.avro.ipc.reflect
ModifierConstructorDescriptionprotected
ReflectRequestor
(Protocol protocol, Transceiver transceiver) ReflectRequestor
(Protocol protocol, Transceiver transceiver, ReflectData data) ReflectResponder
(Protocol protocol, Object impl) ReflectResponder
(Protocol protocol, Object impl, ReflectData data) -
Uses of Protocol in org.apache.avro.ipc.specific
ModifierConstructorDescriptionprotected
SpecificRequestor
(Protocol protocol, Transceiver transceiver) SpecificRequestor
(Protocol protocol, Transceiver transceiver, SpecificData data) SpecificResponder
(Protocol protocol, Object impl) SpecificResponder
(Protocol protocol, Object impl, SpecificData data) -
Uses of Protocol in org.apache.avro.mapred.tether
-
Uses of Protocol in org.apache.avro.mojo
-
Uses of Protocol in org.apache.avro.reflect
Modifier and TypeMethodDescriptionReflectData.getProtocol
(Class iface) Return the protocol for a Java interface. -
Uses of Protocol in org.apache.avro.specific
Modifier and TypeMethodDescriptionSpecificData.getProtocol
(Class iface) Return the protocol for a Java interface.