Uses of Class
org.apache.avro.Protocol
Packages that use Protocol
Package
Description
Avro kernel classes.
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.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.