Uses of Class
org.apache.avro.Protocol
Packages that use 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
Methods in org.apache.avro that return ProtocolModifier and TypeMethodDescriptionstatic Protocol
Read a protocol from a Json file.static Protocol
Protocol.parse
(InputStream stream) Read a protocol from a Json stream.static Protocol
Read a protocol from a Json string.static Protocol
Read a protocol from one or more json stringsConstructors in org.apache.avro with parameters of type Protocol -
Uses of Protocol in org.apache.avro.compiler.specific
Constructors in org.apache.avro.compiler.specific with parameters of type Protocol -
Uses of Protocol in org.apache.avro.grpc
Methods in org.apache.avro.grpc that return ProtocolModifier and TypeMethodDescriptionstatic Protocol
AvroGrpcUtils.getProtocol
(Class iface) Gets theProtocol
from the Avro Interface. -
Uses of Protocol in org.apache.avro.idl
Methods in org.apache.avro.idl that return ProtocolMethods in org.apache.avro.idl with parameters of type ProtocolModifier and TypeMethodDescriptionstatic void
IdlUtils.writeIdlProtocol
(Writer writer, Protocol protocol) -
Uses of Protocol in org.apache.avro.ipc
Methods in org.apache.avro.ipc that return ProtocolModifier 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)
.Methods in org.apache.avro.ipc with parameters of type ProtocolModifier and TypeMethodDescriptionvoid
void
Deprecated.void
Called with the remote protocol when a handshake has been completed.Constructors in org.apache.avro.ipc with parameters of type ProtocolModifierConstructorDescriptionprotected
Requestor
(Protocol local, Transceiver transceiver) protected
-
Uses of Protocol in org.apache.avro.ipc.generic
Constructors in org.apache.avro.ipc.generic with parameters of type ProtocolModifierConstructorDescriptionGenericRequestor
(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
Methods in org.apache.avro.ipc.netty that return ProtocolMethods in org.apache.avro.ipc.netty with parameters of type Protocol -
Uses of Protocol in org.apache.avro.ipc.reflect
Constructors in org.apache.avro.ipc.reflect with parameters of type ProtocolModifierConstructorDescriptionprotected
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
Methods in org.apache.avro.ipc.specific that return ProtocolConstructors in org.apache.avro.ipc.specific with parameters of type ProtocolModifierConstructorDescriptionprotected
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
Fields in org.apache.avro.mapred.tether declared as Protocol -
Uses of Protocol in org.apache.avro.mojo
Methods in org.apache.avro.mojo with parameters of type Protocol -
Uses of Protocol in org.apache.avro.reflect
Methods in org.apache.avro.reflect that return ProtocolModifier and TypeMethodDescriptionReflectData.getProtocol
(Class iface) Return the protocol for a Java interface. -
Uses of Protocol in org.apache.avro.specific
Methods in org.apache.avro.specific that return ProtocolModifier and TypeMethodDescriptionSpecificData.getProtocol
(Class iface) Return the protocol for a Java interface.