|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Protocol.Message | |
---|---|
org.apache.avro | Avro kernel classes. |
org.apache.avro.ipc | Support for inter-process calls. |
org.apache.avro.specific | Generate specific Java classes for schemas and protocols. |
Uses of Protocol.Message in org.apache.avro |
---|
Methods in org.apache.avro that return Protocol.Message | |
---|---|
Protocol.Message |
Protocol.createMessage(String name,
String doc,
Schema request,
Schema response,
Schema errors)
|
Methods in org.apache.avro that return types with arguments of type Protocol.Message | |
---|---|
Map<String,Protocol.Message> |
Protocol.getMessages()
The messages of this protocol. |
Uses of Protocol.Message in org.apache.avro.ipc |
---|
Methods in org.apache.avro.ipc that return Protocol.Message | |
---|---|
Protocol.Message |
RPCContext.getMessage()
|
Methods in org.apache.avro.ipc with parameters of type Protocol.Message | |
---|---|
abstract Object |
Responder.respond(Protocol.Message message,
Object request)
Computes the response for a message. |
void |
RPCContext.setMessage(Protocol.Message message)
|
Uses of Protocol.Message in org.apache.avro.specific |
---|
Methods in org.apache.avro.specific with parameters of type Protocol.Message | |
---|---|
Object |
SpecificResponder.respond(Protocol.Message message,
Object request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |