|
||||||||||
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()
|
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 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 |