|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Protocol | |
---|---|
org.apache.avro | Avro kernel classes. |
org.apache.avro.generic | A generic representation for Avro data. |
org.apache.avro.ipc | Support for inter-process calls. |
org.apache.avro.reflect | Use Java reflection to generate schemas and protocols for existing classes. |
org.apache.avro.specific | Generate specific Java classes for schemas and protocols. |
Uses of Protocol in org.apache.avro |
---|
Methods in org.apache.avro that return Protocol | |
---|---|
static Protocol |
Protocol.parse(File file)
Read a protocol from a Json file. |
static Protocol |
Protocol.parse(String string)
Read a protocol from a Json string. |
Uses of Protocol in org.apache.avro.generic |
---|
Constructors in org.apache.avro.generic with parameters of type Protocol | |
---|---|
GenericRequestor(Protocol protocol,
Transceiver transceiver)
|
|
GenericResponder(Protocol local)
|
Uses of Protocol in org.apache.avro.ipc |
---|
Methods in org.apache.avro.ipc that return Protocol | |
---|---|
Protocol |
Responder.getLocal()
|
Protocol |
Requestor.getLocal()
|
Protocol |
SocketTransceiver.getRemote()
|
Protocol |
Transceiver.getRemote()
Returns the protocol passed to Transceiver.setRemote(Protocol) . |
Protocol |
NettyTransceiver.getRemote()
|
Protocol |
Requestor.getRemote()
|
Protocol |
SaslSocketTransceiver.getRemote()
|
Methods in org.apache.avro.ipc with parameters of type Protocol | |
---|---|
void |
SocketTransceiver.setRemote(Protocol remote)
|
void |
Transceiver.setRemote(Protocol protocol)
Called with the remote protocol when a handshake has been completed. |
void |
NettyTransceiver.setRemote(Protocol protocol)
|
void |
SaslSocketTransceiver.setRemote(Protocol remote)
|
Constructors in org.apache.avro.ipc with parameters of type Protocol | |
---|---|
Requestor(Protocol local,
Transceiver transceiver)
|
|
Responder(Protocol local)
|
Uses of Protocol in org.apache.avro.reflect |
---|
Methods in org.apache.avro.reflect that return Protocol | |
---|---|
Protocol |
ReflectData.getProtocol(Class iface)
Return the protocol for a Java interface. |
Constructors in org.apache.avro.reflect with parameters of type Protocol | |
---|---|
ReflectRequestor(Protocol protocol,
Transceiver transceiver)
|
|
ReflectResponder(Protocol protocol,
Object impl)
|
Uses of Protocol in org.apache.avro.specific |
---|
Methods in org.apache.avro.specific that return Protocol | |
---|---|
Protocol |
SpecificData.getProtocol(Class iface)
Return the protocol for a Java interface. |
Constructors in org.apache.avro.specific with parameters of type Protocol | |
---|---|
SpecificCompiler(Protocol protocol)
|
|
SpecificRequestor(Protocol protocol,
Transceiver transceiver)
|
|
SpecificResponder(Protocol protocol,
Object impl)
|
|
SpecificResponder(Protocol protocol,
Object impl,
SpecificData data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |