|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avro.Protocol.Message
public class Protocol.Message
A protocol message.
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getDoc()
|
Schema |
getErrors()
Errors that might be thrown. |
String |
getName()
The name of this message. |
Schema |
getRequest()
The parameters of this message. |
Schema |
getResponse()
The returned data. |
int |
hashCode()
|
boolean |
isOneWay()
Returns true if this is a one-way message, with no response or errors. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public Schema getRequest()
public Schema getResponse()
public Schema getErrors()
public boolean isOneWay()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getDoc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |