Uses of Class
org.apache.avro.JsonProperties
Packages that use JsonProperties
-
Uses of JsonProperties in org.apache.avro
Subclasses of JsonProperties in org.apache.avroModifier and TypeClassDescriptionclass
A set of messages forming an application protocol.class
A protocol message.class
An abstract data type.static class
A field within a record.Methods in org.apache.avro with parameters of type JsonPropertiesModifier and TypeMethodDescriptionvoid
JsonProperties.addAllProps
(JsonProperties properties) Adds all the props from the specified json properties.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request) Create a one-way message.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request, Schema response, Schema errors) Create a two-way message.void
JsonProperties.putAll
(JsonProperties np)