Package org.apache.avro
Class Protocol.Message
java.lang.Object
org.apache.avro.JsonProperties
org.apache.avro.Protocol.Message
- Enclosing class:
Protocol
A protocol message.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.avro.JsonProperties
JsonProperties.Null
-
Field Summary
Fields inherited from class org.apache.avro.JsonProperties
NULL_VALUE
-
Method Summary
Methods inherited from class org.apache.avro.JsonProperties
addAllProps, addProp, addProp, forEachProperty, getObjectProp, getObjectProp, getObjectProps, getProp, hasProps, propsContainsKey, putAll
-
Method Details
-
getName
The name of this message. -
getRequest
The parameters of this message. -
getResponse
The returned data. -
getErrors
Errors that might be thrown. -
isOneWay
public boolean isOneWay()Returns true if this is a one-way message, with no response or errors. -
toString
-
equals
-
hashCode
public int hashCode() -
getDoc
-