Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
org.apache.avro.compiler.idl |
Modifier and Type | Method and Description |
---|---|
Protocol.Message |
Protocol.createMessage(String name,
String doc,
Map<String,String> propMap,
Schema request)
Create a one-way message.
|
Protocol.Message |
Protocol.createMessage(String name,
String doc,
Map<String,String> propMap,
Schema request,
Schema response,
Schema errors)
Create a two-way message.
|
Protocol.Message |
Protocol.createMessage(String name,
String doc,
Schema request)
Deprecated.
|
Protocol.Message |
Protocol.createMessage(String name,
String doc,
Schema request,
Schema response,
Schema errors)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Protocol.Message> |
Protocol.getMessages()
The messages of this protocol.
|
Modifier and Type | Method and Description |
---|---|
Protocol.Message |
Idl.MessageDeclaration(Protocol p,
Map<String,org.codehaus.jackson.JsonNode> props) |
Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.